|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jaret.util.ui.table.model.simple.SimpleRow
public class SimpleRow
Simple row implementation based on it's index, used as a marker in the SimpleJaretTableModel.
| Constructor Summary | |
|---|---|
SimpleRow(int idx)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Equals based on the index of the row. |
java.lang.String |
getId()
Used for storing the row height (identification purposes). |
int |
getIndex()
Retrieve the index of the row. |
int |
hashCode()
hashcode based on the index of the column. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleRow(int idx)
idx - index| Method Detail |
|---|
public java.lang.String getId()
getId in interface IRowpublic int getIndex()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||