Class OutputPage
- java.lang.Object
-
- org.eclipse.jface.dialogs.DialogPage
-
- org.eclipse.jface.wizard.WizardPage
-
- org.apache.axis2.tool.codegen.eclipse.ui.AbstractWizardPage
-
- org.apache.axis2.tool.codegen.eclipse.ui.OutputPage
-
- All Implemented Interfaces:
SettingsConstants
,org.eclipse.jface.dialogs.IDialogPage
,org.eclipse.jface.dialogs.IMessageProvider
,org.eclipse.jface.wizard.IWizardPage
public class OutputPage extends AbstractWizardPage
-
-
Field Summary
-
Fields inherited from class org.apache.axis2.tool.codegen.eclipse.ui.AbstractWizardPage
restoredFromPreviousSettings, settings
-
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
-
Fields inherited from interface org.apache.axis2.tool.codegen.eclipse.util.SettingsConstants
CODEGEN_CUSTOM_TYPE, CODEGEN_DEFAULT_TYPE, CODEGEN_UNDECLEARED_TYPE, JAVA_2_WSDL_TYPE, JAVA_CLASS_NAME, JAVA_CLASS_PATH_ENTRIES, JAVA_OUTPUT_WSDL_NAME, PREF_AXIS_HOME_OUTPUT_LOCATION, PREF_AXIS_LIB_LOCATION, PREF_CHECK_AXIS_LIB_COPY, PREF_CHECK_AXIS_PLUGIN_LIB_COPY, PREF_CHECK_BROWSE_PROJECTS, PREF_CHECK_FILE_SYSTEM, PREF_CHECK_GENERATE_CLIENTSIDE, PREF_CHECK_GENERATE_SERVERCONFIG, PREF_CHECK_GENERATE_SERVERSIDE, PREF_CHECK_GENERATE_TESTCASE, PREF_CHECK_JAR_CREATION, PREF_CHECK_WORKSPACE, PREF_CODEGEN_OPTION_INDEX, PREF_COMBO_PORTNAME_INDEX, PREF_COMBO_SERVICENAME_INDEX, PREF_DATABINDER_INDEX, PREF_GEN_ALL, PREF_GEN_SS_INTERFACE, PREF_JAR_FILE_NAME, PREF_JAVA_OUTPUT_FILESYATEM, PREF_JAVA_OUTPUT_WORKSPACE, PREF_JAVA_OUTPUT_WSDL_LOCATION, PREF_JAVA_SCHEMA_TARGET_NS, PREF_JAVA_SCHEMA_TARGET_NS_PREF, PREF_JAVA_SERVICE_NAME, PREF_JAVA_STYLE_INDEX, PREF_JAVA_TARGET_NS, PREF_JAVA_TARGET_NS_PREF, PREF_LANGUAGE_INDEX, PREF_OPTION_SELECTION_CUSTOM, PREF_OPTION_SELECTION_DEFULT, PREF_OUTPUT_LOCATION, PREF_PACKAGE_NAME, PREF_RADIO_ASYNC_ONLY, PREF_RADIO_SYNC_AND_ASYNC, PREF_RADIO_SYNC_ONLY, PREF_TOOL_SELECTION_JAVA2WSDL, PREF_TOOL_SELECTION_WSDL2JAVA, PREF_WSDL_LOCATION, UNSPECIFIED_TYPE, WSDL_2_JAVA_TYPE, WSDL_ALL, WSDL_IMPLEMENTATION_ONLY, WSDL_INTERFACE_ONLY, WSDL_STYLE_DOCUMENT, WSDL_STYLE_RPC, WSDL_STYLE_WRAPPED
-
-
Constructor Summary
Constructors Constructor Description OutputPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createControl(org.eclipse.swt.widgets.Composite parent)
boolean
getAxis2PluginLibCopyCheckBoxSelection()
String
getAxisHomeLocation()
String
getAxisJarsLocation()
boolean
getAxisLibCopyCheckBoxSelection()
boolean
getCreateJarCheckBoxSelection()
String
getJarFilename()
String
getOutputLocation()
get the output locationint
getPageType()
org.eclipse.core.resources.IProject
getSelectedWorkspaceProject()
protected void
initializeDefaultSettings()
Creates some initial values for the settings.boolean
oktoLoadLibs()
void
setJarFileName(String jarFileName)
-
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
-
-
-
-
Method Detail
-
initializeDefaultSettings
protected void initializeDefaultSettings()
Creates some initial values for the settings.- Specified by:
initializeDefaultSettings
in classAbstractWizardPage
-
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
-
getOutputLocation
public String getOutputLocation()
get the output location- Returns:
- a string containing the full pathname of the output location
-
getAxisHomeLocation
public String getAxisHomeLocation()
-
getJarFilename
public String getJarFilename()
-
getAxis2PluginLibCopyCheckBoxSelection
public boolean getAxis2PluginLibCopyCheckBoxSelection()
-
getAxisLibCopyCheckBoxSelection
public boolean getAxisLibCopyCheckBoxSelection()
-
getCreateJarCheckBoxSelection
public boolean getCreateJarCheckBoxSelection()
-
getAxisJarsLocation
public String getAxisJarsLocation()
-
oktoLoadLibs
public boolean oktoLoadLibs()
-
setJarFileName
public void setJarFileName(String jarFileName)
-
getPageType
public int getPageType()
- Specified by:
getPageType
in classAbstractWizardPage
-
getSelectedWorkspaceProject
public org.eclipse.core.resources.IProject getSelectedWorkspaceProject()
-
-