|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.core.services.DefaultSQLEditorService
Default implementation for ISQLEditorService.
| Constructor Summary | |
DefaultSQLEditorService()
|
|
| Method Summary | |
java.util.Collection |
getAdditionalActions()
Returns data server specific actions, which will be added to menu/context menu and tool bar. |
java.util.Collection |
getExcludedActionIds()
The following actions can be excluded in SQL Editor: ISQLEditorActionConstants.EXPLAIN_SQL_ACTION_ID
ISQLEditorActionConstants.EXECUTE_SQL_ACTION_ID
ISQLEditorActionConstants.EXECTUE_SELECTION_SQL_ACTION_ID
ISQLEditorActionConstants.GROUP_NEW_ROUTINE_ID
ISQLEditorActionConstants.GROUP_INSERT_QUERY_ID
ISQLEditorActionConstants.RUN_ACTION_ID
ISQLEditorActionConstants.DEBUG_ACTION_ID |
IExtendedLaunchSupport |
getExtendedLaunchSupport()
Returns a IExtendedLaunchSupport object which is used to execute additional operations before/after launching |
IExtendedSaveSupport |
getExtendedSaveSupport()
Returns a IExtendedSaveSupport object which is used to perform additional operations before/after saving a
procedural object |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultSQLEditorService()
| Method Detail |
public IExtendedLaunchSupport getExtendedLaunchSupport()
ISQLEditorServiceIExtendedLaunchSupport object which is used to execute additional operations before/after launching
getExtendedLaunchSupport in interface ISQLEditorServiceIExtendedLaunchSupport object to customize the launching behavior.public IExtendedSaveSupport getExtendedSaveSupport()
ISQLEditorServiceIExtendedSaveSupport object which is used to perform additional operations before/after saving a
procedural object
getExtendedSaveSupport in interface ISQLEditorServiceIExtendedSaveSupport object to customize the saving behaviorpublic java.util.Collection getExcludedActionIds()
ISQLEditorServiceISQLEditorActionConstants.EXPLAIN_SQL_ACTION_ID
ISQLEditorActionConstants.EXECUTE_SQL_ACTION_ID
ISQLEditorActionConstants.EXECTUE_SELECTION_SQL_ACTION_ID
ISQLEditorActionConstants.GROUP_NEW_ROUTINE_ID
ISQLEditorActionConstants.GROUP_INSERT_QUERY_ID
ISQLEditorActionConstants.RUN_ACTION_ID
ISQLEditorActionConstants.DEBUG_ACTION_ID
getExcludedActionIds in interface ISQLEditorServicepublic java.util.Collection getAdditionalActions()
ISQLEditorService
getAdditionalActions in interface ISQLEditorServiceorg.eclipse.jface.action.Action objects.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||