JGraph
v5.13.0.4


org.jgraph.graph
Class DefaultGraphSelectionModel.CellPlaceHolder

java.lang.Object
  extended by org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder
Enclosing class:
DefaultGraphSelectionModel

protected class DefaultGraphSelectionModel.CellPlaceHolder
extends java.lang.Object

Holds a path and whether or not it is new.


Field Summary
protected  java.lang.Object cell
           
protected  boolean isNew
           
 
Constructor Summary
protected DefaultGraphSelectionModel.CellPlaceHolder(java.lang.Object cell, boolean isNew)
           
 
Method Summary
 java.lang.Object getCell()
          Returns the cell.
 boolean isNew()
          Returns the isNew.
 void setCell(java.lang.Object cell)
          Sets the cell.
 void setNew(boolean isNew)
          Sets the isNew.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isNew

protected boolean isNew

cell

protected java.lang.Object cell
Constructor Detail

DefaultGraphSelectionModel.CellPlaceHolder

protected DefaultGraphSelectionModel.CellPlaceHolder(java.lang.Object cell,
                                                     boolean isNew)
Method Detail

getCell

public java.lang.Object getCell()
Returns the cell.

Returns:
Object

isNew

public boolean isNew()
Returns the isNew.

Returns:
boolean

setCell

public void setCell(java.lang.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

JGraph
v5.13.0.4


Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.