|
GoGraph |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.jgraph.graph.DefaultGraphSelectionModel
|
+--gograph.base.graph.GGNoSelectionModel
A graph selection model that prevents any selection. Used in execution graph.
| Field Summary |
| Fields inherited from class org.jgraph.graph.DefaultGraphSelectionModel |
cellStates, changeSupport, childrenSelectable, graph, listenerList, SELECTED, selection, SELECTION_MODE_PROPERTY, selectionMode, UNSELECTED |
| Fields inherited from interface org.jgraph.graph.GraphSelectionModel |
MULTIPLE_GRAPH_SELECTION, SINGLE_GRAPH_SELECTION |
| Constructor Summary | |
GGNoSelectionModel()
Creates a new instance of GGNoSelectionModel |
|
| Method Summary | |
java.lang.Object[] |
getSelectables()
Returns the cells that are currently selectable. |
protected boolean |
select(java.util.List list,
java.lang.Object cell)
Selects a single cell and updates all datastructures. |
| Methods inherited from class org.jgraph.graph.DefaultGraphSelectionModel |
addCellStateKeysToChange, addGraphSelectionListener, addPropertyChangeListener, addSelectionCell, addSelectionCells, clearSelection, clone, deselect, fireValueChanged, getListeners, getSelectedChildCount, getSelectionCell, getSelectionCells, getSelectionCount, getSelectionMode, isCellSelected, isChildrenSelectable, isChildrenSelectable, isChildrenSelected, isSelectionEmpty, notifyCellChange, removeGraphSelectionListener, removePropertyChangeListener, removeSelectionCell, removeSelectionCells, setChildrenSelectable, setSelectedChildCount, setSelectionCell, setSelectionCells, setSelectionMode |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GGNoSelectionModel()
| Method Detail |
public java.lang.Object[] getSelectables()
getSelectables in interface org.jgraph.graph.GraphSelectionModelgetSelectables in class org.jgraph.graph.DefaultGraphSelectionModelnull.
protected boolean select(java.util.List list,
java.lang.Object cell)
select in class org.jgraph.graph.DefaultGraphSelectionModellist - Selection datastructure.cell - Selected cell.
false.
|
GoGraph |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||