|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjigcell.compare.ui.BasicTable.BasicTableModel.Marker
protected static class BasicTable.BasicTableModel.Marker
Provides quick access to information about columns in this model.
| Field Summary | |
|---|---|
private java.lang.String |
identifier
Unique identifier for this column. |
private java.lang.String |
name
Name of this column for the table header. |
| Constructor Summary | |
|---|---|
BasicTable.BasicTableModel.Marker(java.lang.String identifier,
java.lang.String name)
Creates a new table marker. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
The name of this column for the table header. |
int |
hashCode()
|
void |
setName(java.lang.String name)
Sets the name of this column for the table header. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final java.lang.String identifier
private java.lang.String name
| Constructor Detail |
|---|
public BasicTable.BasicTableModel.Marker(java.lang.String identifier,
java.lang.String name)
identifier - Identifier for this table columnname - Name for the table column in this model| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String getName()
public int hashCode()
hashCode in class java.lang.Objectpublic void setName(java.lang.String name)
name - Namepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||