Uses of Enum
cn.lanink.gamecore.form.element.ResponseElementDialogButton.Mode
Packages that use ResponseElementDialogButton.Mode
-
Uses of ResponseElementDialogButton.Mode in cn.lanink.gamecore.form.element
Methods in cn.lanink.gamecore.form.element that return ResponseElementDialogButton.ModeModifier and TypeMethodDescriptionResponseElementDialogButton.getMode()Returns the enum constant of this type with the specified name.static ResponseElementDialogButton.Mode[]ResponseElementDialogButton.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.lanink.gamecore.form.element with parameters of type ResponseElementDialogButton.ModeModifier and TypeMethodDescriptionvoidResponseElementDialogButton.setMode(ResponseElementDialogButton.Mode mode) Constructors in cn.lanink.gamecore.form.element with parameters of type ResponseElementDialogButton.ModeModifierConstructorDescriptionResponseElementDialogButton(String name, String text, ResponseElementDialogButton.Mode mode) ResponseElementDialogButton(String name, String text, ResponseElementDialogButton.Mode mode, int type)