public class FXRevealOperation extends AbstractOperation
FXRevealOperation
can be used to reveal an IVisualPart
within its IViewer
, i.e. manipulates the viewport translation so that
the part is visible.Constructor and Description |
---|
FXRevealOperation(IVisualPart<javafx.scene.Node,? extends javafx.scene.Node> part)
Constrcuts a new
FXRevealOperation that will reveal the given
IVisualPart upon execution. |
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 FXRevealOperation(IVisualPart<javafx.scene.Node,? extends javafx.scene.Node> part)
FXRevealOperation
that will reveal the given
IVisualPart
upon execution.part
- The IVisualPart
that will be revealed upon execution
of 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.