Uses of Class
org.eclipse.datatools.sqltools.sqleditor.SQLEditor

Packages that use SQLEditor
org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.pages.source   
org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils   
org.eclipse.datatools.sqltools.routineeditor.plan   
org.eclipse.datatools.sqltools.routineeditor.ui   
org.eclipse.datatools.sqltools.routineeditor.ui.actions   
org.eclipse.datatools.sqltools.sqleditor   
org.eclipse.datatools.sqltools.sqleditor.internal   
org.eclipse.datatools.sqltools.sqleditor.internal.actions   
org.eclipse.datatools.sqltools.sqleditor.internal.actions.selection   
org.eclipse.datatools.sqltools.sqleditor.internal.editor   
org.eclipse.datatools.sqltools.sqleditor.internal.matching   
org.eclipse.datatools.sqltools.sqleditor.internal.sql   
org.eclipse.datatools.sqltools.sqleditor.internal.templates   
org.eclipse.datatools.sqltools.sqleditor.plan   
 

Uses of SQLEditor in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.pages.source
 

Subclasses of SQLEditor in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.pages.source
 class ASARoutineSourceEditor
          This class is a RoutineEditor for ASA/IQ routine source editor
 

Uses of SQLEditor in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils
 

Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils with parameters of type SQLEditor
static int SQLUtil.getSQLType(SQLEditor sqlEditor)
           
 

Uses of SQLEditor in org.eclipse.datatools.sqltools.routineeditor.plan
 

Constructors in org.eclipse.datatools.sqltools.routineeditor.plan with parameters of type SQLEditor
ExplainRoutineActionDelegate(SQLEditor targetEditor)
           
 

Uses of SQLEditor in org.eclipse.datatools.sqltools.routineeditor.ui
 

Subclasses of SQLEditor in org.eclipse.datatools.sqltools.routineeditor.ui
 class RoutineEditor
          A SQL Editor handles routine objects including stored procedure, function, trigger, and event.
 

Uses of SQLEditor in org.eclipse.datatools.sqltools.routineeditor.ui.actions
 

Methods in org.eclipse.datatools.sqltools.routineeditor.ui.actions with parameters of type SQLEditor
 void DebugAction.setActiveEditor(SQLEditor targetEditor)
           
 

Constructors in org.eclipse.datatools.sqltools.routineeditor.ui.actions with parameters of type SQLEditor
DebugAction(SQLEditor targetEditor)
           
 

Uses of SQLEditor in org.eclipse.datatools.sqltools.sqleditor
 

Methods in org.eclipse.datatools.sqltools.sqleditor with parameters of type SQLEditor
 void IConnectionProfileAttachListener.connectionProfileAttached(SQLEditor sqlEditor)
          this method will be called when the editor is open or user switches connection profile
 void SQLEditorActionContributorExtension.setActiveEditor(SQLEditor targetEditor)
           
 void ISQLEditorActionContributorExtension.setActiveEditor(SQLEditor targetEditor)
          Sets the active editor for the contributor.
 

Uses of SQLEditor in org.eclipse.datatools.sqltools.sqleditor.internal
 

Constructors in org.eclipse.datatools.sqltools.sqleditor.internal with parameters of type SQLEditor
SymbolInserter(SQLEditor editor)
           
 

Uses of SQLEditor in org.eclipse.datatools.sqltools.sqleditor.internal.actions
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.actions that return SQLEditor
 SQLEditor ExecuteCurrentSQLAction.getEditor()
           
 SQLEditor SQLDisconnectAction.getSQLEditor()
          Gets the SQLEditor instance associated with this action.
 SQLEditor SQLConnectAction.getSQLEditor()
          Gets the SQLEditor instance associated with this action.
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.actions with parameters of type SQLEditor
 void ExecuteSelectionSQLAction.setActiveEditor(SQLEditor targetEditor)
           
 void DMLDialogSelectionSQLAction.setActiveEditor(SQLEditor targetEditor)
           
 void ExecuteCurrentSQLAction.setActiveEditor(SQLEditor targetEditor)
           
 void ExecuteSQLAsOneStatementAction.setActiveEditor(SQLEditor targetEditor)
           
 void ExecuteSQLAction.setActiveEditor(SQLEditor targetEditor)
           
 void SQLDisconnectAction.setSQLEditor(SQLEditor sqlEditor)
          Sets the SQLEditor instance associated with this action to the given object.
 void SQLConnectAction.setSQLEditor(SQLEditor sqlEditor)
          Sets the SQLEditor instance associated with this action to the given object.
 

Constructors in org.eclipse.datatools.sqltools.sqleditor.internal.actions with parameters of type SQLEditor
AddTemplateAction(java.util.ResourceBundle bundle, java.lang.String prefix, SQLEditor targetEditor)
           
