VR - The visual root node of the UI toolkit, e.g. javafx.scene.Node in
case of JavaFX.public class AttachToContentAnchorageOperation<VR> extends AbstractOperation
AttachToContentAnchorageOperation uses the IContentPart
API to attach an anchored to the given anchorage.| Constructor and Description |
|---|
AttachToContentAnchorageOperation(IContentPart<VR,? extends VR> anchored,
java.lang.Object contentAnchorage,
java.lang.String role)
Creates a new
AttachToContentAnchorageOperation to attach the
given anchored IContentPart to the given
contentAnchorage under the specified role, so that it will
be returned by subsequent calls to
IContentPart.getContentAnchorages(). |
| Modifier and Type | Method and Description |
|---|---|
IStatus |
execute(IProgressMonitor monitor,
IAdaptable info) |
IStatus |
redo(IProgressMonitor monitor,
IAdaptable info) |
IStatus |
undo(IProgressMonitor monitor,
IAdaptable info) |
addContext, canExecute, canRedo, canUndo, dispose, getContexts, getLabel, hasContext, removeContext, setLabel, toStringpublic AttachToContentAnchorageOperation(IContentPart<VR,? extends VR> anchored, java.lang.Object contentAnchorage, java.lang.String role)
AttachToContentAnchorageOperation to attach the
given anchored IContentPart to the given
contentAnchorage under the specified role, so that it will
be returned by subsequent calls to
IContentPart.getContentAnchorages().anchored - The IContentPart which is to be attached to the given
contentAnchorage.contentAnchorage - The content object to which the given anchored is to be
attached.role - The role under which the contentAnchorage is anchored.public IStatus execute(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
execute in interface IUndoableOperationexecute in class AbstractOperationExecutionExceptionpublic IStatus redo(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
redo in interface IUndoableOperationredo in class AbstractOperationExecutionExceptionpublic IStatus undo(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
undo in interface IUndoableOperationundo in class AbstractOperationExecutionExceptionCopyright (c) 2014 itemis AG and others. All rights reserved.