| com.bostechcorp.cbesb.ui.ide.wizards.CustomCodeWizard
CustomCodeWizard | public class CustomCodeWizard extends Wizard implements INewWizard(Code) | | |
CustomCodeWizard | public CustomCodeWizard()(Code) | | |
addPages | public void addPages()(Code) | | Adding the page to the wizard.
|
canFinish | public boolean canFinish()(Code) | | |
createFolder | protected void createFolder(IFolder folder) throws CoreException(Code) | | |
getProjectFromSelection | public String getProjectFromSelection()(Code) | | |
init | public void init(IWorkbench workbench, IStructuredSelection selection)(Code) | | We will accept the selection in the workbench to see if we can initialize
from it.
See Also: IWorkbenchWizard.init(IWorkbenchIStructuredSelection) |
performFinish | public boolean performFinish()(Code) | | (non-Javadoc) Method declared on IWizard
|
|
|