de.folt.models.applicationmodel.guimodel.editor.datasourceeditor
Class ChooseDataSourceDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
de.folt.models.applicationmodel.guimodel.editor.datasourceeditor.ChooseDataSourceDialog
public class ChooseDataSourceDialog
- extends org.eclipse.swt.widgets.Dialog
| Methods inherited from class org.eclipse.swt.widgets.Dialog |
getParent, getStyle, getText, setText |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChooseDataSourceDialog
public ChooseDataSourceDialog(org.eclipse.swt.widgets.Shell parent,
boolean bChooseMultiple)
getDataSource
public java.lang.String getDataSource()
- Returns:
- the dataSource
getDataSources
public java.util.Vector<java.lang.String> getDataSources()
- Returns:
- the dataSources
isBChooseMultiple
public boolean isBChooseMultiple()
- Returns:
- the bChooseMultiple
setBChooseMultiple
public void setBChooseMultiple(boolean chooseMultiple)
- Parameters:
chooseMultiple - the bChooseMultiple to set
setDataSource
public void setDataSource(java.lang.String dataSource)
- Parameters:
dataSource - the dataSource to set
setDataSourceDisplayType
public void setDataSourceDisplayType(java.lang.String dataSourceDisplayType)
- setDataSourceDisplayType
- Parameters:
name -
show
public void show()
- show