| |
|
| org.enhydra.jawe.components.graph.JaWEGraphSelectionModel
JaWEGraphSelectionModel | public class JaWEGraphSelectionModel extends DefaultGraphSelectionModel (Code) | | JaWE implementation of selection model.
|
Inner Class :protected class JaWECellPlaceHolder extends DefaultGraphSelectionModel.CellPlaceHolder | |
Constructor Summary | |
public | JaWEGraphSelectionModel(JGraph graph) Constructs a DefaultGraphSelectionModel for the specified graph. |
JaWEGraphSelectionModel | public JaWEGraphSelectionModel(JGraph graph)(Code) | | Constructs a DefaultGraphSelectionModel for the specified graph.
|
addSelectionCells | public void addSelectionCells(Object[] cells)(Code) | | Modifies original method to avoid selection of in/out of subflow.
|
getSelectables | public Object[] getSelectables()(Code) | | Returns the cells that are currently selectable.
|
removeSelectionCells | public void removeSelectionCells(Object[] cells)(Code) | | Modifies original method to avoid deselection of in/out of subflow.
|
setSelectionCells | public void setSelectionCells(Object[] cells)(Code) | | Modifies original method to avoid selection of in/out of subflow.
|
|
|
|