Uses of Class
org.jdesktop.swingx.JXList
-
Packages that use JXList 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 -
-
Uses of JXList in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return JXList Modifier and Type Method Description JXList
JXList.ListAdapter. getList()
Typesafe accessor for the target component.Methods in org.jdesktop.swingx that return types with arguments of type JXList Modifier and Type Method Description protected ListRolloverController<JXList>
JXList. createLinkController()
protected ListRolloverController<JXList>
JXList. getLinkController()
Constructors in org.jdesktop.swingx with parameters of type JXList Constructor Description ListAdapter(JXList component)
Constructs aListAdapter
for the specified target JXList. -
Uses of JXList in org.jdesktop.swingx.search
Fields in org.jdesktop.swingx.search declared as JXList Modifier and Type Field Description protected JXList
ListSearchable. list
Constructors in org.jdesktop.swingx.search with parameters of type JXList Constructor Description ListSearchable(JXList list)
-