Uses of Enum Class
com.ganteater.ae.desktop.ui.TextPrompt.Show
Packages that use TextPrompt.Show
-
Uses of TextPrompt.Show in com.ganteater.ae.desktop.ui
Methods in com.ganteater.ae.desktop.ui that return TextPrompt.ShowModifier and TypeMethodDescriptionTextPrompt.getShow()
Get the Show propertystatic TextPrompt.Show
Returns the enum constant of this class with the specified name.static TextPrompt.Show[]
TextPrompt.Show.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ganteater.ae.desktop.ui with parameters of type TextPrompt.ShowModifier and TypeMethodDescriptionvoid
TextPrompt.setShow
(TextPrompt.Show show) Set the prompt Show property to control when the promt is shown.Constructors in com.ganteater.ae.desktop.ui with parameters of type TextPrompt.ShowModifierConstructorDescriptionTextPrompt
(String text, JTextComponent component, TextPrompt.Show show)