Package com.illumon.iris.console.events
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.
-
Method Summary
Modifier and Type Method Description void
closed()
JPanel
getMainPanel()
Methods inherited from interface com.illumon.iris.gui.workspace.Workspace
getWorkspaceInfo, isGlobalSetting, setWorkspaceInfo
-
Method Details
-
getMainPanel
JPanel getMainPanel() -
closed
void closed()
-