com.eliad.model
Class AtomicCell

java.lang.Object
  |
  +--com.eliad.model.AtomicCell

public class AtomicCell
extends java.lang.Object
implements ExtentCell

An implementation of ExtentCell that represents a mono-cell span.

Version:
1.0 03/26/00
Author:
Patrick Mérissert-Coffinières
See Also:
GridSelectionModel

Constructor Summary
AtomicCell(int row, int column)
          Constructs a extent cell at row,column. this extentCell represents a mono-cell span with a null identifier.
 
Method Summary
 int getColumn()
           
 int getColumnCount()
           
 java.lang.Object getIdentifier()
           
 int getRow()
           
 int getRowCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicCell

public AtomicCell(int row,
                  int column)
Constructs a extent cell at row,column. this extentCell represents a mono-cell span with a null identifier.
Method Detail

getRow

public int getRow()
Specified by:
getRow in interface ExtentCell

getRowCount

public int getRowCount()
Specified by:
getRowCount in interface ExtentCell
Returns:
1

getColumn

public int getColumn()
Specified by:
getColumn in interface ExtentCell

getColumnCount

public int getColumnCount()
Specified by:
getColumnCount in interface ExtentCell
Returns:
1

getIdentifier

public java.lang.Object getIdentifier()
Specified by:
getIdentifier in interface ExtentCell
Returns:
null