ElegantJ Data Tables Java API Specification v1.1

com.elegantj.jfc.table
Class TableCell

java.lang.Object
  extended bycom.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)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 int getColumnIndex()
           
 int getRowIndex()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableCell

public TableCell(int rowIndex,
                 int columnIndex)
Method Detail

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()

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.