Uses of Class
adams.gui.core.GUIHelper.InputDialogMultiValueSelection
-
Packages that use GUIHelper.InputDialogMultiValueSelection Package Description adams.gui.core -
-
Uses of GUIHelper.InputDialogMultiValueSelection in adams.gui.core
Methods in adams.gui.core that return GUIHelper.InputDialogMultiValueSelection Modifier and Type Method Description static GUIHelper.InputDialogMultiValueSelection
GUIHelper.InputDialogMultiValueSelection. valueOf(String name)
Returns the enum constant of this type with the specified name.static GUIHelper.InputDialogMultiValueSelection[]
GUIHelper.InputDialogMultiValueSelection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.core with parameters of type GUIHelper.InputDialogMultiValueSelection Modifier and Type Method Description static String
GUIHelper. showInputDialog(Component parent, String msg, String initial, String[] options, GUIHelper.InputDialogMultiValueSelection view, String title)
A simple dialog for entering a string.static String
GUIHelper. showInputDialog(Component parent, String msg, String initial, String[] options, GUIHelper.InputDialogMultiValueSelection view, String title, GUIHelper.DialogCommunication comm)
A simple dialog for entering a string.
-