com.elegantj.jfc.table
Class TableCell
java.lang.Object
com.elegantj.jfc.table.TableCell
- All Implemented Interfaces:
- java.io.Serializable
- public class TableCell
- extends java.lang.Object
- implements java.io.Serializable
TableCell represents the table cell by row index and column index of that cell in the table.
- See Also:
- Serialized Form
|
Constructor Summary |
TableCell(int rowIndex,
int columnIndex)
|
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TableCell
public TableCell(int rowIndex,
int columnIndex)
getRowIndex
public int getRowIndex()
getColumnIndex
public int getColumnIndex()
clone
public java.lang.Object clone()
equals
public boolean equals(java.lang.Object obj)
toString
public java.lang.String toString()
Submit a bug or feature
Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.