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

Class Summary
Constants Constants for consumers
DefaultSchemaObjectEditorActionBarContributor Consumers should extend this class instead of implementing ISchemaObjectEditorActionBarContributor
DefaultSchemaObjectEditorHandler Instead of implementing the ISchemaEditorConfiguration from scratch, the consumer should extend this class, and rewrite some methods.
ErrorItem  
Messages  
NestedEditorPage A schema object editor page whose content is a nested editor
RefreshEditModelJob To refresh the edit model and re-display them in the schema object editor.
ResourceChangeEvent  
SchemaObjectEditor The base editor, which is responsible for loading the pages defined by the consumers according to the end-user's setting (visibility & order).
SchemaObjectEditorInput The editor input for schema object editor.
SchemaObjectEditorPage Copied from FormPage since some fields are private and can not be set.
SchemaObjectEditorPage.PageForm  
SQLExecutionJobListener When the delta ddl scripts are successfully executed against the database, need to perform the following operations: 1.Refresh the edit model from the database and re-clone it; 2.Re-register the model listener for all the re-cloned SQL objects; 3.Refresh all the editor pages based on the refreshed SQL objects.