org.jgraph.graph
Class DefaultGraphSelectionModel.CellPlaceHolder
java.lang.Object
org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder
- DefaultGraphSelectionModel
protected class DefaultGraphSelectionModel.CellPlaceHolder
extends java.lang.Object
Holds a path and whether or not it is new.
Object | getCell() - Returns the cell.
|
boolean | isNew() - Returns the isNew.
|
void | setCell(Object cell) - Sets the cell.
|
void | setNew(boolean isNew) - Sets the isNew.
|
cell
protected Object cell
isNew
protected boolean isNew
CellPlaceHolder
protected CellPlaceHolder(Object cell,
boolean isNew)
getCell
public Object getCell()
Returns the cell.
isNew
public boolean isNew()
Returns the isNew.
setCell
public void setCell(Object cell)
Sets the cell.
setNew
public void setNew(boolean isNew)
Sets the isNew.
Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.