|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder
protected class DefaultGraphSelectionModel.CellPlaceHolder
Holds a path and whether or not it is new.
Field Summary | |
---|---|
protected Object |
cell
|
protected boolean |
isNew
|
Constructor Summary | |
---|---|
protected |
DefaultGraphSelectionModel.CellPlaceHolder(Object cell,
boolean isNew)
|
Method Summary | |
---|---|
Object |
getCell()
Returns the cell. |
boolean |
isNew()
Returns the isNew. |
void |
setCell(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 |
---|
protected boolean isNew
protected Object cell
Constructor Detail |
---|
protected DefaultGraphSelectionModel.CellPlaceHolder(Object cell, boolean isNew)
Method Detail |
---|
public Object getCell()
public boolean isNew()
public void setCell(Object cell)
cell
- The cell to setpublic void setNew(boolean isNew)
isNew
- The isNew to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |