Uses of Enum
com.ganteater.ae.desktop.InputDialogType
Packages that use InputDialogType
Package
Description
Swing-based desktop front end for Anteater Engine (AE).
Swing-based desktop user interface for Anteater Engine (AE).
-
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 type with the specified name.static InputDialogType[]InputDialogType.values()Returns an array containing the constants of this enum type, 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)