| java.lang.Object org.enhydra.kelp.eclipse.actions.DeployAction
DeployAction | public class DeployAction implements IWorkbenchWindowActionDelegate(Code) | | Insert the type's description here.
See Also: IWorkbenchWindowActionDelegate |
Method Summary | |
public void | dispose() Insert the method's description here. | protected Shell | getShell() | public void | init(IWorkbenchWindow window) Insert the method's description here. | public void | run(IAction action) Insert the method's description here. | public void | selectionChanged(IAction action, ISelection selection) Insert the method's description here. |
DeployAction | public DeployAction()(Code) | | The constructor.
|
dispose | public void dispose()(Code) | | Insert the method's description here.
See Also: IWorkbenchWindowActionDelegate.dispose |
getShell | protected Shell getShell()(Code) | | |
init | public void init(IWorkbenchWindow window)(Code) | | Insert the method's description here.
See Also: IWorkbenchWindowActionDelegate.init |
run | public void run(IAction action)(Code) | | Insert the method's description here.
See Also: IWorkbenchWindowActionDelegate.run |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | Insert the method's description here.
See Also: IWorkbenchWindowActionDelegate.selectionChanged |
|
|