|
TWE 2.5-1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgraph.graph.DefaultGraphSelectionModel
org.enhydra.jawe.components.graph.JaWEGraphSelectionModel
JaWE implementation of selection model.
Nested Class Summary | |
protected class |
JaWEGraphSelectionModel.JaWECellPlaceHolder
|
Nested classes inherited from class org.jgraph.graph.DefaultGraphSelectionModel |
org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder |
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 | |
JaWEGraphSelectionModel(org.jgraph.JGraph graph)
Constructs a DefaultGraphSelectionModel for the specified graph. |
Method Summary | |
void |
addSelectionCells(java.lang.Object[] cells)
Modifies original method to avoid selection of in/out of subflow. |
java.lang.Object[] |
getSelectables()
Returns the cells that are currently selectable. |
private java.lang.Object[] |
removeForbiddenCells(java.lang.Object[] cells)
Removes forbiden objects from selection. |
void |
removeSelectionCells(java.lang.Object[] cells)
Modifies original method to avoid deselection of in/out of subflow. |
void |
setSelectionCells(java.lang.Object[] cells)
Modifies original method to avoid selection of in/out of subflow. |
Methods inherited from class org.jgraph.graph.DefaultGraphSelectionModel |
addGraphSelectionListener, addPropertyChangeListener, addSelectionCell, clearSelection, clone, deselect, fireValueChanged, getListeners, getSelectedChildCount, getSelectionCell, getSelectionCells, getSelectionCount, getSelectionMode, isCellSelected, isChildrenSelectable, isChildrenSelectable, isChildrenSelected, isSelectionEmpty, notifyCellChange, removeGraphSelectionListener, removePropertyChangeListener, removeSelectionCell, select, setChildrenSelectable, setSelectedChildCount, setSelectionCell, setSelectionMode |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JaWEGraphSelectionModel(org.jgraph.JGraph graph)
Method Detail |
public void setSelectionCells(java.lang.Object[] cells)
public void addSelectionCells(java.lang.Object[] cells)
public void removeSelectionCells(java.lang.Object[] cells)
private java.lang.Object[] removeForbiddenCells(java.lang.Object[] cells)
public java.lang.Object[] getSelectables()
|
TWE 2.5-1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |