|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.schemaobjecteditor.ui.core.DefaultSchemaObjectEditorActionBarContributor
org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.ProceduralObjectEditorActionContributor
public class ProceduralObjectEditorActionContributor
Constructor Summary | |
---|---|
ProceduralObjectEditorActionContributor()
|
Method Summary | |
---|---|
void |
contributeToCoolBar(org.eclipse.jface.action.ICoolBarManager coolBarManager)
Contributes actions to cool bar. |
void |
contributeToMenu(org.eclipse.jface.action.IMenuManager menuManager)
Contributes actions to menu |
void |
contributeToStatusLine(org.eclipse.jface.action.IStatusLineManager statusLineManager)
Sets/clears message on status line |
void |
contributeToToolBar(org.eclipse.jface.action.IToolBarManager toolBarManager)
Contribute actions to tool bar |
void |
init(org.eclipse.ui.IActionBars bars,
org.eclipse.ui.IWorkbenchPage page)
Initializes this contributor, which is expected to add contributions as required to the given action bars and global action handlers. |
void |
setActivePage(org.eclipse.ui.IEditorPart activeEditor)
This method is called whenever the page changes. |
void |
setEditor(ISchemaObjectEditor editor)
Sets the editor |
Methods inherited from class org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core.DefaultSchemaObjectEditorActionBarContributor |
---|
getActionBars, getPage |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.datatools.sqltools.schemaobjecteditor.ui.ISchemaObjectEditorActionBarContributor |
---|
getActionBars, getPage |
Constructor Detail |
---|
public ProceduralObjectEditorActionContributor()
Method Detail |
---|
public void contributeToCoolBar(org.eclipse.jface.action.ICoolBarManager coolBarManager)
ISchemaObjectEditorActionBarContributor
contributeToCoolBar
in interface ISchemaObjectEditorActionBarContributor
contributeToCoolBar
in class DefaultSchemaObjectEditorActionBarContributor
public void contributeToMenu(org.eclipse.jface.action.IMenuManager menuManager)
ISchemaObjectEditorActionBarContributor
contributeToMenu
in interface ISchemaObjectEditorActionBarContributor
contributeToMenu
in class DefaultSchemaObjectEditorActionBarContributor
public void contributeToStatusLine(org.eclipse.jface.action.IStatusLineManager statusLineManager)
ISchemaObjectEditorActionBarContributor
contributeToStatusLine
in interface ISchemaObjectEditorActionBarContributor
contributeToStatusLine
in class DefaultSchemaObjectEditorActionBarContributor
public void contributeToToolBar(org.eclipse.jface.action.IToolBarManager toolBarManager)
ISchemaObjectEditorActionBarContributor
contributeToToolBar
in interface ISchemaObjectEditorActionBarContributor
contributeToToolBar
in class DefaultSchemaObjectEditorActionBarContributor
public void setActivePage(org.eclipse.ui.IEditorPart activeEditor)
ISchemaObjectEditorActionBarContributor
setActivePage
in interface ISchemaObjectEditorActionBarContributor
setActivePage
in class DefaultSchemaObjectEditorActionBarContributor
public void setEditor(ISchemaObjectEditor editor)
ISchemaObjectEditorActionBarContributor
setEditor
in interface ISchemaObjectEditorActionBarContributor
setEditor
in class DefaultSchemaObjectEditorActionBarContributor
public void init(org.eclipse.ui.IActionBars bars, org.eclipse.ui.IWorkbenchPage page)
ISchemaObjectEditorActionBarContributor
The page is passed to support the use of RetargetAction
by the contributor. In this case the init
method implementors should:
null
call partActivated on the retarget actionsAnd in the dispose method the retarget actions should be removed as part listeners.
init
in interface ISchemaObjectEditorActionBarContributor
init
in class DefaultSchemaObjectEditorActionBarContributor
bars
- the action barspage
- the workbench page for this contributor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |