|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.apache.axis2.tool.codegen.eclipse.ui.AbstractWizardPage
org.apache.axis2.tool.codegen.eclipse.ui.OptionsPage
Options Page lets the user change general settings on the code generation. It is used in the CodegenWizardPlugin, CodeGenWizard.
Field Summary |
Fields inherited from class org.apache.axis2.tool.codegen.eclipse.ui.AbstractWizardPage |
restoredFromPreviousSettings, settings |
Fields inherited from interface org.apache.axis2.tool.codegen.eclipse.util.UIConstants |
AXIS_CODEGEN_PLUGIN_FOLDER, C_PLUS_PLUS, C_SHARP, CUSTOM, DATA_BINDING_ADB, DATA_BINDING_JAXME, DATA_BINDING_JIBX, DATA_BINDING_NONE, DATA_BINDING_XMLBEANS, DEFAULT, DEFAULT_PACKAGENAME, JAVA, LIB, PLUGINS, selectedOption, TARGET |
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
OptionsPage()
Creates the page and initialize some settings |
Method Summary | |
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
java.lang.String |
getDatabinderName()
|
boolean |
getGenerateAll()
|
boolean |
getGenerateServerSideInterface()
|
java.lang.String |
getNs2PkgMapping()
get the package to namespace mappings |
java.lang.String |
getPackageFromNamespace(java.lang.String namespace)
get the package derived by Namespace |
java.lang.String |
getPackageName()
return the package name |
int |
getPageType()
|
java.lang.String |
getPortName()
|
java.lang.String |
getSelectedLanguage()
Get the selected language |
java.lang.String |
getServiceName()
|
protected void |
initializeDefaultSettings()
Sets the default values for the Options page |
boolean |
isAsyncOnlyOn()
the async only status |
boolean |
isGenerateTestCase()
|
boolean |
isServerside()
The serverside status |
boolean |
isServerXML()
|
boolean |
isSyncOnlyOn()
the sync only status |
void |
populateParamsFromWSDL()
populate the service and the port from the WSDL this needs to be public since the WSDLselection page may call this |
Methods inherited from class org.apache.axis2.tool.codegen.eclipse.ui.AbstractWizardPage |
getCodegenWizard, init, updateStatus |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
Constructor Detail |
public OptionsPage()
Method Detail |
protected void initializeDefaultSettings()
initializeDefaultSettings
in class AbstractWizardPage
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl
in interface org.eclipse.jface.dialogs.IDialogPage
public void populateParamsFromWSDL()
public java.lang.String getSelectedLanguage()
public boolean isAsyncOnlyOn()
public boolean isSyncOnlyOn()
public java.lang.String getPackageName()
public boolean isServerside()
public boolean isServerXML()
public boolean isGenerateTestCase()
public int getPageType()
getPageType
in class AbstractWizardPage
public java.lang.String getPortName()
public java.lang.String getServiceName()
public java.lang.String getDatabinderName()
public boolean getGenerateServerSideInterface()
public boolean getGenerateAll()
public java.lang.String getNs2PkgMapping()
public java.lang.String getPackageFromNamespace(java.lang.String namespace)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |