Package org.apache.hop.ui.core.metadata
Class MetadataEditorDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.core.metadata.MetadataEditorDialog
-
- All Implemented Interfaces:
IMetadataDialog
public class MetadataEditorDialog extends org.eclipse.swt.widgets.Dialog implements IMetadataDialog
-
-
Constructor Summary
Constructors Constructor Description MetadataEditorDialog(org.eclipse.swt.widgets.Shell parent, MetadataEditor<?> editor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcancel()voiddispose()protected voidok()Stringopen()Open the dialog and return the name of the metadata object.
-
-
-
Constructor Detail
-
MetadataEditorDialog
public MetadataEditorDialog(org.eclipse.swt.widgets.Shell parent, MetadataEditor<?> editor)
-
-
Method Detail
-
open
public String open()
Description copied from interface:IMetadataDialogOpen the dialog and return the name of the metadata object.- Specified by:
openin interfaceIMetadataDialog- Returns:
- The name of the metadata object or null if canceled/closed.
-
cancel
protected void cancel()
-
ok
protected void ok()
-
dispose
public void dispose()
-
-