org.openoffice.ide.eclipse.core.actions
Class ConvertToManifestAction
java.lang.Object
org.openoffice.ide.eclipse.core.actions.ConvertToManifestAction
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate
public class ConvertToManifestAction
- extends java.lang.Object
- implements org.eclipse.ui.IObjectActionDelegate
Action converting the legacy package.properties into manifest.xml file.
- Author:
- Cédric Bosdonnat
Method Summary |
void |
run(org.eclipse.jface.action.IAction pAction)
|
void |
selectionChanged(org.eclipse.jface.action.IAction pAction,
org.eclipse.jface.viewers.ISelection pSelection)
|
void |
setActivePart(org.eclipse.jface.action.IAction pAction,
org.eclipse.ui.IWorkbenchPart pTargetPart)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertToManifestAction
public ConvertToManifestAction()
setActivePart
public void setActivePart(org.eclipse.jface.action.IAction pAction,
org.eclipse.ui.IWorkbenchPart pTargetPart)
-
- Specified by:
setActivePart
in interface org.eclipse.ui.IObjectActionDelegate
run
public void run(org.eclipse.jface.action.IAction pAction)
-
- Specified by:
run
in interface org.eclipse.ui.IActionDelegate
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction pAction,
org.eclipse.jface.viewers.ISelection pSelection)
-
- Specified by:
selectionChanged
in interface org.eclipse.ui.IActionDelegate