gui
Class TableElement
java.lang.Object
|
+--gui.TableElement
- public class TableElement
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
TableElement
public TableElement(int c,
int r)
- Constructs a Cell
TableElement
public TableElement(TableElement te)
TableElement
public TableElement(java.lang.String info)
- Constructs a TableElement from a String
isValid
public boolean isValid()
getColumn
public int getColumn()
getRow
public int getRow()
setColumn
public void setColumn(int c)
setRow
public void setRow(int r)
isSame
public boolean isSame(TableElement te)
equals
public boolean equals(TableElement te)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
getRowLabel
public java.lang.String getRowLabel()
getColumnLabel
public java.lang.String getColumnLabel()