| java.lang.Object org.eclipse.ui.examples.readmetool.PopupMenuActionDelegate
PopupMenuActionDelegate | public class PopupMenuActionDelegate implements IObjectActionDelegate(Code) | | Action delegate for handling popup menu actions on a readme file.
|
Method Summary | |
public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection selection) | public void | setActivePart(IAction action, IWorkbenchPart targetPart) |
run | public void run(IAction action)(Code) | | (non-Javadoc)
Method declared on IDropActionDelegate
|
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | (non-Javadoc)
Method declared on IActionDelegate
|
setActivePart | public void setActivePart(IAction action, IWorkbenchPart targetPart)(Code) | | (non-Javadoc)
Method declared on IObjectActionDelegate
|
|
|