|
Together Workflow Editor 3.0-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
public class JaWEGraphSelectionModel
JaWE implementation of selection model.
Nested Class Summary | |
---|---|
protected class |
JaWEGraphSelectionModel.JaWECellPlaceHolder
|
Nested classes/interfaces 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)
setSelectionCells
in interface org.jgraph.graph.GraphSelectionModel
setSelectionCells
in class org.jgraph.graph.DefaultGraphSelectionModel
public void addSelectionCells(java.lang.Object[] cells)
addSelectionCells
in interface org.jgraph.graph.GraphSelectionModel
addSelectionCells
in class org.jgraph.graph.DefaultGraphSelectionModel
public void removeSelectionCells(java.lang.Object[] cells)
removeSelectionCells
in interface org.jgraph.graph.GraphSelectionModel
removeSelectionCells
in class org.jgraph.graph.DefaultGraphSelectionModel
private java.lang.Object[] removeForbiddenCells(java.lang.Object[] cells)
public java.lang.Object[] getSelectables()
getSelectables
in interface org.jgraph.graph.GraphSelectionModel
getSelectables
in class org.jgraph.graph.DefaultGraphSelectionModel
|
Together Workflow Editor 3.0-1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |