Class SubstanceTableUI.TableCellId
- java.lang.Object
-
- org.pushingpixels.substance.internal.ui.SubstanceTableUI.TableCellId
-
- All Implemented Interfaces:
Comparable<SubstanceTableUI.TableCellId>
- Enclosing class:
- SubstanceTableUI
public static class SubstanceTableUI.TableCellId extends Object implements Comparable<SubstanceTableUI.TableCellId>
ID of a single table cell.
-
-
Constructor Summary
Constructors Constructor Description TableCellId(int row, int column)Creates a new cell ID.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(SubstanceTableUI.TableCellId o)booleanequals(Object obj)inthashCode()StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(SubstanceTableUI.TableCellId o)
- Specified by:
compareToin interfaceComparable<SubstanceTableUI.TableCellId>
-
-