Interface ITransformDialog
-
public interface ITransformDialogThis interface is used to launch Transform Dialogs. All dialogs that implement this simple interface can be opened by HopGui.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDisposed()Stringopen()Opens a transform dialog window.voidsetActive()Brings the dialog to the front if the dialog is already open.voidsetMetadataProvider(IHopMetadataProvider metadataProvider)void populateComposite( Composite parent);
-
-
-
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.
-
-