org.eclipse.ecf.provider.ui.wizards
Class GenericClientContainerConnectWizardPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.wizard.WizardPage
          extended by org.eclipse.ecf.ui.wizards.AbstractConnectWizardPage
              extended by org.eclipse.ecf.provider.ui.wizards.GenericClientContainerConnectWizardPage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage

public class GenericClientContainerConnectWizardPage
extends AbstractConnectWizardPage


Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
GenericClientContainerConnectWizardPage()
           
GenericClientContainerConnectWizardPage(java.net.URI uri)
           
 
Method Summary
protected  java.lang.String getDefaultConnectText()
           
 java.lang.String getExampleID()
           
protected  java.lang.String getProviderDescription()
           
protected  java.lang.String getProviderTitle()
           
 boolean shouldRequestPassword()
          Checks
 boolean shouldRequestUsername()
          Returns whether the created IContainer needs a username for authentication purposes upon connecting.
 
Methods inherited from class org.eclipse.ecf.ui.wizards.AbstractConnectWizardPage
createControl, getConnectID, getPassword, getUsername, 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

GenericClientContainerConnectWizardPage

public GenericClientContainerConnectWizardPage()

GenericClientContainerConnectWizardPage

public GenericClientContainerConnectWizardPage(java.net.URI uri)
Method Detail

shouldRequestUsername

public boolean shouldRequestUsername()
Description copied from class: AbstractConnectWizardPage
Returns whether the created IContainer needs a username for authentication purposes upon connecting. A text control will be displayed on the wizard dialog to allow the user to input a username.

Specified by:
shouldRequestUsername in class AbstractConnectWizardPage
Returns:
true if a username is required to connect to the selected IContainer, false otherwise

shouldRequestPassword

public boolean shouldRequestPassword()
Description copied from class: AbstractConnectWizardPage
Checks

Specified by:
shouldRequestPassword in class AbstractConnectWizardPage
Returns:
boolean true if page should request password

getExampleID

public java.lang.String getExampleID()
Specified by:
getExampleID in class AbstractConnectWizardPage

getProviderTitle

protected java.lang.String getProviderTitle()
Overrides:
getProviderTitle in class AbstractConnectWizardPage

getProviderDescription

protected java.lang.String getProviderDescription()
Overrides:
getProviderDescription in class AbstractConnectWizardPage

getDefaultConnectText

protected java.lang.String getDefaultConnectText()
Overrides:
getDefaultConnectText in class AbstractConnectWizardPage