Uses of Class
org.pushingpixels.radiance.theming.internal.ui.RadianceTreeUI.TreePathId
-
Packages that use RadianceTreeUI.TreePathId Package Description org.pushingpixels.radiance.theming.internal.ui -
-
Uses of RadianceTreeUI.TreePathId in org.pushingpixels.radiance.theming.internal.ui
Fields in org.pushingpixels.radiance.theming.internal.ui declared as RadianceTreeUI.TreePathId Modifier and Type Field Description private RadianceTreeUI.TreePathId
RadianceTreeUI. currRolloverPathId
Holds the currently rolled-over path ornull
if none such.Fields in org.pushingpixels.radiance.theming.internal.ui with type parameters of type RadianceTreeUI.TreePathId Modifier and Type Field Description private java.util.Map<RadianceTreeUI.TreePathId,java.lang.Object>
RadianceTreeUI. selectedPaths
Holds the list of currently selected paths.private StateTransitionMultiTracker<RadianceTreeUI.TreePathId>
RadianceTreeUI. stateTransitionMultiTracker
Methods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceTreeUI.TreePathId Modifier and Type Method Description int
RadianceTreeUI.TreePathId. compareTo(RadianceTreeUI.TreePathId otherId)
boolean
RadianceTreeUI.TreePathId. equals(RadianceTreeUI.TreePathId obj)
StateTransitionTracker.ModelStateInfo
RadianceTreeUI. getModelStateInfo(RadianceTreeUI.TreePathId pathId)
ComponentState
RadianceTreeUI. getPathState(RadianceTreeUI.TreePathId pathId)
Returns the current state for the specified path.private StateTransitionTracker
RadianceTreeUI. getTracker(RadianceTreeUI.TreePathId pathId, boolean initialRollover, boolean initialSelected)
-