VR
- The visual root node of the UI toolkit this IVisualPart
is
used in, e.g. javafx.scene.Node in case of JavaFX.public class SetRefreshVisualOperation<VR> extends AbstractOperation
SetRefreshVisualOperation
is used to set/unset the
IVisualPart.isRefreshVisual()
flag of a specified IVisualPart
. This can be handy to guard other operations from model refreshes.Constructor and Description |
---|
SetRefreshVisualOperation(IVisualPart<VR,? extends VR> part,
boolean from,
boolean to)
Creates a new
SetRefreshVisualOperation for setting the
IVisualPart.isRefreshVisual() flag of the given
IVisualPart to the to value on execution and to the
from value on undoing. |
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 SetRefreshVisualOperation(IVisualPart<VR,? extends VR> part, boolean from, boolean to)
SetRefreshVisualOperation
for setting the
IVisualPart.isRefreshVisual()
flag of the given
IVisualPart
to the to value on execution and to the
from value on undoing.part
- The IVisualPart
of which the
IVisualPart.isRefreshVisual()
flag is changed.from
- The value to which the flag is changed when undoing this
operation.to
- The value to which the flag is changed when executing this
operation.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.