Interface ISchemaPanel

All Superinterfaces:
Workspace
All Known Implementing Classes:
SchemaEditor

public interface ISchemaPanel
extends Workspace
Interface implemented by the ImportPanel, so we can fetch the panel and get the workspace info. We have this pair of interfaces (ISchemaPanel and IImportPanelFactory) so that we can leave ImportPanel in Ingesters, where it has a bunch of dependencies and access it by reflection.