|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
com.ibm.carma.ui.wizard.CarmaConnectionWizardPage
public abstract class CarmaConnectionWizardPage
This page, used in conjunction with CarmaConnectionWizard is a convient way for clients to implement a wizard which creates a new CARMA Connection. Subclasses should override:
CarmaConnectionWizard| Field Summary | |
|---|---|
static java.lang.String |
COPYRIGHT
|
| Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
|---|
ERROR, INFORMATION, NONE, WARNING |
| Method Summary | |
|---|---|
abstract java.lang.String |
getBackendId()
|
abstract java.util.Map<java.lang.String,?> |
getCarmaConnectionPropertiesMap()
|
abstract java.lang.String |
getCarmaIdentifier()
|
| Methods inherited from class org.eclipse.jface.wizard.WizardPage |
|---|
canFlipToNextPage, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
| Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
|---|
dispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage, setVisible |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
|---|
createControl, dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
| Field Detail |
|---|
public static final java.lang.String COPYRIGHT
| Method Detail |
|---|
public abstract java.util.Map<java.lang.String,?> getCarmaConnectionPropertiesMap()
public abstract java.lang.String getCarmaIdentifier()
public abstract java.lang.String getBackendId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||