Package | Description |
---|---|
org.eclipse.gef.mvc.fx.behaviors |
This package contains JavaFX/MVC.FX-specific
IBehavior implementations. |
org.eclipse.gef.mvc.fx.operations |
This package contains all
IUndoableOperation
implementations contributed by MVC.FX. |
Modifier and Type | Method and Description |
---|---|
protected SelectionModel |
SelectionBehavior.getSelectionModel()
Returns the
SelectionModel in the context of the
host . |
Modifier and Type | Method and Description |
---|---|
protected SelectionModel |
SelectOperation.getSelectionModel()
Returns the
SelectionModel adapted to the viewer. |
protected SelectionModel |
ChangeSelectionOperation.getSelectionModel()
Returns the
SelectionModel adapted to the viewer. |
protected SelectionModel |
DeselectOperation.getSelectionModel()
Returns the
SelectionModel adapted to the viewer. |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.