org.pentaho.di.ui.core.dialog
Class EnterOptionsDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.core.dialog.EnterOptionsDialog

public class EnterOptionsDialog
extends Dialog

Allows you to set the configurable options for the Kettle environment

Since:
15-12-2003
Author:
Matt

Constructor Summary
EnterOptionsDialog(Shell parent)
           
EnterOptionsDialog(Shell parent, PropsUI props)
          Deprecated. Use CT without props parameter instead
 
Method Summary
 void dispose()
           
 void getData()
           
 Props open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterOptionsDialog

public EnterOptionsDialog(Shell parent,
                          PropsUI props)
Deprecated. Use CT without props parameter instead


EnterOptionsDialog

public EnterOptionsDialog(Shell parent)
Method Detail

open

public Props open()

dispose

public void dispose()

getData

public void getData()