Bus

org.topcased.generator.services.wizard
Class TopcasedBusServicesGeneratorWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.topcased.generator.services.wizard.TopcasedBusServicesGeneratorWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard, org.eclipse.pde.ui.IBasePluginWizard, org.eclipse.pde.ui.IPluginContentWizard

public class TopcasedBusServicesGeneratorWizard
extends org.eclipse.jface.wizard.Wizard
implements org.eclipse.pde.ui.IPluginContentWizard

This class represents the part of the wizard that is specific to the plug-in/service creation.
This service can run an external tool and define an external service extension.


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
TopcasedBusServicesGeneratorWizard()
           
 
Method Summary
 void addPages()
           
 org.eclipse.pde.core.plugin.IPluginReference[] getDependencies(java.lang.String schemaVersion)
           
 java.lang.String[] getNewFiles()
           
 java.lang.String getWindowTitle()
           
 void init(org.eclipse.pde.ui.IFieldData data)
           
 boolean performFinish()
           
 boolean performFinish(org.eclipse.core.resources.IProject project, org.eclipse.pde.core.plugin.IPluginModelBase model, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, 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
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Constructor Detail

TopcasedBusServicesGeneratorWizard

public TopcasedBusServicesGeneratorWizard()
Method Detail

getNewFiles

public java.lang.String[] getNewFiles()
Specified by:
getNewFiles in interface org.eclipse.pde.ui.IPluginContentWizard
See Also:
IPluginContentWizard.getNewFiles()

init

public void init(org.eclipse.pde.ui.IFieldData data)
Specified by:
init in interface org.eclipse.pde.ui.IPluginContentWizard
See Also:
IPluginContentWizard.init(org.eclipse.pde.ui.IFieldData)

getDependencies

public org.eclipse.pde.core.plugin.IPluginReference[] getDependencies(java.lang.String schemaVersion)
Specified by:
getDependencies in interface org.eclipse.pde.ui.IPluginContentWizard
See Also:
IPluginContentWizard.getDependencies(java.lang.String)

performFinish

public boolean performFinish(org.eclipse.core.resources.IProject project,
                             org.eclipse.pde.core.plugin.IPluginModelBase model,
                             org.eclipse.core.runtime.IProgressMonitor monitor)
Specified by:
performFinish in interface org.eclipse.pde.ui.IPluginContentWizard
See Also:
IPluginContentWizard.performFinish(org.eclipse.core.resources.IProject, org.eclipse.pde.core.plugin.IPluginModelBase, org.eclipse.core.runtime.IProgressMonitor)

addPages

public void addPages()
Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard
See Also:
Wizard.addPages()

getWindowTitle

public java.lang.String getWindowTitle()
Specified by:
getWindowTitle in interface org.eclipse.jface.wizard.IWizard
Overrides:
getWindowTitle in class org.eclipse.jface.wizard.Wizard
See Also:
Wizard.getWindowTitle()

performFinish

public boolean performFinish()
Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard
See Also:
Wizard.performFinish()

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.