|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDialogPage
WizardPage
JDataStorePage
public class JDataStorePage
Data store wizard page for the data store wizard
.
Field Summary | |
---|---|
protected Map<String,Object> |
connectionParameters
Connection params for datastore |
protected DataStoreFactorySpi |
format
Factory for which we are collection connection parameters |
static String |
ID
|
Fields inherited from interface IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
JDataStorePage(DataStoreFactorySpi format)
|
|
JDataStorePage(DataStoreFactorySpi format,
Map<String,Object> params)
|
Method Summary | |
---|---|
void |
createControl(Composite parent)
|
boolean |
isValid()
|
void |
setFormat(DataStoreFactorySpi format)
|
void |
setLevel(String level)
|
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 DataStoreFactorySpi format
protected Map<String,Object> connectionParameters
Constructor Detail |
---|
public JDataStorePage(DataStoreFactorySpi format)
public JDataStorePage(DataStoreFactorySpi format, Map<String,Object> params)
Method Detail |
---|
public void setVisible(boolean visible)
setVisible
in interface IDialogPage
setVisible
in class DialogPage
public void createControl(Composite parent)
public void setLevel(String level)
public void setFormat(DataStoreFactorySpi format)
public boolean isValid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |