public abstract class ViewFilterAction
extends org.eclipse.jface.viewers.ViewerFilter
implements org.eclipse.ui.IViewActionDelegate, org.eclipse.ui.IActionDelegate2
IDebugView| Constructor and Description |
|---|
ViewFilterAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
init(org.eclipse.jface.action.IAction action) |
void |
init(org.eclipse.ui.IViewPart view) |
void |
run(org.eclipse.jface.action.IAction action) |
void |
runWithEvent(org.eclipse.jface.action.IAction action,
org.eclipse.swt.widgets.Event event) |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection) |
public void init(org.eclipse.ui.IViewPart view)
init in interface org.eclipse.ui.IViewActionDelegatepublic void init(org.eclipse.jface.action.IAction action)
init in interface org.eclipse.ui.IActionDelegate2public void dispose()
dispose in interface org.eclipse.ui.IActionDelegate2public void runWithEvent(org.eclipse.jface.action.IAction action,
org.eclipse.swt.widgets.Event event)
runWithEvent in interface org.eclipse.ui.IActionDelegate2public void run(org.eclipse.jface.action.IAction action)
run in interface org.eclipse.ui.IActionDelegatepublic void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.IActionDelegate