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 and Description |
---|---|
JXList |
JXList.ListAdapter.getList()
Typesafe accessor for the target component.
|
Modifier and Type | Method and 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 and Description |
---|
ListAdapter(JXList component)
Constructs a
ListAdapter for the specified target
JXList. |
Modifier and Type | Field and Description |
---|---|
protected JXList |
BasicXListUI.list |
Constructor and Description |
---|
ListSortUI(JXList list,
RowSorter<? extends ListModel> sorter)
Intanstiates a SortUI on the list which has the given RowSorter.
|
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) |
Copyright © 2014. All rights reserved.