public class BPDGraphSelectionModel
extends org.jgraph.graph.DefaultGraphSelectionModel
| 构造器和说明 |
|---|
BPDGraphSelectionModel(org.jgraph.JGraph graph)
Constructs a DefaultGraphSelectionModel for the specified graph.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSelectionCells(Object[] cells)
Modifies original method to avoid selection of in/out of subflow.
|
Object[] |
getSelectables()
Returns the cells that are currently selectable.
|
void |
removeSelectionCells(Object[] cells)
Modifies original method to avoid deselection of in/out of subflow.
|
void |
setSelectionCells(Object[] cells)
Modifies original method to avoid selection of in/out of subflow.
|
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, setSelectionModepublic BPDGraphSelectionModel(org.jgraph.JGraph graph)
public void setSelectionCells(Object[] cells)
setSelectionCells 在接口中 org.jgraph.graph.GraphSelectionModelsetSelectionCells 在类中 org.jgraph.graph.DefaultGraphSelectionModelpublic void addSelectionCells(Object[] cells)
addSelectionCells 在接口中 org.jgraph.graph.GraphSelectionModeladdSelectionCells 在类中 org.jgraph.graph.DefaultGraphSelectionModelpublic void removeSelectionCells(Object[] cells)
removeSelectionCells 在接口中 org.jgraph.graph.GraphSelectionModelremoveSelectionCells 在类中 org.jgraph.graph.DefaultGraphSelectionModelpublic Object[] getSelectables()
getSelectables 在接口中 org.jgraph.graph.GraphSelectionModelgetSelectables 在类中 org.jgraph.graph.DefaultGraphSelectionModelCopyright © 2023 onecode. All rights reserved.