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.TableCellIdRadianceTableUI. cellIdprivate RadianceTableUI.TableCellIdRadianceTableUI. focusedCellIdFields 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. rolledOverIndicesHolds the currently rolled-over row-column index, ornullif none such.private java.util.Map<RadianceTableUI.TableCellId,java.lang.Object>RadianceTableUI. selectedIndicesHolds the list of currently selected row-column indexes.private StateTransitionMultiTracker<RadianceTableUI.TableCellId>RadianceTableUI. stateTransitionMultiTrackerMethods in org.pushingpixels.radiance.theming.internal.ui that return RadianceTableUI.TableCellId Modifier and Type Method Description RadianceTableUI.TableCellIdRadianceTableUI. 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 intRadianceTableUI.TableCellId. compareTo(RadianceTableUI.TableCellId o)private voidRadianceTableUI.RolloverFadeListener. fadeOutRollover(RadianceTableUI.TableCellId tableCellId)Initiates the fade out effect.ComponentStateRadianceTableUI. getCellState(RadianceTableUI.TableCellId cellIndex)Returns the current state for the specified cell.StateTransitionTracker.ModelStateInfoRadianceTableUI. getModelStateInfo(RadianceTableUI.TableCellId cellId)Returns the current state for the specified cell.StateTransitionTrackerRadianceTableUI. 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.TableCellId Modifier and Type Field Description protected RadianceTableUI.TableCellIdRadianceTableCellBorder. cellIdConstructors 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.
-