Package | Description |
---|---|
org.eclipse.gef4.mvc.behaviors |
This package contains the
IBehavior
and AbstractBehavior definitions. |
org.eclipse.gef4.mvc.fx.ui.parts |
This package contains specific Eclipse
ViewPart
and EditorPart implementations which wrap an
FXCanvas . |
org.eclipse.gef4.mvc.operations |
This package contains implementations of
IUndoableOperation which can be
used to manipulate the default models, especially content creation and
removal. |
Modifier and Type | Method and Description |
---|---|
protected SelectionModel<VR> |
SelectionBehavior.getSelectionModel()
Returns the
SelectionModel in the context of the
host . |
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteActionHandler.updateEnabledState(SelectionModel<javafx.scene.Node> selectionModel)
Updates the enabled state of this
Action dependent on the
selection state of the SelectionModel . |
Modifier and Type | Method and Description |
---|---|
protected SelectionModel<VR> |
SelectOperation.getSelectionModel()
Returns the
SelectionModel adapted to the viewer. |
protected SelectionModel<VR> |
DeselectOperation.getSelectionModel()
Returns the
SelectionModel adapted to the viewer. |
Copyright (c) 2014 itemis AG and others. All rights reserved.