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. |
org.eclipse.gef.mvc.fx.ui.properties |
This package contains helper classes for the integration and manipulation of
properties within the Eclipse "Properties View".
|
Class and Description |
---|
AbstractCompositeOperation
The
AbstractCompositeOperation is an abstract implementation of the
ICompositeOperation interface. |
ITransactionalOperation
An
ITransactionalOperation is an IUndoableOperation that
tolerates successive calls to
IUndoableOperation.execute(IProgressMonitor, IAdaptable) and
IUndoableOperation.undo(IProgressMonitor, IAdaptable) and allows
to check whether it has an overall effect (ITransactionalOperation.isNoOp() ) compared to the
initial state upon construction. |
Class and Description |
---|
AbstractCompositeOperation
The
AbstractCompositeOperation is an abstract implementation of the
ICompositeOperation interface. |
ITransactionalOperation
An
ITransactionalOperation is an IUndoableOperation that
tolerates successive calls to
IUndoableOperation.execute(IProgressMonitor, IAdaptable) and
IUndoableOperation.undo(IProgressMonitor, IAdaptable) and allows
to check whether it has an overall effect (ITransactionalOperation.isNoOp() ) compared to the
initial state upon construction. |
Class and Description |
---|
ITransactionalOperation
An
ITransactionalOperation is an IUndoableOperation that
tolerates successive calls to
IUndoableOperation.execute(IProgressMonitor, IAdaptable) and
IUndoableOperation.undo(IProgressMonitor, IAdaptable) and allows
to check whether it has an overall effect (ITransactionalOperation.isNoOp() ) compared to the
initial state upon construction. |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.