org.jgraph.graph
Class DefaultGraphSelectionModel.CellPlaceHolder
java.lang.Object
|
+--org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder
- Enclosing class:
- DefaultGraphSelectionModel
- protected class DefaultGraphSelectionModel.CellPlaceHolder
- extends Object
Holds a path and whether or not it is new.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isNew
protected boolean isNew
cell
protected Object cell
DefaultGraphSelectionModel.CellPlaceHolder
protected DefaultGraphSelectionModel.CellPlaceHolder(Object cell,
boolean isNew)
getCell
public Object getCell()
- Returns the cell.
- Returns:
- Object
isNew
public boolean isNew()
- Returns the isNew.
- Returns:
- boolean
setCell
public void setCell(Object cell)
- Sets the cell.
- Parameters:
cell
- The cell to set
setNew
public void setNew(boolean isNew)
- Sets the isNew.
- Parameters:
isNew
- The isNew to set
Copyright (C) 2001-2004 JGraph.org. All rights reserved.