edu.mayo.informatics.lexgrid.convert.formats
Interface OutputFormatSWTInterface

All Superinterfaces:
OutputFormatInterface
All Known Implementing Classes:
ComputeTransitiveExpansionTableSWT, DeleteLexGridTerminologySWT, IndexLexGridDatabaseSWT, LexGridLDAPSWTOut, LexGridSQLLiteSWTOut, LexGridSQLSWTOut, LexGridXMLSWTOut, OBOSWTOut, RegisterLexGridTerminologySWT, SQLSWTOut

public interface OutputFormatSWTInterface
extends OutputFormatInterface

Interface for the output formats that has SWT extensions.

Version:
subversion $Revision: 7198 $ checked in on $Date: 2008-02-15 18:08:36 +0000 (Fri, 15 Feb 2008) $
Author:
Dan Armbrust

Method Summary
 org.eclipse.swt.widgets.Composite createComposite(org.eclipse.swt.widgets.Composite parent, int style, DialogHandler errorHandler)
          Create (and return) a SWT Composite that allows for entering the parameters required for this format.
 org.eclipse.swt.widgets.Composite getComposite()
          Get the composite that was made by 'createComposite'
 java.lang.String getTextForActionButton()
          Get the text that should be displayed on the button to execute this conversion.
 
Methods inherited from interface edu.mayo.informatics.lexgrid.convert.formats.OutputFormatInterface
getConnectionSummary, getDescription, getOptions, testConnection
 

Method Detail

createComposite

org.eclipse.swt.widgets.Composite createComposite(org.eclipse.swt.widgets.Composite parent,
                                                  int style,
                                                  DialogHandler errorHandler)
Create (and return) a SWT Composite that allows for entering the parameters required for this format.

Returns:

getComposite

org.eclipse.swt.widgets.Composite getComposite()
Get the composite that was made by 'createComposite'

Returns:

getTextForActionButton

java.lang.String getTextForActionButton()
Get the text that should be displayed on the button to execute this conversion.

Returns:
the text string. Usually "Begin Conversion"

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.