Uses of Class
org.jdesktop.swingx.rollover.ListRolloverController
Packages that use ListRolloverController
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 ListRolloverController in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as ListRolloverControllerModifier and TypeFieldDescriptionprivate ListRolloverController
<JXList> JXList.linkController
RolloverController: listens to cell over events and repaints entered/exited rows.Methods in org.jdesktop.swingx that return ListRolloverControllerModifier and TypeMethodDescriptionprotected ListRolloverController
<JXList> JXList.createLinkController()
Creates and returns a RolloverController appropriate for this component.protected ListRolloverController
<JXList> JXList.getLinkController()
Returns the RolloverController for this component.