Package | Description |
---|---|
org.eclipse.gef4.mvc.domain |
This package contains the
IDomain
abstraction and its related
AbstractDomain realization. |
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 . |
Modifier and Type | Method and Description |
---|---|
protected AbstractCompositeOperation |
AbstractDomain.createExecutionTransaction()
Creates a
ForwardUndoCompositeOperation which is used to store
the operations within an execution transaction. |
Modifier and Type | Class and Description |
---|---|
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.