|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectWizard
JDataStoreWizard
public class JDataStoreWizard
Data store wizard.
Field Summary |
---|
Fields inherited from class Wizard |
---|
DEFAULT_IMAGE |
Constructor Summary | |
---|---|
JDataStoreWizard(DataStoreFactorySpi format)
|
|
JDataStoreWizard(DataStoreFactorySpi format,
Map<String,Object> params)
|
|
JDataStoreWizard(String extension)
|
Method Summary | |
---|---|
void |
addPages()
|
Map<String,Object> |
getConnectionParameters()
|
File |
getFile()
Helper method to check if for "url" parameter. |
static void |
main(String[] args)
|
boolean |
performFinish()
|
void |
setFormat(DataStoreFactorySpi format)
Setter for the format. |
Methods inherited from class Wizard |
---|
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDataStoreWizard(String extension)
public JDataStoreWizard(DataStoreFactorySpi format)
public JDataStoreWizard(DataStoreFactorySpi format, Map<String,Object> params)
Method Detail |
---|
public void addPages()
addPages
in interface IWizard
addPages
in class Wizard
public boolean performFinish()
performFinish
in interface IWizard
performFinish
in class Wizard
public Map<String,Object> getConnectionParameters()
public File getFile()
public void setFormat(DataStoreFactorySpi format)
format
- the format to set.public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |