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 int
compareTo(SubstanceTableUI.TableCellId o)
boolean
equals(Object obj)
int
hashCode()
String
toString()
-
-
-
Method Detail
-
compareTo
public int compareTo(SubstanceTableUI.TableCellId o)
- Specified by:
compareTo
in interfaceComparable<SubstanceTableUI.TableCellId>
-
-