Package | Description |
---|---|
org.eclipse.gef4.mvc.domain |
This package contains the
IDomain
abstraction and its related
AbstractDomain realization. |
org.eclipse.gef4.mvc.fx.operations |
This package contains all
IUndoableOperation
implementations contributed by MVC.FX. |
org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
org.eclipse.gef4.mvc.operations |
This package contains implementations of
IUndoableOperation which can be
used to manipulate the default models, especially content creation and
removal. |
org.eclipse.gef4.mvc.policies |
This package contains the
IPolicy (and
AbstractPolicy ) abstraction and
concrete implementations for the manipulation of the
ContentModel :
ContentPolicy ,
CreationPolicy , and
DeletionPolicy . |
org.eclipse.gef4.mvc.ui.properties |
This package provides a
PropertySheetPage implementation that
integrates with the
IOperationHistory to make
property changes undoable (
UndoablePropertySheetPage ), as
well as an IAdapterFactory (
ContentPropertySourceAdapterFactory
) that adapts content elements of
IContentPart s to
IPropertySource . |
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. |
Class and Description |
---|
ChangeFocusOperation |
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 |
---|
AbstractCompositeOperation
The
AbstractCompositeOperation is an abstract implementation of the
ICompositeOperation interface. |
ChangeFocusOperation |
DeselectOperation |
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 itemis AG and others. All rights reserved.