Uses of Enum Class
View.includes.TextPrompt.Show
Packages that use TextPrompt.Show
Package
Description
This package contains the View classes for the application, including various user interfaces
and graphical components.
-
Uses of TextPrompt.Show in View.includes
Fields in View.includes declared as TextPrompt.ShowModifier and TypeFieldDescriptionprivate TextPrompt.Show
TextPrompt.show
The `show` field is of the `Show` enum type and controls when the prompt is displayed.Methods in View.includes 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 View.includes 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 View.includes with parameters of type TextPrompt.ShowModifierConstructorDescriptionTextPrompt
(String text, JTextComponent component, TextPrompt.Show show) Constructs a `TextPrompt` with the specified text, text component, and show behavior.