Uses of Enum Class
View.includes.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
Modifier and TypeFieldDescriptionprivate TextPrompt.Show
TextPrompt.show
The `show` field is of the `Show` enum type and controls when the prompt is displayed.Modifier 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.Modifier and TypeMethodDescriptionvoid
TextPrompt.setShow
(TextPrompt.Show show) Set the prompt Show property to control when the promt is shown.ModifierConstructorDescriptionTextPrompt
(String text, JTextComponent component, TextPrompt.Show show) Constructs a `TextPrompt` with the specified text, text component, and show behavior.