public class ForkStorkWizard
extends org.eclipse.jface.wizard.Wizard
Constructor and Description |
---|
ForkStorkWizard()
A nullary constructor.
|
ForkStorkWizard(org.eclipse.ui.IWorkbenchWindow window)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addPages() |
java.lang.String |
getGitPassword() |
java.lang.String |
getGitUsername()
Retrieve the users GitHub username
|
java.lang.String |
getMooseAppName()
Return the input Moose App name.
|
boolean |
performFinish() |
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
public ForkStorkWizard()
IHandler
, use ForkStorkWizard(IWorkbenchWindow)
.public ForkStorkWizard(org.eclipse.ui.IWorkbenchWindow window)
window
- The workbench window.public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.jface.wizard.Wizard
public java.lang.String getMooseAppName()
public java.lang.String getGitUsername()
public java.lang.String getGitPassword()