Package org.jgraph.graph
Class DefaultGraphSelectionModel.CellPlaceHolder
java.lang.Object
org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder
- Enclosing class:
DefaultGraphSelectionModel
Holds a path and whether or not it is new.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isNew
protected boolean isNew -
cell
-
-
Constructor Details
-
CellPlaceHolder
-
-
Method Details
-
getCell
Returns the cell.- Returns:
- Object
-
isNew
public boolean isNew()Returns the isNew.- Returns:
- boolean
-
setCell
Sets the cell.- Parameters:
cell
- The cell to set
-
setNew
public void setNew(boolean isNew) Sets the isNew.- Parameters:
isNew
- The isNew to set
-