Uses of Class
org.openstreetmap.josm.gui.widgets.DefaultTextComponentValidator
-
Packages that use DefaultTextComponentValidator Package Description org.openstreetmap.josm.gui.oauth Provides GUI classes for handling OAuth authentication to OSM API.org.openstreetmap.josm.gui.preferences.server Provides classes for handling connection preferences, including server authentication and proxy settings. -
-
Uses of DefaultTextComponentValidator in org.openstreetmap.josm.gui.oauth
Subclasses of DefaultTextComponentValidator in org.openstreetmap.josm.gui.oauth Modifier and Type Class Description (package private) static class
FullyAutomaticAuthorizationUI.PasswordValidator
private static class
ManualAuthorizationUI.AccessTokenKeyValidator
private static class
ManualAuthorizationUI.AccessTokenSecretValidator
-
Uses of DefaultTextComponentValidator in org.openstreetmap.josm.gui.preferences.server
Subclasses of DefaultTextComponentValidator in org.openstreetmap.josm.gui.preferences.server Modifier and Type Class Description class
UserNameValidator
Validator for OSM username.
-