|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.ui.extensions.DBDefintionPage
public final class DBDefintionPage
This class encapsules the extension point ch.sahits.codegen.java.connectionpage
| Constructor Summary | |
|---|---|
DBDefintionPage()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.lang.String> |
classNames()
Retrieve all registered class names |
static java.util.List<Pair> |
getButtons()
Retrieve a list of all Button Texts and tooltips registered |
static BasicDBDefinitionPage |
getPage(int index,
IBasicCodegenWizard callingWizard,
java.lang.String imageURL)
Retrive the DB definition page based on the selected index |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DBDefintionPage()
| Method Detail |
|---|
public static BasicDBDefinitionPage getPage(int index,
IBasicCodegenWizard callingWizard,
java.lang.String imageURL)
throws java.lang.Exception
index - of the button in the listcallingWizard - wizard instance that calls that is needed to invoke
the constructor of BasicDBDefinitionPageimageURL - URL to the header image
java.lang.Exception - With reflection many errors are possiblepublic static java.util.List<Pair> getButtons()
Pairs of button text and tooltippublic static java.util.List<java.lang.String> classNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||