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

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

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

Classes in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor that implement ISchemaObjectEditorInput
 class ProceduralObjectEditorInput
           
 

Uses of ISchemaObjectEditorInput in org.eclipse.datatools.sqltools.schemaobjecteditor.ui
 

Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui with parameters of type ISchemaObjectEditorInput
 void SchemaObjectEditorModelListenersNotifier.registerListener(ISchemaObjectEditorInput input)
          Registers listeners for all SQL objects and their containment features containing in the given editor input
 

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

Classes in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core that implement ISchemaObjectEditorInput
 class SchemaObjectEditorInput
          The editor input for schema object editor.
 

Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core that return ISchemaObjectEditorInput
 ISchemaObjectEditorInput DefaultSchemaObjectEditorHandler.getEditorInput()