Package | Description |
---|---|
org.jdesktop.swingx |
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
|
org.jdesktop.swingx.search |
Modifier and Type | Class | Description |
---|---|---|
class |
JXEditorPane.DocumentSearchable |
A
Searchable implementation for Document s. |
Modifier and Type | Field | Description |
---|---|---|
protected Searchable |
JXFindPanel.searchable |
|
protected Searchable |
JXTable.searchable |
property to control search behaviour.
|
Modifier and Type | Method | Description |
---|---|---|
Searchable |
JXEditorPane.getSearchable() |
|
Searchable |
JXList.getSearchable() |
Returns a Searchable for this component, guaranteed to be not null.
|
Searchable |
JXTable.getSearchable() |
Returns a Searchable for this component, guaranteed to be not null.
|
Searchable |
JXTree.getSearchable() |
Returns a Searchable for this component, guaranteed to be not null.
|
Modifier and Type | Method | Description |
---|---|---|
void |
JXEditorPane.setSearchable(Searchable searchable) |
sets the Searchable for this editor.
|
void |
JXFindBar.setSearchable(Searchable searchable) |
|
void |
JXFindPanel.setSearchable(Searchable searchable) |
Sets the Searchable targeted of this find widget.
|
void |
JXList.setSearchable(Searchable searchable) |
Sets the Searchable for this component.
|
void |
JXTable.setSearchable(Searchable searchable) |
Sets the Searchable for this table.
|
void |
JXTree.setSearchable(Searchable searchable) |
Sets the Searchable for this component.
|
Constructor | Description |
---|---|
JXFindBar(Searchable searchable) |
|
JXFindPanel(Searchable searchable) |
Construct search panel targeted to specific
Searchable component. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractSearchable |
An abstract implementation of Searchable supporting
incremental search.
|
class |
ListSearchable |
|
class |
TableSearchable |
An Searchable implementation for use in JXTable.
|
class |
TreeSearchable |
A searchable targetting the visible rows of a JXTree.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
SearchFactory.isUseFindBar(JComponent target,
Searchable searchable) |
Returns decision about using a batch- vs.
|
void |
SearchFactory.showFindBar(JComponent target,
Searchable searchable) |
Show a incremental-find widget targeted at the searchable.
|
void |
SearchFactory.showFindDialog(JComponent target,
Searchable searchable) |
Show a batch-find widget targeted at the given Searchable.
|
void |
SearchFactory.showFindInput(JComponent target,
Searchable searchable) |
Shows an appropriate find widget targeted at the searchable.
|
Copyright © 2018. All rights reserved.