Uses of Package
org.eclipse.gef.mvc.fx.operations
Packages that use org.eclipse.gef.mvc.fx.operations
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.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.domainClassDescriptionThe
AbstractCompositeOperation
is an abstract implementation of theICompositeOperation
interface.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.operationsClassDescriptionThe
AbstractCompositeOperation
is an abstract implementation of theICompositeOperation
interface.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.policiesClassDescriptionThe
AbstractCompositeOperation
is an abstract implementation of theICompositeOperation
interface.TheBendVisualOperation
is anITransactionalOperation
that can be used to manipulate the visual bend points of anIBendableContentPart
.TheChangeViewportOperation
can be used to alter the scroll offset and the content transformation of anInfiniteCanvas
.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.TheResizeOperation
can be used to alter the size of avisual
. -
Classes in org.eclipse.gef.mvc.fx.operations used by org.eclipse.gef.mvc.fx.ui.propertiesClassDescriptionAn
ITransactionalOperation
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.