public class HideOperation extends AbstractOperation
| Constructor and Description |
|---|
HideOperation(NodeContentPart node,
boolean isHidden) |
| Modifier and Type | Method and Description |
|---|---|
IStatus |
execute(IProgressMonitor monitor,
IAdaptable info) |
protected Node[] |
getNeighbors(Node node) |
protected void |
hide() |
static HideOperation |
hide(NodeContentPart toHide) |
IStatus |
redo(IProgressMonitor monitor,
IAdaptable info) |
protected void |
show() |
static HideOperation |
show(NodeContentPart toShow) |
IStatus |
undo(IProgressMonitor monitor,
IAdaptable info) |
addContext, canExecute, canRedo, canUndo, dispose, getContexts, getLabel, hasContext, removeContext, setLabel, toStringpublic HideOperation(NodeContentPart node, boolean isHidden)
public static HideOperation hide(NodeContentPart toHide)
public static HideOperation show(NodeContentPart toShow)
public IStatus execute(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
execute in interface IUndoableOperationexecute in class AbstractOperationExecutionExceptionprotected void hide()
public IStatus redo(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
redo in interface IUndoableOperationredo in class AbstractOperationExecutionExceptionprotected void show()
public IStatus undo(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
undo in interface IUndoableOperationundo in class AbstractOperationExecutionExceptionCopyright (c) 2014 itemis AG and others. All rights reserved.