|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.wizard.Wizard
com.legstar.eclipse.plugin.common.wizards.AbstractWizard
com.legstar.eclipse.plugin.cixscom.wizards.AbstractCixsGeneratorWizard
com.legstar.eclipse.plugin.jbossesbgen.wizards.AbstractCixsJbossEsbGeneratorWizard
com.legstar.eclipse.plugin.jbossesbgen.wizards.JbossEsb2CixsGeneratorWizard
public class JbossEsb2CixsGeneratorWizard
This wizard role is to create a set of JBoss ESB artifacts that allows JBoss ESB clients to access a CICS program as a local service.
Field Summary | |
---|---|
static String |
GENERATION_SUBJECT
What we are trying to generate. |
Fields inherited from class org.eclipse.jface.wizard.Wizard |
---|
DEFAULT_IMAGE |
Constructor Summary | |
---|---|
JbossEsb2CixsGeneratorWizard(org.eclipse.core.resources.IFile mappingFile)
Constructor for JbossEsb2CixsGeneratorWizard. |
Method Summary | |
---|---|
void |
addPages()
Adding the page to the wizard. |
AntBuildJbossEsb2CixsModel |
createGenModel(Properties props)
|
String |
getGenerationSubject()
|
AntBuildJbossEsb2CixsModel |
getGenModel()
|
org.eclipse.jface.operation.IRunnableWithProgress |
getWizardRunnable()
|
Methods inherited from class com.legstar.eclipse.plugin.jbossesbgen.wizards.AbstractCixsJbossEsbGeneratorWizard |
---|
getPluginId, getPluginInstallLocation |
Methods inherited from class com.legstar.eclipse.plugin.cixscom.wizards.AbstractCixsGeneratorWizard |
---|
createGenModel, getInitialSelection, getMappingFile, getPersistProperties, init, loadMappingModel |
Methods inherited from class com.legstar.eclipse.plugin.common.wizards.AbstractWizard |
---|
canFinish, errorDialog, getPluginInstallLocation, getProjectPreferences, loadProperties, logCoreException, performFinish, setCanFinish, setProjectPreferences, signalGenerationError, storeProjectPreferences, storeProperties, throwCoreException, throwCoreException |
Methods inherited from class org.eclipse.jface.wizard.Wizard |
---|
addPage, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String GENERATION_SUBJECT
Constructor Detail |
---|
public JbossEsb2CixsGeneratorWizard(org.eclipse.core.resources.IFile mappingFile) throws org.eclipse.core.runtime.CoreException
mappingFile
- an mapping file
org.eclipse.core.runtime.CoreException
- if initialization goes wrongMethod Detail |
---|
public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
public AntBuildJbossEsb2CixsModel createGenModel(Properties props)
createGenModel
in class com.legstar.eclipse.plugin.cixscom.wizards.AbstractCixsGeneratorWizard
public AntBuildJbossEsb2CixsModel getGenModel()
getGenModel
in class com.legstar.eclipse.plugin.cixscom.wizards.AbstractCixsGeneratorWizard
public String getGenerationSubject()
getGenerationSubject
in class com.legstar.eclipse.plugin.common.wizards.AbstractWizard
public org.eclipse.jface.operation.IRunnableWithProgress getWizardRunnable() throws InvocationTargetException
getWizardRunnable
in class com.legstar.eclipse.plugin.common.wizards.AbstractWizard
InvocationTargetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |