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.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 TypeMethodDescriptionintRadianceTableUI.TableCellId.compareTo(RadianceTableUI.TableCellId o) 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) -
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.