Uses of Class
org.jdesktop.swingx.rollover.RolloverProducer
Packages that use RolloverProducer
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 RolloverProducer in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as RolloverProducerModifier and TypeFieldDescriptionprivate RolloverProducer
JXList.rolloverProducer
Mouse/Motion/Listener keeping track of mouse moved in cell coordinates.private RolloverProducer
JXTable.rolloverProducer
Mouse/Motion/Listener keeping track of mouse moved in cell coordinates.private RolloverProducer
JXTree.rolloverProducer
The RolloverProducer used if rollover is enabled.Methods in org.jdesktop.swingx that return RolloverProducerModifier and TypeMethodDescriptionprotected RolloverProducer
JXList.createRolloverProducer()
Creates and returns the RolloverProducer to use with this tree.protected RolloverProducer
JXTable.createRolloverProducer()
Creates and returns the RolloverProducer to use with this component.protected RolloverProducer
JXTree.createRolloverProducer()
Creates and returns the RolloverProducer to use with this tree.protected RolloverProducer
JXTreeTable.TreeTableCellRenderer.createRolloverProducer()
Creates and returns the RolloverProducer to use with this tree. -
Uses of RolloverProducer in org.jdesktop.swingx.rollover
Subclasses of RolloverProducer in org.jdesktop.swingx.rolloverModifier and TypeClassDescriptionclass
List-specific implementation of RolloverProducer.class
Table-specific implementation of RolloverProducer.class
Tree-specific implementation of RolloverProducer.