Package org.apache.hop.ui.core.metadata
Interface IMetadataDialog
-
- All Known Implementing Classes:
MetadataEditorDialog
public interface IMetadataDialogThis interface indicates that the class can be used to edit metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringopen()Open the dialog and return the name of the metadata object.
-
-
-
Method Detail
-
open
String open()
Open the dialog and return the name of the metadata object.- Returns:
- The name of the metadata object or null if canceled/closed.
-
-