Uses of Enum Class
com.ganteater.ae.desktop.InputDialogType
Packages that use InputDialogType
-
Uses of InputDialogType in com.ganteater.ae.desktop
Methods in com.ganteater.ae.desktop that return InputDialogTypeModifier and TypeMethodDescriptionstatic InputDialogType
Returns the enum constant of this class with the specified name.static InputDialogType[]
InputDialogType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InputDialogType in com.ganteater.ae.desktop.ui
Fields in com.ganteater.ae.desktop.ui declared as InputDialogTypeMethods in com.ganteater.ae.desktop.ui with parameters of type InputDialogTypeModifier and TypeMethodDescriptionstatic Boolean
CheckPointBox.getCheckPointFlag
(InputDialogType type, String name) static void
CheckPointBox.setCheckPointFlag
(InputDialogType type, String name, boolean selected) Constructors in com.ganteater.ae.desktop.ui with parameters of type InputDialogTypeModifierConstructorDescriptionCheckPointBox
(String propertyName, String description, InputDialogType type)