| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
ClearHoverFocusSelectionOperation<VR>
The
ClearHoverFocusSelectionOperation can be used to clear the
HoverModel, FocusModel, and SelectionModel within an
IViewer. |
class |
ForwardUndoCompositeOperation
The
ForwardUndoCompositeOperation is an
AbstractCompositeOperation which undoes its combined operations in
the same order as they are executed. |
class |
ReverseUndoCompositeOperation
The
ReverseUndoCompositeOperation is an
AbstractCompositeOperation which undoes its combined operations in
the reverse order of their execution. |
Copyright (c) 2014 itemis AG and others. All rights reserved.