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 | Method and Description |
---|---|
JXList |
JXList.ListAdapter.getList()
Typesafe accessor for the target component.
|
Modifier and Type | Method and Description |
---|---|
protected ListRolloverController<JXList> |
JXList.createLinkController() |
protected ListRolloverController<JXList> |
JXList.getLinkController() |
Constructor and Description |
---|
ListAdapter(JXList component)
Constructs a
ListAdapter for the specified target
JXList. |
Modifier and Type | Field and Description |
---|---|
protected JXList |
ListSearchable.list |
Modifier and Type | Method and Description |
---|---|
JXList |
ListSearchable.getTarget()
It's the responsibility of subclasses to covariant override.
|
Constructor and Description |
---|
ListSearchable(JXList list) |