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

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

public class KettlePropertiesFileDialog
extends Dialog

Allows the user to edit the kettle.properties file.

Author:
Matt

Constructor Summary
KettlePropertiesFileDialog(Shell parent, int style)
          Constructs a new dialog
 
Method Summary
 void dispose()
           
 void getData()
          Copy information from the meta-data input to the dialog fields.
 Map<String,String> open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KettlePropertiesFileDialog

public KettlePropertiesFileDialog(Shell parent,
                                  int style)
Constructs a new dialog

Parameters:
parent - The parent shell to link to
style - The style in which we want to draw this shell.
strings - The list of rows to change.
Method Detail

open

public Map<String,String> open()

dispose

public void dispose()

getData

public void getData()
Copy information from the meta-data input to the dialog fields.