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