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

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

public class EnterListDialog
extends Dialog

This dialogs allows you to select a number of items from a list of strings.

Since:
21-10-2004
Author:
Matt

Constructor Summary
EnterListDialog(Shell parent, int style, LogWriter log, PropsUI props, String[] input)
          Deprecated. Use CT without log and props parameter
EnterListDialog(Shell parent, int style, String[] input)
           
 
Method Summary
 void addToDestination(String string)
           
 void addToSelection(String[] string)
           
 void delFromDestination(String string)
           
 void delFromSelection(String[] string)
           
 void dispose()
           
 void getData()
           
 void handleOK()
           
 String[] open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterListDialog

public EnterListDialog(Shell parent,
                       int style,
                       LogWriter log,
                       PropsUI props,
                       String[] input)
Deprecated. Use CT without log and props parameter


EnterListDialog

public EnterListDialog(Shell parent,
                       int style,
                       String[] input)
Method Detail

open

public String[] open()

getData

public void getData()

addToSelection

public void addToSelection(String[] string)

delFromSelection

public void delFromSelection(String[] string)

addToDestination

public void addToDestination(String string)

delFromDestination

public void delFromDestination(String string)

dispose

public void dispose()

handleOK

public void handleOK()