Package org.apache.uima.pear.actions
Class EditInstallationDescriptorAction
java.lang.Object
org.apache.uima.pear.actions.EditInstallationDescriptorAction
- All Implemented Interfaces:
org.eclipse.ui.IActionDelegate,org.eclipse.ui.IObjectActionDelegate
public class EditInstallationDescriptorAction
extends Object
implements org.eclipse.ui.IObjectActionDelegate
This class handles the "Edit Installation Descriptor" action, which appear in the context menu of
a PEAR installation descriptor (install.xml)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(org.eclipse.jface.action.IAction action) See IActionDelegate#run(IAction).voidselectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection) See IActionDelegate#selectionChanged(IAction, ISelection).voidsetActivePart(org.eclipse.jface.action.IAction action, org.eclipse.ui.IWorkbenchPart targetPart) Sets the active part.
-
Constructor Details
-
EditInstallationDescriptorAction
public EditInstallationDescriptorAction()Constructor.
-
-
Method Details
-
setActivePart
public void setActivePart(org.eclipse.jface.action.IAction action, org.eclipse.ui.IWorkbenchPart targetPart) Sets the active part.- Specified by:
setActivePartin interfaceorg.eclipse.ui.IObjectActionDelegate- Parameters:
action- the actiontargetPart- the target part- See Also:
-
IObjectActionDelegate.setActivePart(IAction, IWorkbenchPart)
-
run
public void run(org.eclipse.jface.action.IAction action) See IActionDelegate#run(IAction).- Specified by:
runin interfaceorg.eclipse.ui.IActionDelegate- Parameters:
action- the action
-
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection) See IActionDelegate#selectionChanged(IAction, ISelection).- Specified by:
selectionChangedin interfaceorg.eclipse.ui.IActionDelegate- Parameters:
action- the actionselection- the selection
-