Package com.illumon.iris.console.events
Interface ISchemaEditorFactory
- All Known Implementing Classes:
SchemaEditorFactory
public interface ISchemaEditorFactory
Pretty much the LiveWidget getComponent() call; but gets the ImportPanel instead (so we can save the workspace).
We have this pair of interfaces (ISchemaPanel and ISchemaEditorFactory) 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 ISchemaPanel
getSchemaEditor(AsyncPanel dataPanel, IrisView viewId, String title, Object irisWidgetSupportObject, com.fishlib.io.logger.Logger log)
-
Method Details
-
getSchemaEditor
ISchemaPanel getSchemaEditor(AsyncPanel dataPanel, IrisView viewId, String title, Object irisWidgetSupportObject, com.fishlib.io.logger.Logger log)
-