org.jgraph.graph
protected class DefaultGraphSelectionModel.CellPlaceHolder extends Object
| Field Summary | |
|---|---|
| protected Object | cell |
| protected boolean | isNew |
| Constructor Summary | |
|---|---|
| protected | CellPlaceHolder(Object cell, boolean isNew) |
| Method Summary | |
|---|---|
| Object | getCell()
Returns the cell.
|
| boolean | isNew()
Returns the isNew.
|
| void | setCell(Object cell)
Sets the cell.
|
| void | setNew(boolean isNew)
Sets the isNew.
|
Returns: Object
Returns: boolean
Parameters: cell The cell to set
Parameters: isNew The isNew to set