Package org.eclipse.datatools.sqltools.schemaobjecteditor.ui

Interface Summary
IDisablementPart Instance of this interface is used to set part control of an editor page enabled or not.
IErrorItem Instance of this interface is used to describe an error item on an editor page.
IResourceChangeEvent The resource change event
IResourceChangeHandler A resource change handler is notified to do some cleaning job when the editing resource is changed, renamed or deleted.
ISchemaObjectEditor Thru this interface, the consumer can get some run-time object of the editor.
ISchemaObjectEditorActionBarContributor A schema object editor which need to contribute new actions need to implement this interface
ISchemaObjectEditorHandler Defines the behaviour of the schema object editor, notice that the name of most of the methods defined in this class are the same as those in SchemaObjectEditor, the method in SchemaObjectEditor will delegate the call to the corresponding method in this class.
ISchemaObjectEditorInput The editor input for scheme object eidtor.
ISchemaObjectEditorPage An instance of this class stands for a run-time editor page of a schema object editor
 

Class Summary
SchemaObjectEditorModelListenersNotifier The notifier for the model change listeners.