Uses of Class
org.rspeer.commons.swing.Placeholder.Show
-
Packages that use Placeholder.Show Package Description org.rspeer.commons.swing -
-
Uses of Placeholder.Show in org.rspeer.commons.swing
Methods in org.rspeer.commons.swing that return Placeholder.Show Modifier and Type Method Description Placeholder.Show
Placeholder. getShow()
Get the Show propertystatic Placeholder.Show
Placeholder.Show. valueOf(String name)
Returns the enum constant of this type with the specified name.static Placeholder.Show[]
Placeholder.Show. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.commons.swing with parameters of type Placeholder.Show Modifier and Type Method Description void
Placeholder. setShow(Placeholder.Show show)
Set the prompt Show property to control when the prompt is shown.Constructors in org.rspeer.commons.swing with parameters of type Placeholder.Show Constructor Description Placeholder(String text, JTextComponent component, Placeholder.Show show)
-