|
||||||||||
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
public class 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_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)
|
HashMap |
getAdvanceOptions()
|
String |
getDatabinderName()
|
boolean |
getGenerateAll()
|
boolean |
getGenerateServerSideInterface()
|
String |
getNs2PkgMapping()
get the package to namespace mappings |
String |
getPackageFromNamespace(String namespace)
get the package derived by Namespace |
String |
getPackageName()
return the package name |
int |
getPageType()
|
String |
getPortName()
|
String |
getSelectedLanguage()
Get the selected language |
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 String getSelectedLanguage()
public boolean isAsyncOnlyOn()
public boolean isSyncOnlyOn()
public String getPackageName()
public boolean isServerside()
public boolean isServerXML()
public boolean isGenerateTestCase()
public int getPageType()
getPageType
in class AbstractWizardPage
public String getPortName()
public String getServiceName()
public String getDatabinderName()
public boolean getGenerateServerSideInterface()
public boolean getGenerateAll()
public String getNs2PkgMapping()
public String getPackageFromNamespace(String namespace)
public HashMap getAdvanceOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |