| java.lang.Object com.salmonllc.ideTools.eclipse.GenFormXMLAction
GenFormXMLAction | public class GenFormXMLAction implements IWorkbenchWindowActionDelegate(Code) | | author: Administrator author: To change this generated comment edit the template variable "typecomment": author: Window>Preferences>Java>Templates. author: To enable and disable the creation of type comments go to author: Window>Preferences>Java>Code Generation. |
Method Summary | |
public void | dispose() | public void | init(IWorkbenchWindow window) | public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection selection) |
dispose | public void dispose()(Code) | | See Also: org.eclipse.ui.IWorkbenchWindowActionDelegate.dispose |
init | public void init(IWorkbenchWindow window)(Code) | | See Also: org.eclipse.ui.IWorkbenchWindowActionDelegate.init(IWorkbenchWindow) |
run | public void run(IAction action)(Code) | | See Also: org.eclipse.ui.IActionDelegate.run(IAction) |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | See Also: org.eclipse.ui.IActionDelegate.selectionChanged(IActionISelection) |
|
|