Uses of Class
org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator.Status
-
Packages that use AbstractTextComponentValidator.Status Package Description org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of AbstractTextComponentValidator.Status in org.openstreetmap.josm.gui.widgets
Fields in org.openstreetmap.josm.gui.widgets declared as AbstractTextComponentValidator.Status Modifier and Type Field Description private AbstractTextComponentValidator.Status
AbstractTextComponentValidator. status
Methods in org.openstreetmap.josm.gui.widgets that return AbstractTextComponentValidator.Status Modifier and Type Method Description static AbstractTextComponentValidator.Status
AbstractTextComponentValidator.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractTextComponentValidator.Status[]
AbstractTextComponentValidator.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.widgets with parameters of type AbstractTextComponentValidator.Status Modifier and Type Method Description private void
AbstractTextComponentValidator. feedback(javax.swing.border.Border border, java.awt.Color background, java.lang.String tooltip, AbstractTextComponentValidator.Status status, java.lang.String msg)
private boolean
AbstractTextComponentValidator. hasChanged(java.lang.String msg, AbstractTextComponentValidator.Status status)
-