Uses of Class
org.apache.hop.ui.core.metadata.MetadataEditor
-
-
Uses of MetadataEditor in org.apache.hop.ui.core.database
Subclasses of MetadataEditor in org.apache.hop.ui.core.database Modifier and Type Class Description classDatabaseMetaEditor -
Uses of MetadataEditor in org.apache.hop.ui.core.metadata
Methods in org.apache.hop.ui.core.metadata that return MetadataEditor Modifier and Type Method Description MetadataEditor<T>MetadataManager. createEditor(T metadata)Constructors in org.apache.hop.ui.core.metadata with parameters of type MetadataEditor Constructor Description MetadataEditorDialog(org.eclipse.swt.widgets.Shell parent, MetadataEditor<?> editor) -
Uses of MetadataEditor in org.apache.hop.ui.execution
Subclasses of MetadataEditor in org.apache.hop.ui.execution Modifier and Type Class Description classExecutionInfoLocationEditor -
Uses of MetadataEditor in org.apache.hop.ui.execution.profiling
Subclasses of MetadataEditor in org.apache.hop.ui.execution.profiling Modifier and Type Class Description classExecutionDataProfileEditorThe editor for metadata objectExecutionDataProfileDon't move this class around as it's synchronized with theExecutionDataProfilepackage to find this editor. -
Uses of MetadataEditor in org.apache.hop.ui.hopgui.perspective.metadata
Methods in org.apache.hop.ui.hopgui.perspective.metadata that return MetadataEditor Modifier and Type Method Description MetadataEditor<?>MetadataPerspective. findEditor(String objectKey, String name)Find a metadata editorMetadataEditor<?>MetadataPerspective. getActiveEditor()Methods in org.apache.hop.ui.hopgui.perspective.metadata with parameters of type MetadataEditor Modifier and Type Method Description voidMetadataPerspective. addEditor(MetadataEditor<?> editor)voidMetadataPerspective. setActiveEditor(MetadataEditor<?> editor)voidMetadataPerspective. updateEditor(MetadataEditor<?> editor) -
Uses of MetadataEditor in org.apache.hop.ui.partition
Subclasses of MetadataEditor in org.apache.hop.ui.partition Modifier and Type Class Description classPartitionSchemaEditorDialog that allows you to edit the settings of the partition schema -
Uses of MetadataEditor in org.apache.hop.ui.pipeline.config
Subclasses of MetadataEditor in org.apache.hop.ui.pipeline.config Modifier and Type Class Description classPipelineRunConfigurationEditor -
Uses of MetadataEditor in org.apache.hop.ui.server
Subclasses of MetadataEditor in org.apache.hop.ui.server Modifier and Type Class Description classHopServerEditorEditor that allows you to edit the settings of the Hop server -
Uses of MetadataEditor in org.apache.hop.ui.workflow.config
Subclasses of MetadataEditor in org.apache.hop.ui.workflow.config Modifier and Type Class Description classWorkflowRunConfigurationEditor -
Uses of MetadataEditor in org.apache.hop.ui.www.service
Subclasses of MetadataEditor in org.apache.hop.ui.www.service Modifier and Type Class Description classWebServiceEditorEditor that allows you to change Web Service metadata
-