com.legstar.eclipse.plugin.jbossesbgen.wizards
Class JbossEsb2CixsGeneratorWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by com.legstar.eclipse.plugin.common.wizards.AbstractWizard
          extended by com.legstar.eclipse.plugin.cixscom.wizards.AbstractCixsGeneratorWizard
              extended by com.legstar.eclipse.plugin.jbossesbgen.wizards.AbstractCixsJbossEsbGeneratorWizard
                  extended by com.legstar.eclipse.plugin.jbossesbgen.wizards.JbossEsb2CixsGeneratorWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard

public class JbossEsb2CixsGeneratorWizard
extends AbstractCixsJbossEsbGeneratorWizard

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

GENERATION_SUBJECT

public static final String GENERATION_SUBJECT
What we are trying to generate.

See Also:
Constant Field Values
Constructor Detail

JbossEsb2CixsGeneratorWizard

public JbossEsb2CixsGeneratorWizard(org.eclipse.core.resources.IFile mappingFile)
                             throws org.eclipse.core.runtime.CoreException
Constructor for JbossEsb2CixsGeneratorWizard.

Parameters:
mappingFile - an mapping file
Throws:
org.eclipse.core.runtime.CoreException - if initialization goes wrong
Method Detail

addPages

public void addPages()
Adding the page to the wizard.

Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard

createGenModel

public AntBuildJbossEsb2CixsModel createGenModel(Properties props)

Specified by:
createGenModel in class com.legstar.eclipse.plugin.cixscom.wizards.AbstractCixsGeneratorWizard

getGenModel

public AntBuildJbossEsb2CixsModel getGenModel()

Overrides:
getGenModel in class com.legstar.eclipse.plugin.cixscom.wizards.AbstractCixsGeneratorWizard

getGenerationSubject

public String getGenerationSubject()

Specified by:
getGenerationSubject in class com.legstar.eclipse.plugin.common.wizards.AbstractWizard

getWizardRunnable

public org.eclipse.jface.operation.IRunnableWithProgress getWizardRunnable()
                                                                    throws InvocationTargetException

Specified by:
getWizardRunnable in class com.legstar.eclipse.plugin.common.wizards.AbstractWizard
Throws:
InvocationTargetException


Copyright © 2011 LegSem. All Rights Reserved.