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.plaf.basic.core | |
org.jdesktop.swingx.search |
Modifier and Type | Method | Description |
---|---|---|
JXList |
JXList.ListAdapter.getList() |
Typesafe accessor for the target component.
|
Modifier and Type | Method | Description |
---|---|---|
protected ListRolloverController<JXList> |
JXList.createLinkController() |
Creates and returns a RolloverController appropriate for this component.
|
protected ListRolloverController<JXList> |
JXList.getLinkController() |
Returns the RolloverController for this component.
|
Constructor | Description |
---|---|
ListAdapter(JXList component) |
Constructs a
ListAdapter for the specified target
JXList. |
Modifier and Type | Field | Description |
---|---|---|
protected JXList |
BasicXListUI.list |
Constructor | Description |
---|---|
ListSortUI(JXList list,
RowSorter<? extends ListModel> sorter) |
Intanstiates a SortUI on the list which has the given RowSorter.
|
Modifier and Type | Field | Description |
---|---|---|
protected JXList |
ListSearchable.list |
Modifier and Type | Method | Description |
---|---|---|
JXList |
ListSearchable.getTarget() |
It's the responsibility of subclasses to covariant override.
|
Constructor | Description |
---|---|
ListSearchable(JXList list) |
Copyright © 2018. All rights reserved.