org.radrails.db.internal.ui.editors.sql
Class SQLEditor

java.lang.Object
  extended byorg.eclipse.ui.part.WorkbenchPart
      extended byorg.eclipse.ui.part.EditorPart
          extended byorg.eclipse.ui.texteditor.AbstractTextEditor
              extended byorg.eclipse.ui.texteditor.StatusTextEditor
                  extended byorg.eclipse.ui.texteditor.AbstractDecoratedTextEditor
                      extended byorg.radrails.db.internal.ui.editors.sql.SQLEditor
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorPart, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.INavigationLocationProvider, org.eclipse.ui.IReusableEditor, org.eclipse.ui.ISaveablePart, org.eclipse.ui.texteditor.ITextEditor, org.eclipse.ui.texteditor.ITextEditorExtension, org.eclipse.ui.texteditor.ITextEditorExtension2, org.eclipse.ui.texteditor.ITextEditorExtension3, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.part.IWorkbenchPartOrientation

public class SQLEditor
extends org.eclipse.ui.texteditor.AbstractDecoratedTextEditor

This class is responsible for configuring the SQL editor.


Nested Class Summary
 class SQLEditor.CaretPosition
           
 
Nested classes inherited from class org.eclipse.ui.texteditor.ITextEditorExtension3
org.eclipse.ui.texteditor.ITextEditorExtension3.InsertMode
 
Field Summary
 
Fields inherited from class org.eclipse.ui.texteditor.AbstractTextEditor
DEFAULT_EDITOR_CONTEXT_MENU_ID, DEFAULT_RULER_CONTEXT_MENU_ID, PREFERENCE_COLOR_BACKGROUND, PREFERENCE_COLOR_BACKGROUND_SYSTEM_DEFAULT, PREFERENCE_COLOR_FIND_SCOPE, PREFERENCE_COLOR_FOREGROUND, PREFERENCE_COLOR_FOREGROUND_SYSTEM_DEFAULT, PREFERENCE_COLOR_SELECTION_BACKGROUND, PREFERENCE_COLOR_SELECTION_BACKGROUND_SYSTEM_DEFAULT, PREFERENCE_COLOR_SELECTION_FOREGROUND, PREFERENCE_COLOR_SELECTION_FOREGROUND_SYSTEM_DEFAULT, PREFERENCE_FONT, PREFERENCE_HYPERLINK_KEY_MODIFIER, PREFERENCE_HYPERLINK_KEY_MODIFIER_MASK, PREFERENCE_HYPERLINKS_ENABLED, PREFERENCE_NAVIGATION_SMART_HOME_END, PREFERENCE_USE_CUSTOM_CARETS, PREFERENCE_WIDE_CARET
 
Fields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUT
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Fields inherited from interface org.eclipse.ui.texteditor.ITextEditorExtension3
INSERT, SMART_INSERT
 
Constructor Summary
SQLEditor()
          Constructor for SQLEditor.
 
Method Summary
 void createPartControl(org.eclipse.swt.widgets.Composite parent)
           
 void disposeColorProvider()
          Clean up the font colors used in the syntax hilighting
 void editorContextMenuAboutToShow(org.eclipse.jface.action.IMenuManager menu)
           
 java.lang.Object getAdapter(java.lang.Class required)
           
 SQLEditor.CaretPosition getCaretPosition()
           
static SQLCodeScanner getSQLCodeScanner()
          Getter method that returns a SQL Code Scanner.
 void init(org.eclipse.ui.IEditorSite site, org.eclipse.ui.IEditorInput input)
           
 void setCaretPosition(SQLEditor.CaretPosition pos)
           
 
Methods inherited from class org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
dispose, getDocumentProvider, gotoMarker, isChangeInformationShowing, showChangeInformation
 
Methods inherited from class org.eclipse.ui.texteditor.StatusTextEditor
doRevertToSaved, updatePartControl
 
Methods inherited from class org.eclipse.ui.texteditor.AbstractTextEditor
addRulerContextMenuListener, close, createEmptyNavigationLocation, createNavigationLocation, doSave, doSaveAs, getAction, getHighlightRange, getInsertMode, getSelectionProvider, isDirty, isEditable, isEditorInputModifiable, isEditorInputReadOnly, isSaveAsAllowed, markAsContentDependentAction, markAsPropertyDependentAction, markAsSelectionDependentAction, markAsStateDependentAction, removeActionActivationCode, removeRulerContextMenuListener, resetHighlightRange, selectAndReveal, setAction, setActionActivationCode, setFocus, setHighlightRange, setInput, setInsertMode, setStatusField, showHighlightRangeOnly, showsHighlightRangeOnly, validateEditorInputState
 
Methods inherited from class org.eclipse.ui.part.EditorPart
getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setInitializationData
 
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPropertyListener, getContentDescription, getOrientation, getPartName, getSite, getTitle, getTitleImage, removePropertyListener, showBusy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IEditorPart
getEditorInput, getEditorSite
 
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
 
Methods inherited from interface org.eclipse.ui.ISaveablePart
isSaveOnCloseNeeded
 

Constructor Detail

SQLEditor

public SQLEditor()
Constructor for SQLEditor. Intialization takes place in the constructor of SQLEditor using setDocumentProvider and setRangeIndicator.

Method Detail

disposeColorProvider

public void disposeColorProvider()
Clean up the font colors used in the syntax hilighting


editorContextMenuAboutToShow

public void editorContextMenuAboutToShow(org.eclipse.jface.action.IMenuManager menu)
See Also:
AbstractTextEditor#editorContextMenuAboutToShow(org.eclipse.jface.action.IMenuManager)

getSQLCodeScanner

public static SQLCodeScanner getSQLCodeScanner()
Getter method that returns a SQL Code Scanner.

Returns:
SQLCodeScanner

createPartControl

public void createPartControl(org.eclipse.swt.widgets.Composite parent)

getAdapter

public java.lang.Object getAdapter(java.lang.Class required)

init

public void init(org.eclipse.ui.IEditorSite site,
                 org.eclipse.ui.IEditorInput input)
          throws org.eclipse.ui.PartInitException
Throws:
org.eclipse.ui.PartInitException

setCaretPosition

public void setCaretPosition(SQLEditor.CaretPosition pos)

getCaretPosition

public SQLEditor.CaretPosition getCaretPosition()