Uses of Class
org.eclipse.gef.mvc.fx.operations.AbstractCompositeOperation
-
Packages that use AbstractCompositeOperation Package Description org.eclipse.gef.mvc.fx.domain This package contains a JavaFX-specificIDomain
implementation:HistoricizingDomain
.org.eclipse.gef.mvc.fx.operations This package contains allIUndoableOperation
implementations contributed by MVC.FX.org.eclipse.gef.mvc.fx.policies This package contains allIPolicy
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 AbstractCompositeOperation Modifier and Type Method Description protected 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.operations Modifier and Type Class Description class
ForwardUndoCompositeOperation
TheForwardUndoCompositeOperation
is anAbstractCompositeOperation
which undoes its combined operations in the same order as they are executed.class
ReverseUndoCompositeOperation
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 AbstractCompositeOperation Modifier and Type Method Description protected 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()
.
-