org.eclipse.datatools.connectivity.db.generic.ui
Class NewConnectionProfileWizard

java.lang.Object
  extended by BaseWizard
      extended by org.eclipse.datatools.connectivity.ui.wizards.NewConnectionProfileWizard
          extended by org.eclipse.datatools.connectivity.db.generic.ui.NewConnectionProfileWizard
All Implemented Interfaces:
ICPWizard

public class NewConnectionProfileWizard
extends NewConnectionProfileWizard

See Also:
Wizard

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.datatools.connectivity.ui.wizards.NewConnectionProfileWizard
NewConnectionProfileWizard.IFinishTask
 
Constructor Summary
NewConnectionProfileWizard()
           
 
Method Summary
 void addCustomPages()
          Clients needs to add their customized pages here
 void createPageControls(Composite pageContainer)
           
 IContext getContext(java.lang.Object target)
           
 int getContextChangeMask()
           
 java.util.Properties getProfileProperties()
          Clients need provide implementation to get extra profile properties
 java.lang.String getSearchExpression(java.lang.Object target)
           
 
Methods inherited from class org.eclipse.datatools.connectivity.ui.wizards.NewConnectionProfileWizard
addPages, delegatesTask, getParentProfile, getProfileDescription, getProfileIsAutoConnect, getProfileName, getProfilePage, getProfileProviderID, getSummaryData, init, initProviderID, isFinished, isProfileNamePageSkippable, performFinish, setParentProfile, setProfileDescription, setProfileName, setProfileNameAndDescription, setSkipProfileNamePage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewConnectionProfileWizard

public NewConnectionProfileWizard()
Method Detail

addCustomPages

public void addCustomPages()
Description copied from class: NewConnectionProfileWizard
Clients needs to add their customized pages here

Specified by:
addCustomPages in class NewConnectionProfileWizard
See Also:
NewConnectionProfileWizard.addCustomPages()

getProfileProperties

public java.util.Properties getProfileProperties()
Description copied from class: NewConnectionProfileWizard
Clients need provide implementation to get extra profile properties

Specified by:
getProfileProperties in class NewConnectionProfileWizard
Returns:
See Also:
NewConnectionProfileWizard.getProfileProperties()

getContext

public IContext getContext(java.lang.Object target)
Overrides:
getContext in class NewConnectionProfileWizard

getContextChangeMask

public int getContextChangeMask()
Overrides:
getContextChangeMask in class NewConnectionProfileWizard

getSearchExpression

public java.lang.String getSearchExpression(java.lang.Object target)
Overrides:
getSearchExpression in class NewConnectionProfileWizard

createPageControls

public void createPageControls(Composite pageContainer)
Overrides:
createPageControls in class NewConnectionProfileWizard


Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.