org.jupe.editors.classdiagram.actions
Class AbstractAddAction
java.lang.Object
org.jupe.editors.classdiagram.actions.AbstractAddAction
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate
- Direct Known Subclasses:
- AddJavaFileAction, AddPackageAction, AddProjectAction
public abstract class AbstractAddAction
- extends java.lang.Object
- implements org.eclipse.ui.IObjectActionDelegate
Method Summary |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection newSelection)
|
void |
setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IActionDelegate |
run |
AbstractAddAction
public AbstractAddAction()
setActivePart
public void setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
- Specified by:
setActivePart
in interface org.eclipse.ui.IObjectActionDelegate
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection newSelection)
- Specified by:
selectionChanged
in interface org.eclipse.ui.IActionDelegate