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.StatusAbstractTextComponentValidator. statusMethods in org.openstreetmap.josm.gui.widgets that return AbstractTextComponentValidator.Status Modifier and Type Method Description static AbstractTextComponentValidator.StatusAbstractTextComponentValidator.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 voidAbstractTextComponentValidator. feedback(javax.swing.border.Border border, java.awt.Color background, java.lang.String tooltip, AbstractTextComponentValidator.Status status, java.lang.String msg)private booleanAbstractTextComponentValidator. hasChanged(java.lang.String msg, AbstractTextComponentValidator.Status status)
-