Package | Description |
---|---|
org.eclipse.gef.mvc.fx.domain |
This package contains a JavaFX-specific
IDomain implementation:
HistoricizingDomain . |
org.eclipse.gef.mvc.fx.operations |
This package contains all
IUndoableOperation
implementations contributed by MVC.FX. |
org.eclipse.gef.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
Modifier and Type | Method and Description |
---|---|
protected AbstractCompositeOperation |
HistoricizingDomain.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. |
Modifier and Type | Method and Description |
---|---|
protected AbstractCompositeOperation |
DeletionPolicy.getCompositeOperation()
Extracts a
AbstractCompositeOperation from the operation created
by DeletionPolicy.createOperation() . |
protected AbstractCompositeOperation |
CreationPolicy.getCompositeOperation()
Extracts a
AbstractCompositeOperation from the operation created
by CreationPolicy.createOperation() . |
protected AbstractCompositeOperation |
ContentPolicy.getCompositeOperation()
Extracts a
AbstractCompositeOperation from the operation created
by ContentPolicy.createOperation() . |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.