Package org.pentaho.di.ui.core.dialog
Class EnterOptionsDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.core.dialog.EnterOptionsDialog
-
public class EnterOptionsDialog extends org.eclipse.swt.widgets.Dialog
Allows you to set the configurable options for the Kettle environment- Since:
- 15-12-2003
- Author:
- Matt
-
-
Constructor Summary
Constructors Constructor Description EnterOptionsDialog(org.eclipse.swt.widgets.Shell parent)
EnterOptionsDialog(org.eclipse.swt.widgets.Shell parent, PropsUI props)
Deprecated.Use CT without props parameter instead
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
getData()
org.pentaho.di.core.Props
open()
-
-
-
Constructor Detail
-
EnterOptionsDialog
@Deprecated public EnterOptionsDialog(org.eclipse.swt.widgets.Shell parent, PropsUI props)
Deprecated.Use CT without props parameter instead
-
EnterOptionsDialog
public EnterOptionsDialog(org.eclipse.swt.widgets.Shell parent)
-
-