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

java.lang.Object
  extended by de.folt.models.applicationmodel.guimodel.editor.datasourceeditor.OpenTMSPropertiesEditor

public class OpenTMSPropertiesEditor
extends java.lang.Object


Constructor Summary
OpenTMSPropertiesEditor(org.eclipse.swt.widgets.Composite parent, int style, OpenTMSXMLStyledTextWithPropertyEditor text, GeneralLinguisticObject generalLinguisticObject)
           
 
Method Summary
 void close()
          close
 DataSourceEditor getDataSourceEditor()
           
 GeneralLinguisticObject getGeneralLinguisticObject()
           
 void loadProperties(LinguisticProperties linguisticProperties)
           
static void main(java.lang.String[] args)
           
 void setDataSourceEditor(DataSourceEditor dataSourceEditor)
           
 void setGeneralLinguisticObject(GeneralLinguisticObject generalLinguisticObject)
           
 void show()
           
 void sortTable(org.eclipse.swt.widgets.Table table, int columnIndex)
          Sorts the given table by the specified column.
 void toTop()
          toTop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenTMSPropertiesEditor

public OpenTMSPropertiesEditor(org.eclipse.swt.widgets.Composite parent,
                               int style,
                               OpenTMSXMLStyledTextWithPropertyEditor text,
                               GeneralLinguisticObject generalLinguisticObject)
Method Detail

main

public static void main(java.lang.String[] args)

getDataSourceEditor

public DataSourceEditor getDataSourceEditor()
Returns:
the dataSourceEditor

setDataSourceEditor

public void setDataSourceEditor(DataSourceEditor dataSourceEditor)
Parameters:
dataSourceEditor - the dataSourceEditor to set

close

public void close()
close


getGeneralLinguisticObject

public GeneralLinguisticObject getGeneralLinguisticObject()
Returns:
the generalLinguisticObject

loadProperties

public void loadProperties(LinguisticProperties linguisticProperties)

setGeneralLinguisticObject

public void setGeneralLinguisticObject(GeneralLinguisticObject generalLinguisticObject)
Parameters:
generalLinguisticObject - the generalLinguisticObject to set

show

public void show()

sortTable

public void sortTable(org.eclipse.swt.widgets.Table table,
                      int columnIndex)
Sorts the given table by the specified column.

Parameters:
columnIndex -

toTop

public void toTop()
toTop