|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.core.services.SQLEditorService
A SQL Editor related service specific to a database definition. This interface allows clients to customize the default behavior of the SQL Editor.
Constructor Summary | |
SQLEditorService()
|
Method Summary | |
java.util.HashMap |
getAdditionalActions()
Returns data server specific actions, which will be added to menu/context menu and tool bar. |
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 |
ISQLDBProposalsService |
getSQLDBProposalsService(ISQLEditorConnectionInfo connInfo)
Returns a ISQLDBProposalsService object which is used to execute operations to load db proposals |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQLEditorService()
Method Detail |
public IExtendedLaunchSupport getExtendedLaunchSupport()
IExtendedLaunchSupport
object which is used to execute additional operations
before/after launching
IExtendedLaunchSupport
object to customize the launching behavior.public IExtendedSaveSupport getExtendedSaveSupport()
IExtendedSaveSupport
object which is used to perform additional operations before/after
saving a procedural object
IExtendedSaveSupport
object to customize the saving behaviorpublic java.util.HashMap getAdditionalActions()
org.eclipse.jface.action.IContributionItem
objects.
org.eclipse.jface.action.IContributionItem
objects or Collection of
org.eclipse.jface.action.IContributionItem
objects.public ISQLDBProposalsService getSQLDBProposalsService(ISQLEditorConnectionInfo connInfo)
ISQLDBProposalsService
object which is used to execute operations to load db proposals
connInfo
-
ISQLDBProposalsService
object to perform the DB proposals loading behavior.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |