VR
- The visual root node of the UI toolkit, e.g. javafx.scene.Node in
case of JavaFX.public class AddContentChildOperation<VR> extends AbstractOperation
AddContentChildOperation
uses the IContentPart
API to
remove a content object from an IContentPart
.Constructor and Description |
---|
AddContentChildOperation(IContentPart<VR,? extends VR> parent,
java.lang.Object contentChild,
int index)
Creates a new
AddContentChildOperation for adding the given
contentChild Object to the content children of the given
parent 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 AddContentChildOperation(IContentPart<VR,? extends VR> parent, java.lang.Object contentChild, int index)
AddContentChildOperation
for adding the given
contentChild Object
to the content children of the given
parent IContentPart
.parent
- The IContentPart
to which a content child is to be
added.contentChild
- The content Object
which is to be added to the content
children of the parent.index
- The index of the contentChild within the parent
's list of content children.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.