Uses of Class
org.jdesktop.swingx.JXList
Packages that use JXList
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
-
Uses of JXList in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return JXListModifier and TypeMethodDescriptionJXList<?>
JXList.ListAdapter.getList()
Typesafe accessor for the target component.Methods in org.jdesktop.swingx that return types with arguments of type JXListModifier and TypeMethodDescriptionprotected ListRolloverController<JXList<E>>
JXList.createRolloverController()
Creates and returns a RolloverController appropriate for this component.protected ListRolloverController<JXList<E>>
JXList.getRolloverController()
Returns the RolloverController for this component.Constructors in org.jdesktop.swingx with parameters of type JXListModifierConstructorDescriptionListAdapter
(JXList<?> component) Constructs aListAdapter
for the specified target JXList. -
Uses of JXList in org.jdesktop.swingx.plaf.basic.core
Constructors in org.jdesktop.swingx.plaf.basic.core with parameters of type JXListModifierConstructorDescriptionListSortUI
(JXList<?> list, RowSorter<? extends ListModel<?>> sorter) Intanstiates a SortUI on the list which has the given RowSorter. -
Uses of JXList in org.jdesktop.swingx.search
Fields in org.jdesktop.swingx.search declared as JXListMethods in org.jdesktop.swingx.search that return JXListModifier and TypeMethodDescriptionListSearchable.getTarget()
It's the responsibility of subclasses to covariant override.Constructors in org.jdesktop.swingx.search with parameters of type JXList