TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.wsdm.tooling.preferences.internal
Class Axis2ServerLocationPreferencePage

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended byorg.eclipse.jface.preference.PreferencePage
          extended byorg.eclipse.tptp.wsdm.tooling.preferences.internal.Axis2ServerLocationPreferencePage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.preference.IPreferencePage, org.eclipse.ui.IWorkbenchPreferencePage

public class Axis2ServerLocationPreferencePage
extends org.eclipse.jface.preference.PreferencePage
implements org.eclipse.ui.IWorkbenchPreferencePage

The class is used to create the Preference page for the Axis jars used in code generation. It is used to set Axis2 Server Location.


Field Summary
static java.lang.String SERVER_LOCATION_PREFERENCE_KEY
           
static java.lang.String USE_BUILT_IN_AXIS2_PREFERENCE_KEY
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
Axis2ServerLocationPreferencePage()
           
Axis2ServerLocationPreferencePage(java.lang.String title)
           
Axis2ServerLocationPreferencePage(java.lang.String title, org.eclipse.jface.resource.ImageDescriptor image)
           
 
Method Summary
protected  org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
           
 void init(org.eclipse.ui.IWorkbench workbench)
           
protected  void performApply()
           
protected  void performDefaults()
           
 boolean performOk()
           
 
Methods inherited from class org.eclipse.jface.preference.PreferencePage
applyData, applyDialogFont, computeSize, contributeButtons, createControl, createDescriptionLabel, createNoteComposite, doComputeSize, doGetPreferenceStore, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, okToLeave, performCancel, performHelp, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString, updateApplyButton
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setDescription, setImageDescriptor, 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.preference.IPreferencePage
computeSize, isValid, okToLeave, performCancel, setContainer, setSize
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Field Detail

USE_BUILT_IN_AXIS2_PREFERENCE_KEY

public static final java.lang.String USE_BUILT_IN_AXIS2_PREFERENCE_KEY
See Also:
Constant Field Values

SERVER_LOCATION_PREFERENCE_KEY

public static final java.lang.String SERVER_LOCATION_PREFERENCE_KEY
See Also:
Constant Field Values
Constructor Detail

Axis2ServerLocationPreferencePage

public Axis2ServerLocationPreferencePage()

Axis2ServerLocationPreferencePage

public Axis2ServerLocationPreferencePage(java.lang.String title)
Parameters:
title -

Axis2ServerLocationPreferencePage

public Axis2ServerLocationPreferencePage(java.lang.String title,
                                         org.eclipse.jface.resource.ImageDescriptor image)
Method Detail

createContents

protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)

init

public void init(org.eclipse.ui.IWorkbench workbench)
Specified by:
init in interface org.eclipse.ui.IWorkbenchPreferencePage

performDefaults

protected void performDefaults()

performApply

protected void performApply()

performOk

public boolean performOk()
Specified by:
performOk in interface org.eclipse.jface.preference.IPreferencePage

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification