Uses of Interface
org.eclipse.datatools.sqltools.schemaobjecteditor.ui.ISchemaObjectEditorActionBarContributor

Packages that use ISchemaObjectEditorActionBarContributor
org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor   
org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core   
org.eclipse.datatools.sqltools.schemaobjecteditor.ui.extensions   
 

Uses of ISchemaObjectEditorActionBarContributor in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor
 

Classes in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor that implement ISchemaObjectEditorActionBarContributor
 class ProceduralObjectEditorActionContributor
           
 

Uses of ISchemaObjectEditorActionBarContributor in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core
 

Classes in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core that implement ISchemaObjectEditorActionBarContributor
 class DefaultSchemaObjectEditorActionBarContributor
          Consumers should extend this class instead of implementing ISchemaObjectEditorActionBarContributor
 

Uses of ISchemaObjectEditorActionBarContributor in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.extensions
 

Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.extensions that return ISchemaObjectEditorActionBarContributor
 ISchemaObjectEditorActionBarContributor IEditorDescriptor.getActionContributor()
          Returns the action bar contributor, can be null
 

Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.extensions with parameters of type ISchemaObjectEditorActionBarContributor
 void IEditorDescriptor.setActionContributor(ISchemaObjectEditorActionBarContributor contributor)
          Sets the action bar contributor, should NOT called by consumer