de.folt.models.applicationmodel.guimodel.editor.datasourceeditor
Class CreateOpenTMSDataSource

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by de.folt.models.applicationmodel.guimodel.editor.datasourceeditor.CreateOpenTMSDataSource

public class CreateOpenTMSDataSource
extends org.eclipse.swt.widgets.Dialog


Constructor Summary
CreateOpenTMSDataSource(org.eclipse.swt.widgets.Shell parent, boolean bAllowChoose)
          Display a Create Open TMS Data Source Dialog
 
Method Summary
 java.lang.String getDataSourceName()
           
 void setDataSourceName(java.lang.String dataSourceName)
           
 void show()
          show
 
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
 

Constructor Detail

CreateOpenTMSDataSource

public CreateOpenTMSDataSource(org.eclipse.swt.widgets.Shell parent,
                               boolean bAllowChoose)
Display a Create Open TMS Data Source Dialog

Parameters:
parent - the parent shell
bAllowChoose - allow choosing a data source (choose or create one if set to true)
Method Detail

getDataSourceName

public java.lang.String getDataSourceName()
Returns:
the dataSourceName

setDataSourceName

public void setDataSourceName(java.lang.String dataSourceName)
Parameters:
dataSourceName - the dataSourceName to set

show

public void show()
show