DMLDialogSelectionSQLAction(SQLEditor targetEditor)
           
ExecuteCurrentSQLAction(SQLEditor targetEditor)
           
ExecuteSelectionSQLAction(SQLEditor targetEditor)
           
ExecuteSQLAction(SQLEditor targetEditor)
           
ExecuteSQLAsOneStatementAction(SQLEditor targetEditor)
           
GotoMatchingTokenAction(SQLEditor editor)
          Create a new action for going to the matching token.
 

Uses of SQLEditor in org.eclipse.datatools.sqltools.sqleditor.internal.actions.selection
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.actions.selection with parameters of type SQLEditor
 ISQLSelection SQLSelectionFactory.getSQLSelection(SQLEditor editor)
           
 

Constructors in org.eclipse.datatools.sqltools.sqleditor.internal.actions.selection with parameters of type SQLEditor
BlankLineSelection(SQLEditor editor)
           
CurrentLineSelection(SQLEditor editor)
           
DelimeterSelection(SQLEditor editor, java.lang.String[] terminators)
           
 

Uses of SQLEditor in org.eclipse.datatools.sqltools.sqleditor.internal.editor
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.editor that return SQLEditor
 SQLEditor SQLEditorContentOutlinePage.getSQLEditor()
          Gets the SQL Editor associated with this outline page.
 SQLEditor SQLSourceViewerConfiguration.getSQLEditor()
          Returns the SQLEditor associated with this object.
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.editor with parameters of type SQLEditor
 void SQLEditorContentOutlinePage.setSQLEditor(SQLEditor sqlEditor)
          Sets the SQL Editor associated with this outline page to the given editor.
 void SQLSourceViewerConfiguration.setSQLEditor(SQLEditor editor)
          Associates the SQLEditor with this object.
 

Constructors in org.eclipse.datatools.sqltools.sqleditor.internal.editor with parameters of type SQLEditor
SQLEditorContentOutlinePage(org.eclipse.ui.texteditor.IDocumentProvider provider, SQLEditor sqlEditor)
          Constructs an instance of this class using the given provider and the given editor.
SQLMarkerLabelDecorator(SQLEditor editor)
           
SQLOutlinePage(SQLEditor editor)
           
SQLSourceViewerConfiguration(SQLEditor editor)
          Constructs an instance of this class with the given SQLEditor to configure.
SQLUpdater(SQLEditor editor)
           
 

Uses of SQLEditor in org.eclipse.datatools.sqltools.sqleditor.internal.matching
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.matching that return SQLEditor
 SQLEditor AbstractPairMatcher.getSQLEditor()
           
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.matching with parameters of type SQLEditor
 void AbstractPairMatcher.setSQLEditor(SQLEditor editor)
           
 void GenericSQLPairMatcher.setSQLEditor(SQLEditor editor)
           
 

Uses of SQLEditor in org.eclipse.datatools.sqltools.sqleditor.internal.sql
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.sql with parameters of type SQLEditor
 java.util.ArrayList SQLTemplateProposalsService.getProposals(SQLEditor editor, int completionPosition, java.lang.String word, boolean isStatementStart, org.eclipse.swt.graphics.Point selection)
          Inspects the context of the compilation unit around completionPosition and feeds the collector with proposals.
 

Uses of SQLEditor in org.eclipse.datatools.sqltools.sqleditor.internal.templates
 

Constructors in org.eclipse.datatools.sqltools.sqleditor.internal.templates with parameters of type SQLEditor
SQLTemplateProposal(SQLEditor editor, org.eclipse.jface.text.templates.Template template, org.eclipse.jface.text.templates.TemplateContext context, org.eclipse.jface.text.IRegion region, org.eclipse.swt.graphics.Image image)
          Creates a SQL template proposal with a template and its context.
SQLTemplateProposal(SQLEditor editor, org.eclipse.jface.text.templates.Template template, org.eclipse.jface.text.templates.TemplateContext context, org.eclipse.jface.text.IRegion region, org.eclipse.swt.graphics.Image image, int relevance)
          Creates a template proposal with a template and its context.
 

Uses of SQLEditor in org.eclipse.datatools.sqltools.sqleditor.plan
 

Methods in org.eclipse.datatools.sqltools.sqleditor.plan with parameters of type SQLEditor
 void ExplainSQLActionDelegate.setActiveEditor(SQLEditor targetEditor)
           
 

Constructors in org.eclipse.datatools.sqltools.sqleditor.plan with parameters of type SQLEditor
ExplainSQLActionDelegate(SQLEditor targetEditor)
          Constructor