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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
row
protected int rowCell row. -
column
protected int columnCell column.
-
-
Constructor Details
-
TableCellId
public TableCellId(int row, int column) Creates a new cell ID.- Parameters:
row
- Cell row.column
- Cell column.
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<SubstanceTableUI.TableCellId>
-
equals
-
hashCode
public int hashCode() -
toString
-