Uses of Class
org.pushingpixels.radiance.theming.internal.ui.RadianceTableUI.TableCellId
Packages that use RadianceTableUI.TableCellId
Package
Description
-
Uses of RadianceTableUI.TableCellId in org.pushingpixels.radiance.theming.internal.ui
Fields in org.pushingpixels.radiance.theming.internal.ui declared as RadianceTableUI.TableCellIdModifier and TypeFieldDescription(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.TableCellIdModifier and TypeFieldDescriptionprivate Set
<RadianceTableUI.TableCellId> RadianceTableUI.rolledOverIndices
Holds the currently rolled-over row-column index, ornull
if none such.private Map
<RadianceTableUI.TableCellId, Object> RadianceTableUI.selectedIndices
Holds the list of currently selected row-column indexes.RadianceTableUI.stateTransitionMultiTracker
Methods in org.pushingpixels.radiance.theming.internal.ui that return RadianceTableUI.TableCellIdModifier and TypeMethodDescriptionRadianceTableUI.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.TableCellIdModifier and TypeMethodDescriptionint
RadianceTableUI.TableCellId.compareTo
(RadianceTableUI.TableCellId o) private void
RadianceTableUI.RolloverFadeListener.fadeOutRollover
(RadianceTableUI.TableCellId tableCellId) Initiates the fade out effect.RadianceTableUI.getCellState
(RadianceTableUI.TableCellId cellIndex) Returns the current state for the specified cell.RadianceTableUI.getModelStateInfo
(RadianceTableUI.TableCellId cellId) Returns the current state for the specified cell.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.TableCellIdModifier and TypeFieldDescriptionprotected RadianceTableUI.TableCellId
RadianceTableCellBorder.cellId
Constructors in org.pushingpixels.radiance.theming.internal.utils.border with parameters of type RadianceTableUI.TableCellIdModifierConstructorDescriptionRadianceTableCellBorder
(Insets insets, RadianceTableUI ui, RadianceTableUI.TableCellId cellId) Creates a new border with the specified insets.