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
Classes in org.pushingpixels.radiance.theming.internal.ui that implement interfaces with type arguments of type RadianceTableUI.TableCellIdModifier and TypeClassDescriptionstatic classID of a single table cell.Fields in org.pushingpixels.radiance.theming.internal.ui declared as RadianceTableUI.TableCellIdModifier and TypeFieldDescription(package private) RadianceTableUI.TableCellIdRadianceTableUI.cellIdprivate RadianceTableUI.TableCellIdRadianceTableUI.focusedCellIdFields in org.pushingpixels.radiance.theming.internal.ui with type parameters of type RadianceTableUI.TableCellIdModifier and TypeFieldDescriptionprivate Set<RadianceTableUI.TableCellId> RadianceTableUI.rolledOverIndicesHolds the currently rolled-over row-column index, ornullif none such.private Map<RadianceTableUI.TableCellId, Object> RadianceTableUI.selectedIndicesHolds the list of currently selected row-column indexes.RadianceTableUI.stateTransitionMultiTrackerMethods 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 TypeMethodDescriptionintRadianceTableUI.TableCellId.compareTo(RadianceTableUI.TableCellId o) private voidRadianceTableUI.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 StateTransitionTrackerRadianceTableUI.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.TableCellIdRadianceTableCellBorder.cellIdConstructors 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.