Uses of Interface
org.eclipse.datatools.sqltools.sqlbuilder.input.ISQLBuilderEditorInputUsageOptions

Packages that use ISQLBuilderEditorInputUsageOptions
org.eclipse.datatools.sqltools.sqlbuilder   
org.eclipse.datatools.sqltools.sqlbuilder.input   
 

Uses of ISQLBuilderEditorInputUsageOptions in org.eclipse.datatools.sqltools.sqlbuilder
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder that return ISQLBuilderEditorInputUsageOptions
 ISQLBuilderEditorInputUsageOptions SQLBuilder.getEditorInputUsageOptions()
          Returns the current editorInputusageOptions of the SQLBuilder.
 

Uses of ISQLBuilderEditorInputUsageOptions in org.eclipse.datatools.sqltools.sqlbuilder.input
 

Classes in org.eclipse.datatools.sqltools.sqlbuilder.input that implement ISQLBuilderEditorInputUsageOptions
 class SQLBuilderEditorInputUsageOptions
          This class defines the usage options of ISQLBuilderEditorInput.
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.input that return ISQLBuilderEditorInputUsageOptions
 ISQLBuilderEditorInputUsageOptions SQLBuilderEditorInput.getInputUsageOptions()
           
 ISQLBuilderEditorInputUsageOptions SQLBuilderStorageEditorInput.getInputUsageOptions()
           
 ISQLBuilderEditorInputUsageOptions ISQLBuilderEditorInput.getInputUsageOptions()
          Gets the usage options of the editor input.
 ISQLBuilderEditorInputUsageOptions SQLBuilderFileEditorInput.getInputUsageOptions()
           
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.input with parameters of type ISQLBuilderEditorInputUsageOptions
 void SQLBuilderEditorInput.setInputUsageOptions(ISQLBuilderEditorInputUsageOptions options)
           
 void SQLBuilderStorageEditorInput.setInputUsageOptions(ISQLBuilderEditorInputUsageOptions options)
           
 void ISQLBuilderEditorInput.setInputUsageOptions(ISQLBuilderEditorInputUsageOptions options)
          Sets the usage options of the editor input.
 void SQLBuilderFileEditorInput.setInputUsageOptions(ISQLBuilderEditorInputUsageOptions options)