Package com.illumon.iris.schemaeditor
Class SchemaEditorFactory
java.lang.Object
com.illumon.iris.schemaeditor.SchemaEditorFactory
- All Implemented Interfaces:
ISchemaEditorFactory
public class SchemaEditorFactory extends Object implements ISchemaEditorFactory
-
Constructor Summary
Constructors Constructor Description SchemaEditorFactory(RemoteDatabase database)
-
Method Summary
Modifier and Type Method Description ISchemaPanel
getSchemaEditor(AsyncPanel dataPanel, IrisView view, String title, Object irisWidgetSupportObject, com.fishlib.io.logger.Logger log)
-
Constructor Details
-
Method Details
-
getSchemaEditor
public ISchemaPanel getSchemaEditor(AsyncPanel dataPanel, IrisView view, String title, Object irisWidgetSupportObject, com.fishlib.io.logger.Logger log)- Specified by:
getSchemaEditor
in interfaceISchemaEditorFactory
-