Package org.apache.hop.ui.core.dialog
Class EnterListDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.core.dialog.EnterListDialog
-
public class EnterListDialog extends org.eclipse.swt.widgets.DialogThis dialogs allows you to select a number of items from a list of strings.
-
-
Constructor Summary
Constructors Constructor Description EnterListDialog(org.eclipse.swt.widgets.Shell parent, int style, String[] input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToDestination(String string)voidaddToSelection(String[] string)voidcancel()voiddelFromDestination(String string)voiddelFromSelection(String[] string)voiddispose()voidgetData()voidok()String[]open()
-
-
-
Constructor Detail
-
EnterListDialog
public EnterListDialog(org.eclipse.swt.widgets.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()
-
ok
public void ok()
-
cancel
public void cancel()
-
-