VR
- The visual root node of the UI toolkit, e.g. javafx.scene.Node in
case of JavaFX.public class SynchronizeContentAnchoragesOperation<VR> extends AbstractOperation
SynchronizeContentAnchoragesOperation
can be used to trigger the
synchronization of anchorages and content anchorages using the
ContentBehavior
of a specified IContentPart
.Constructor and Description |
---|
SynchronizeContentAnchoragesOperation(java.lang.String label,
IContentPart<VR,? extends VR> anchored)
Creates a new
SynchronizeContentAnchoragesOperation for the
synchronization of anchorages and content anchorages of the given
IContentPart . |
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, toString
public SynchronizeContentAnchoragesOperation(java.lang.String label, IContentPart<VR,? extends VR> anchored)
SynchronizeContentAnchoragesOperation
for the
synchronization of anchorages and content anchorages of the given
IContentPart
.label
- The operation's label.anchored
- The IContentPart
for which the content anchorages
synchronization is performed.public IStatus execute(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
execute
in interface IUndoableOperation
execute
in class AbstractOperation
ExecutionException
public IStatus redo(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
redo
in interface IUndoableOperation
redo
in class AbstractOperation
ExecutionException
public IStatus undo(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
undo
in interface IUndoableOperation
undo
in class AbstractOperation
ExecutionException
Copyright (c) 2014 itemis AG and others. All rights reserved.