Package org.apache.hop.ui.core.dialog
Class EnterOrderedListDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.core.dialog.EnterOrderedListDialog
-
public class EnterOrderedListDialog extends org.eclipse.swt.widgets.DialogThis dialogs allows you to select a ordered number of items from a list of strings.
-
-
Field Summary
Fields Modifier and Type Field Description static intLARGE_MARGIN
-
Constructor Summary
Constructors Constructor Description EnterOrderedListDialog(org.eclipse.swt.widgets.Shell parent, int style, String[] input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToSelection(String... elements)voiddispose()voidok()String[]open()voidremoveFromSelection(String... elements)protected voidupdate()protected voidupdateButton()
-
-
-
Field Detail
-
LARGE_MARGIN
public static final int LARGE_MARGIN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EnterOrderedListDialog
public EnterOrderedListDialog(org.eclipse.swt.widgets.Shell parent, int style, String[] input)
-
-
Method Detail
-
open
public String[] open()
-
update
protected void update()
-
updateButton
protected void updateButton()
-
addToSelection
public void addToSelection(String... elements)
-
removeFromSelection
public void removeFromSelection(String... elements)
-
dispose
public void dispose()
-
ok
public void ok()
-
-