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 InputDialogTypeReturns 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 BooleanCheckPointBox.getCheckPointFlag(InputDialogType type, String name) static voidCheckPointBox.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)