Uses of Class
org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator
-
Packages that use AbstractTextComponentValidator Package Description org.openstreetmap.josm.gui.bbox Provides GUI classes for displaying a customizable and interactive bounding box.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.dialogs.changeset.query Provides classes allowing to query changesets to the OSM API.org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).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.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.bbox
Subclasses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.bbox Modifier and Type Class Description private static class
TileSelectionBBoxChooser.TileAddressValidator
Validates a tile addressprivate static class
TileSelectionBBoxChooser.TileCoordinateValidator
Validates the x- or y-coordinate of a tile at a given zoom level. -
Uses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.dialogs
Subclasses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.dialogs Modifier and Type Class Description private class
LatLonDialog.EastNorthValidator
private class
LatLonDialog.LatLonValidator
-
Uses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.dialogs.changeset.query
Subclasses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.dialogs.changeset.query Modifier and Type Class Description class
DateValidator
Validates dates entered as text in aJTextComponent
.class
TimeValidator
Validates time values entered as text in aJTextComponent
.class
UidInputFieldValidator
Validator for user ids entered in aJTextComponent
. -
Uses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download declared as AbstractTextComponentValidator Modifier and Type Field Description private AbstractTextComponentValidator
UserQueryList.EditItemDialog. nameValidator
private AbstractTextComponentValidator
UserQueryList.EditItemDialog. queryValidator
-
Uses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.io
Subclasses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.io Modifier and Type Class Description (package private) class
UploadStrategySelectionPanel.ChunkSizeValidator
(package private) class
UploadTextComponentValidator
Input validators forUploadDialog
(package private) static class
UploadTextComponentValidator.UploadAreaValidator
Validator for the changeset area(package private) static class
UploadTextComponentValidator.UploadCommentValidator
Validator for the changesetcomment
tag(package private) static class
UploadTextComponentValidator.UploadSourceValidator
Validator for the changesetsource
tag -
Uses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.oauth
Subclasses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.oauth Modifier and Type Class Description private static class
ManualAuthorizationUI.AccessTokenKeyValidator
-
Uses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.preferences.server
Subclasses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.preferences.server Modifier and Type Class Description private static class
OsmApiUrlInputPanel.ApiUrlValidator
class
UserNameValidator
Validator for OSM username. -
Uses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.widgets
Classes in org.openstreetmap.josm.gui.widgets with type parameters of type AbstractTextComponentValidator Modifier and Type Class Description class
AbstractIdTextField<T extends AbstractTextComponentValidator>
An abstract class for ID text fields.Subclasses of AbstractTextComponentValidator in org.openstreetmap.josm.gui.widgets Modifier and Type Class Description private static class
BoundingBoxSelectionPanel.LatitudeValidator
private static class
BoundingBoxSelectionPanel.LongitudeValidator
static class
ChangesetIdTextField.ChangesetIdValidator
Validator for a changeset ID entered in aJTextComponent
.class
DefaultTextComponentValidator
Default text component validator that only checks that an input field is not empty.static class
OsmIdTextField.OsmIdValidator
Validator for an OSM primitive ID entered in aJTextComponent
.Fields in org.openstreetmap.josm.gui.widgets declared as AbstractTextComponentValidator Modifier and Type Field Description protected T
AbstractIdTextField. validator
-