Uses of Package
org.eclipse.gef.mvc.fx.operations
-
Packages that use org.eclipse.gef.mvc.fx.operations 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.org.eclipse.gef.mvc.fx.ui.properties This package contains helper classes for the integration and manipulation of properties within the Eclipse "Properties View". -
Classes in org.eclipse.gef.mvc.fx.operations used by org.eclipse.gef.mvc.fx.domain Class Description AbstractCompositeOperation TheAbstractCompositeOperation
is an abstract implementation of theICompositeOperation
interface.ITransactionalOperation AnITransactionalOperation
is anIUndoableOperation
that tolerates successive calls toIUndoableOperation.execute(IProgressMonitor, IAdaptable)
andIUndoableOperation.undo(IProgressMonitor, IAdaptable)
and allows to check whether it has an overall effect (ITransactionalOperation.isNoOp()
) compared to the initial state upon construction. -
Classes in org.eclipse.gef.mvc.fx.operations used by org.eclipse.gef.mvc.fx.operations Class Description AbstractCompositeOperation TheAbstractCompositeOperation
is an abstract implementation of theICompositeOperation
interface.ITransactionalOperation AnITransactionalOperation
is anIUndoableOperation
that tolerates successive calls toIUndoableOperation.execute(IProgressMonitor, IAdaptable)
andIUndoableOperation.undo(IProgressMonitor, IAdaptable)
and allows to check whether it has an overall effect (ITransactionalOperation.isNoOp()
) compared to the initial state upon construction. -
Classes in org.eclipse.gef.mvc.fx.operations used by org.eclipse.gef.mvc.fx.ui.properties Class Description ITransactionalOperation AnITransactionalOperation
is anIUndoableOperation
that tolerates successive calls toIUndoableOperation.execute(IProgressMonitor, IAdaptable)
andIUndoableOperation.undo(IProgressMonitor, IAdaptable)
and allows to check whether it has an overall effect (ITransactionalOperation.isNoOp()
) compared to the initial state upon construction.