aQute.bnd.plugin.popup.actions
Class MakeBundle
java.lang.Object
aQute.bnd.plugin.popup.actions.MakeBundle
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate
public class MakeBundle
- extends Object
- implements org.eclipse.ui.IObjectActionDelegate
|
Method Summary |
void |
run(org.eclipse.jface.action.IAction action)
|
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
|
void |
setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
|
static Builder |
setBuilder(Activator activator,
org.eclipse.core.resources.IProject project,
File mf)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakeBundle
public MakeBundle()
run
public void run(org.eclipse.jface.action.IAction action)
- Specified by:
run in interface org.eclipse.ui.IActionDelegate
- See Also:
IActionDelegate.run(IAction)
setBuilder
public static Builder setBuilder(Activator activator,
org.eclipse.core.resources.IProject project,
File mf)
throws Exception,
IOException,
FileNotFoundException
- Throws:
Exception
IOException
FileNotFoundException
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
- Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate
- See Also:
IActionDelegate.selectionChanged(IAction, ISelection)
setActivePart
public void setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
- Specified by:
setActivePart in interface org.eclipse.ui.IObjectActionDelegate
Copyright © 2010 aQute SARL. All Rights Reserved.