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

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

public class EnterStringsDialog
extends Dialog

Shows a dialog that allows you to enter values for a number of strings.

Author:
Matt

Constructor Summary
EnterStringsDialog(Shell parent, int style, RowMetaAndData strings)
          Constructs a new dialog
 
Method Summary
 void dispose()
           
 void getData()
          Copy information from the meta-data input to the dialog fields.
 String getMessage()
           
 String getTitle()
           
 boolean isReadOnly()
           
 RowMetaAndData open()
           
 void setMessage(String message)
           
 void setReadOnly(boolean readOnly)
           
 void setShellImage(Image shellImage)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterStringsDialog

public EnterStringsDialog(Shell parent,
                          int style,
                          RowMetaAndData strings)
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 RowMetaAndData open()

dispose

public void dispose()

getData

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


isReadOnly

public boolean isReadOnly()
Returns:
Returns the readOnly.

setReadOnly

public void setReadOnly(boolean readOnly)
Parameters:
readOnly - The readOnly to set.

getMessage

public String getMessage()
Returns:
the message

setMessage

public void setMessage(String message)
Parameters:
message - the message to set

getTitle

public String getTitle()
Returns:
the title

setTitle

public void setTitle(String title)
Parameters:
title - the title to set

setShellImage

public void setShellImage(Image shellImage)
Parameters:
shellImage - the shellImage to set