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 classTileSelectionBBoxChooser.TileAddressValidatorValidates a tile addressprivate static classTileSelectionBBoxChooser.TileCoordinateValidatorValidates 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 classLatLonDialog.EastNorthValidatorprivate classLatLonDialog.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 classDateValidatorValidates dates entered as text in aJTextComponent.classTimeValidatorValidates time values entered as text in aJTextComponent.classUidInputFieldValidatorValidator 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 AbstractTextComponentValidatorUserQueryList.EditItemDialog. nameValidatorprivate AbstractTextComponentValidatorUserQueryList.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) classUploadStrategySelectionPanel.ChunkSizeValidator(package private) classUploadTextComponentValidatorInput validators forUploadDialog(package private) static classUploadTextComponentValidator.UploadAreaValidatorValidator for the changeset area(package private) static classUploadTextComponentValidator.UploadCommentValidatorValidator for the changesetcommenttag(package private) static classUploadTextComponentValidator.UploadSourceValidatorValidator for the changesetsourcetag -
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 classManualAuthorizationUI.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 classOsmApiUrlInputPanel.ApiUrlValidatorclassUserNameValidatorValidator 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 classAbstractIdTextField<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 classBoundingBoxSelectionPanel.LatitudeValidatorprivate static classBoundingBoxSelectionPanel.LongitudeValidatorstatic classChangesetIdTextField.ChangesetIdValidatorValidator for a changeset ID entered in aJTextComponent.classDefaultTextComponentValidatorDefault text component validator that only checks that an input field is not empty.static classOsmIdTextField.OsmIdValidatorValidator for an OSM primitive ID entered in aJTextComponent.Fields in org.openstreetmap.josm.gui.widgets declared as AbstractTextComponentValidator Modifier and Type Field Description protected TAbstractIdTextField. validator
-