|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDialogPage
WizardPage
JParameterListPage
public class JParameterListPage
Parameters wizard page for trhe parameter list wizard
.
Field Summary | |
---|---|
protected Map<String,Object> |
connectionParameters
Connection params for datastore |
static String |
ID
|
Fields inherited from interface IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
JParameterListPage(String title,
String description,
List<Parameter<?>> contents,
Map<String,Object> params)
|
Method Summary | |
---|---|
void |
createControl(Composite parent)
|
boolean |
isValid()
|
void |
setVisible(boolean visible)
|
Methods inherited from class 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 DialogPage |
---|
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface IDialogPage |
---|
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp |
Field Detail |
---|
public static final String ID
protected Map<String,Object> connectionParameters
Constructor Detail |
---|
public JParameterListPage(String title, String description, List<Parameter<?>> contents, Map<String,Object> params)
Method Detail |
---|
public void createControl(Composite parent)
public void setVisible(boolean visible)
setVisible
in interface IDialogPage
setVisible
in class DialogPage
public boolean isValid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |