org.radrails.db.internal.ui.editors.sql
Class SQLEditorContributor
java.lang.Object
org.eclipse.ui.part.EditorActionBarContributor
org.eclipse.ui.texteditor.BasicTextEditorActionContributor
org.eclipse.ui.editors.text.TextEditorActionContributor
org.radrails.db.internal.ui.editors.sql.SQLEditorContributor
- All Implemented Interfaces:
- org.eclipse.ui.IEditorActionBarContributor
- public class SQLEditorContributor
- extends org.eclipse.ui.editors.text.TextEditorActionContributor
Manages the installation and deinstallation of actions for the SQL editor.
Methods inherited from class org.eclipse.ui.texteditor.BasicTextEditorActionContributor |
contributeToStatusLine |
Methods inherited from class org.eclipse.ui.part.EditorActionBarContributor |
contributeToCoolBar, contributeToToolBar, getActionBars, getPage, init |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLEditorContributor
public SQLEditorContributor()
- Constructor for SQLEditorContributor. Creates a new contributor in the form
of adding Content Assist, Conent Format and Assist tip menu items.
Changes required in V 2.1. Shortcut keys on global actions must be
explicitly set. Content Assist and Context Information Shortcut keys must
be set to the key defintion ID's.
contributeToMenu
public void contributeToMenu(org.eclipse.jface.action.IMenuManager mm)
init
public void init(org.eclipse.ui.IActionBars bars)
setActiveEditor
public void setActiveEditor(org.eclipse.ui.IEditorPart part)
dispose
public void dispose()