Uses of Class
org.eclipse.gef.mvc.fx.operations.AbstractCompositeOperation
Packages that use AbstractCompositeOperation
Package
Description
This package contains a JavaFX-specific
IDomain
implementation:
HistoricizingDomain
.This package contains all
IUndoableOperation
implementations contributed by MVC.FX.This package contains all
IPolicy
implementations contributed by MVC.FX.-
Uses of AbstractCompositeOperation in org.eclipse.gef.mvc.fx.domain
Methods in org.eclipse.gef.mvc.fx.domain that return AbstractCompositeOperationModifier and TypeMethodDescriptionprotected AbstractCompositeOperation
HistoricizingDomain.createExecutionTransaction()
Creates aForwardUndoCompositeOperation
which is used to store the operations within an execution transaction. -
Uses of AbstractCompositeOperation in org.eclipse.gef.mvc.fx.operations
Subclasses of AbstractCompositeOperation in org.eclipse.gef.mvc.fx.operationsModifier and TypeClassDescriptionclass
TheForwardUndoCompositeOperation
is anAbstractCompositeOperation
which undoes its combined operations in the same order as they are executed.class
TheReverseUndoCompositeOperation
is anAbstractCompositeOperation
which undoes its combined operations in the reverse order of their execution. -
Uses of AbstractCompositeOperation in org.eclipse.gef.mvc.fx.policies
Methods in org.eclipse.gef.mvc.fx.policies that return AbstractCompositeOperationModifier and TypeMethodDescriptionprotected AbstractCompositeOperation
ContentPolicy.getCompositeOperation()
Extracts aAbstractCompositeOperation
from the operation created byContentPolicy.createOperation()
.protected AbstractCompositeOperation
CreationPolicy.getCompositeOperation()
Extracts aAbstractCompositeOperation
from the operation created byCreationPolicy.createOperation()
.protected AbstractCompositeOperation
DeletionPolicy.getCompositeOperation()
Extracts aAbstractCompositeOperation
from the operation created byDeletionPolicy.createOperation()
.