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
-
isNew
public boolean isNew()Returns the isNew.- Returns:
- boolean
-
setCell
-
setNew
public void setNew(boolean isNew) Sets the isNew.- Parameters:
isNew- The isNew to set
-