org.apache.axis2.tool.codegen.eclipse.ui
Class OutputPage

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended byorg.eclipse.jface.wizard.WizardPage
          extended byorg.apache.axis2.tool.codegen.eclipse.ui.AbstractWizardPage
              extended byorg.apache.axis2.tool.codegen.eclipse.ui.OutputPage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage, SettingsConstants

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.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
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
OutputPage()
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 boolean getAxis2PluginLibCopyCheckBoxSelection()
           
 java.lang.String getAxisHomeLocation()
           
 java.lang.String getAxisJarsLocation()
           
 boolean getAxisLibCopyCheckBoxSelection()
           
 boolean getCreateJarCheckBoxSelection()
           
 java.lang.String getJarFilename()
           
 java.lang.String getOutputLocation()
          get the output location
 int getPageType()
           
protected  void initializeDefaultSettings()
          Creates some initial values for the settings.
 boolean oktoLoadLibs()
           
 void setJarFileName(java.lang.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
 
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

OutputPage

public OutputPage()
Method Detail

initializeDefaultSettings

protected void initializeDefaultSettings()
Creates some initial values for the settings.

Specified by:
initializeDefaultSettings in class AbstractWizardPage

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)

getOutputLocation

public java.lang.String getOutputLocation()
get the output location

Returns:
a string containing the full pathname of the output location

getAxisHomeLocation

public java.lang.String getAxisHomeLocation()

getJarFilename

public java.lang.String getJarFilename()

getAxis2PluginLibCopyCheckBoxSelection

public boolean getAxis2PluginLibCopyCheckBoxSelection()

getAxisLibCopyCheckBoxSelection

public boolean getAxisLibCopyCheckBoxSelection()

getCreateJarCheckBoxSelection

public boolean getCreateJarCheckBoxSelection()

getAxisJarsLocation

public java.lang.String getAxisJarsLocation()

oktoLoadLibs

public boolean oktoLoadLibs()

setJarFileName

public void setJarFileName(java.lang.String jarFileName)

getPageType

public int getPageType()
Specified by:
getPageType in class AbstractWizardPage


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.