jigcell.compare.ui
Class BasicTable.BasicTableModel.Marker

java.lang.Object
  extended by jigcell.compare.ui.BasicTable.BasicTableModel.Marker
Enclosing class:
BasicTable.BasicTableModel

protected static class BasicTable.BasicTableModel.Marker
extends java.lang.Object

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

identifier

private final java.lang.String identifier
Unique identifier for this column.


name

private java.lang.String name
Name of this column for the table header.

Constructor Detail

BasicTable.BasicTableModel.Marker

public BasicTable.BasicTableModel.Marker(java.lang.String identifier,
                                         java.lang.String name)
Creates a new table marker.

Parameters:
identifier - Identifier for this table column
name - Name for the table column in this model
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

getName

public java.lang.String getName()
The name of this column for the table header.


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setName

public void setName(java.lang.String name)
Sets the name of this column for the table header.

Parameters:
name - Name

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object