Uses of Class
org.pushingpixels.radiance.theming.internal.ui.RadianceTableUI.TableCellId
-
Packages that use RadianceTableUI.TableCellId Package Description org.pushingpixels.radiance.theming.internal.ui org.pushingpixels.radiance.theming.internal.utils.border -
-
Uses of RadianceTableUI.TableCellId in org.pushingpixels.radiance.theming.internal.ui
Fields in org.pushingpixels.radiance.theming.internal.ui declared as RadianceTableUI.TableCellId Modifier and Type Field Description (package private) RadianceTableUI.TableCellId
RadianceTableUI. cellId
private RadianceTableUI.TableCellId
RadianceTableUI. focusedCellId
Fields in org.pushingpixels.radiance.theming.internal.ui with type parameters of type RadianceTableUI.TableCellId Modifier and Type Field Description private java.util.Set<RadianceTableUI.TableCellId>
RadianceTableUI. rolledOverIndices
Holds the currently rolled-over row-column index, ornull
if none such.private java.util.Map<RadianceTableUI.TableCellId,java.lang.Object>
RadianceTableUI. selectedIndices
Holds the list of currently selected row-column indexes.private StateTransitionMultiTracker<RadianceTableUI.TableCellId>
RadianceTableUI. stateTransitionMultiTracker
Methods in org.pushingpixels.radiance.theming.internal.ui that return RadianceTableUI.TableCellId Modifier and Type Method Description RadianceTableUI.TableCellId
RadianceTableUI. getId(int row, int column)
Returns a comparable ID for the specified location.Methods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceTableUI.TableCellId Modifier and Type Method Description int
RadianceTableUI.TableCellId. compareTo(RadianceTableUI.TableCellId o)
private void
RadianceTableUI.RolloverFadeListener. fadeOutRollover(RadianceTableUI.TableCellId tableCellId)
Initiates the fade out effect.ComponentState
RadianceTableUI. getCellState(RadianceTableUI.TableCellId cellIndex)
Returns the current state for the specified cell.StateTransitionTracker.ModelStateInfo
RadianceTableUI. getModelStateInfo(RadianceTableUI.TableCellId cellId)
Returns the current state for the specified cell.StateTransitionTracker
RadianceTableUI. getStateTransitionTracker(RadianceTableUI.TableCellId tableId)
private StateTransitionTracker
RadianceTableUI. getTracker(RadianceTableUI.TableCellId tableCellId, boolean initialRollover, boolean initialSelected)
-
Uses of RadianceTableUI.TableCellId in org.pushingpixels.radiance.theming.internal.utils.border
Fields in org.pushingpixels.radiance.theming.internal.utils.border declared as RadianceTableUI.TableCellId Modifier and Type Field Description protected RadianceTableUI.TableCellId
RadianceTableCellBorder. cellId
Constructors in org.pushingpixels.radiance.theming.internal.utils.border with parameters of type RadianceTableUI.TableCellId Constructor Description RadianceTableCellBorder(java.awt.Insets insets, RadianceTableUI ui, RadianceTableUI.TableCellId cellId)
Creates a new border with the specified insets.
-