|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.eclipse.datatools.sqltools.result.internal.ui.export.ResultExportWizard
public class ResultExportWizard
The wizard to export result set(s) into an external file
Field Summary |
---|
Fields inherited from class org.eclipse.jface.wizard.Wizard |
---|
DEFAULT_IMAGE |
Fields inherited from interface org.eclipse.help.IContextProvider |
---|
NONE, SELECTION |
Constructor Summary | |
---|---|
ResultExportWizard(IResultInstance result)
Will be used to export all result set objects in a result instance |
|
ResultExportWizard(IResultSetObject result)
Will be used to export a result set object |
Method Summary | |
---|---|
void |
addPages()
|
void |
createPageControls(org.eclipse.swt.widgets.Composite pageContainer)
|
org.eclipse.help.IContext |
getContext(java.lang.Object target)
|
int |
getContextChangeMask()
|
java.lang.String |
getSearchExpression(java.lang.Object target)
|
boolean |
performFinish()
|
Methods inherited from class org.eclipse.jface.wizard.Wizard |
---|
addPage, canFinish, 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 java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultExportWizard(IResultSetObject result)
result
- the result set objectpublic ResultExportWizard(IResultInstance result)
result
- the result instanceMethod Detail |
---|
public org.eclipse.help.IContext getContext(java.lang.Object target)
getContext
in interface org.eclipse.help.IContextProvider
public int getContextChangeMask()
getContextChangeMask
in interface org.eclipse.help.IContextProvider
public java.lang.String getSearchExpression(java.lang.Object target)
getSearchExpression
in interface org.eclipse.help.IContextProvider
public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.jface.wizard.Wizard
public void createPageControls(org.eclipse.swt.widgets.Composite pageContainer)
createPageControls
in interface org.eclipse.jface.wizard.IWizard
createPageControls
in class org.eclipse.jface.wizard.Wizard
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |