protected class DefaultGraphSelectionModel.CellPlaceHolder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
cell |
protected boolean |
isNew |
| Modifier | Constructor and Description |
|---|---|
protected |
CellPlaceHolder(java.lang.Object cell,
boolean isNew) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCell()
Returns the cell.
|
boolean |
isNew()
Returns the isNew.
|
void |
setCell(java.lang.Object cell)
Sets the cell.
|
void |
setNew(boolean isNew)
Sets the isNew.
|
public java.lang.Object getCell()
public boolean isNew()
public void setCell(java.lang.Object cell)
cell - The cell to setpublic void setNew(boolean isNew)
isNew - The isNew to setCopyright (C) 2001-2008 Gaudenz Alder. All rights reserved.