|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.SubstanceTableUI.TableCellId
public static class SubstanceTableUI.TableCellId
ID of a single table cell.
Field Summary | |
---|---|
protected int |
column
Cell column. |
protected boolean |
isExactComparison
Indicates whether the comparison ( equals(Object) ) should
return false when it is passed either
SubstanceTableUI.TableColumnId or SubstanceTableUI.TableRowId . |
protected int |
row
Cell row. |
Constructor Summary | |
---|---|
SubstanceTableUI.TableCellId(int row,
int column)
Creates a new cell ID. |
Method Summary | |
---|---|
SubstanceTableUI.TableId |
cloneId()
|
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
void |
setExactComparison(boolean isExactComparison)
Sets the comparison flag. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int row
protected int column
protected boolean isExactComparison
equals(Object)
) should
return false
when it is passed either
SubstanceTableUI.TableColumnId
or SubstanceTableUI.TableRowId
.
Constructor Detail |
---|
public SubstanceTableUI.TableCellId(int row, int column)
row
- Cell row.column
- Cell column.Method Detail |
---|
public void setExactComparison(boolean isExactComparison)
isExactComparison
- If true
, the (equals(Object)
) will
return false
when it is passed either
SubstanceTableUI.TableColumnId
or SubstanceTableUI.TableRowId
.public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public SubstanceTableUI.TableId cloneId()
cloneId
in interface SubstanceTableUI.TableId
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |