| Package | Description |
|---|---|
| org.eclipse.gef4.mvc.domain |
This package contains the
IDomain
abstraction and its related
AbstractDomain realization. |
| org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
| 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. |
| org.eclipse.gef4.mvc.policies |
This package contains the
IPolicy (and
AbstractPolicy) abstraction and
concrete implementations for the manipulation of the
ContentModel:
ContentPolicy,
CreationPolicy, and
DeletionPolicy. |
| Class and Description |
|---|
| ForwardUndoCompositeOperation
The
ForwardUndoCompositeOperation is an
AbstractCompositeOperation which undoes its combined operations in
the same order as they are executed. |
| Class and Description |
|---|
| ForwardUndoCompositeOperation
The
ForwardUndoCompositeOperation is an
AbstractCompositeOperation which undoes its combined operations in
the same order as they are executed. |
| ITransactional
An
ITransactional policy consists of an initialization part (
ITransactional.init()) and a commit part (ITransactional.commit()). |
| Class and Description |
|---|
| AbstractCompositeOperation
The
AbstractCompositeOperation is an abstract implementation of the
ICompositeOperation interface. |
| ChangeFocusOperation |
| ChangeHoverOperation |
| ChangeSelectionOperation |
| ReverseUndoCompositeOperation
The
ReverseUndoCompositeOperation is an
AbstractCompositeOperation which undoes its combined operations in
the reverse order of their execution. |
| Class and Description |
|---|
| ITransactional
An
ITransactional policy consists of an initialization part (
ITransactional.init()) and a commit part (ITransactional.commit()). |
Copyright (c) 2014 itemis AG and others. All rights reserved.