|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBaseWizard
org.eclipse.datatools.connectivity.ui.wizards.NewConnectionProfileWizard
Base connection profile wizard
Constructor Summary | |
NewConnectionProfileWizard()
|
Method Summary | |
abstract void |
addCustomPages()
Clients needs to add their customized pages here |
void |
addPages()
|
java.lang.String |
getParentProfile()
Clients may override this method to return the real parent profile |
java.lang.String |
getProfileDescription()
|
boolean |
getProfileIsAutoConnect()
|
java.lang.String |
getProfileName()
|
abstract java.util.Properties |
getProfileProperties()
Clients need provide implementation to get extra profile properties |
java.lang.String |
getProfileProviderID()
|
void |
init(IWorkbench workbench,
IStructuredSelection selection)
|
void |
initProviderID(java.lang.String providerID)
|
boolean |
performFinish()
Clients need to make "return super.performFinish" as the last line of their code if they want to override this method |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NewConnectionProfileWizard()
Method Detail |
public boolean performFinish()
Wizard#performFinish
public void init(IWorkbench workbench, IStructuredSelection selection)
Wizard#init
public void initProviderID(java.lang.String providerID)
initProviderID
in interface ICPWizard
org.eclipse.datatools.connectivity.ui.wizards.ICPWizard#setProviderID(java.lang.String)
public abstract void addCustomPages()
public java.lang.String getProfileProviderID()
public java.lang.String getProfileName()
public java.lang.String getProfileDescription()
public boolean getProfileIsAutoConnect()
public abstract java.util.Properties getProfileProperties()
public java.lang.String getParentProfile()
public void addPages()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |