Interface ITransformDialog


  • public interface ITransformDialog
    This interface is used to launch Transform Dialogs. All dialogs that implement this simple interface can be opened by HopGui.
    • Method Detail

      • open

        String open()
        Opens a transform dialog window.
        Returns:
        the (potentially new) name of the transform
      • setActive

        void setActive()
        Brings the dialog to the front if the dialog is already open.
      • setMetadataProvider

        void setMetadataProvider​(IHopMetadataProvider metadataProvider)
        void populateComposite( Composite parent);

        /**

        Parameters:
        metadataProvider - The MetaStore to pass
      • isDisposed

        boolean isDisposed()
        Returns:
        true if the dialog is disposed.