VR - The visual root node of the UI toolkit, e.g. javafx.scene.Node in
case of JavaFX.public class SynchronizeContentChildrenOperation<VR> extends AbstractOperation
SynchronizeContentChildrenOperation can be used to trigger the
synchronization of children and content children using the
ContentBehavior of a specified IContentPart.| Constructor and Description |
|---|
SynchronizeContentChildrenOperation(java.lang.String label,
IContentPart<VR,? extends VR> parent)
Creates a new
SynchronizeContentChildrenOperation for the
synchronization of children and content children 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, toStringpublic SynchronizeContentChildrenOperation(java.lang.String label,
IContentPart<VR,? extends VR> parent)
SynchronizeContentChildrenOperation for the
synchronization of children and content children of the given
IContentPart.label - The operation's label.parent - The IContentPart for which the content children
synchronization is performed.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.