|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.higrid.CellPosition
A CellPosition object describes a cell by specifying its rowNode and column index.
Field Summary | |
protected int |
columnIndex
|
protected com.klg.jclass.higrid.CellFormat |
format
|
protected boolean |
isIndicator
|
protected Point |
point
|
protected com.klg.jclass.higrid.RowNode |
row
|
Constructor Summary | |
CellPosition()
|
|
CellPosition(int x,
int y)
|
|
CellPosition(com.klg.jclass.higrid.RowNode row,
int column)
|
|
CellPosition(com.klg.jclass.higrid.RowNode row,
int column,
boolean isIndicator)
Default Constructor |
Method Summary | |
protected Object |
clone()
Creates and returns a copy of this object. |
com.klg.jclass.higrid.CellFormat |
getCellFormat()
Retrieves the cell's cellFormat. |
int |
getColumnIndex()
Retrieves the cell's columnIndex. |
com.klg.jclass.higrid.RowNode |
getRowNode()
Retrieves the cell's rowNode. |
boolean |
isIndicator()
Retrieves if the cell is an indicatorFormat. |
boolean |
isSameAs(com.klg.jclass.higrid.CellPosition cell)
Compares the passed CellPosition object with itself for logical equality. |
void |
setColumnIndex(int column)
Sets the column index to the indicated column. |
String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected com.klg.jclass.higrid.RowNode row
protected com.klg.jclass.higrid.CellFormat format
protected Point point
protected int columnIndex
protected boolean isIndicator
Constructor Detail |
public CellPosition(com.klg.jclass.higrid.RowNode row, int column, boolean isIndicator)
public CellPosition(com.klg.jclass.higrid.RowNode row, int column)
public CellPosition(int x, int y)
public CellPosition()
Method Detail |
public void setColumnIndex(int column)
column
- the new column index.public boolean isSameAs(com.klg.jclass.higrid.CellPosition cell)
cell
- the CellPosition object to compare to.
public com.klg.jclass.higrid.RowNode getRowNode()
public com.klg.jclass.higrid.CellFormat getCellFormat()
public int getColumnIndex()
public boolean isIndicator()
protected Object clone()
clone
in class Object
public String toString()
toString
in class Object
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |