Package | Description |
---|---|
org.openstreetmap.josm.gui.bbox |
Provides GUI classes for displaying a customizable and interactive bounding box.
|
org.openstreetmap.josm.gui.dialogs.changeset.query |
Provides classes allowing to query changesets to the OSM API.
|
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.
|
Modifier and Type | Class and Description |
---|---|
private static class |
TileSelectionBBoxChooser.TileAddressValidator
Validates a tile address
|
private static class |
TileSelectionBBoxChooser.TileCoordinateValidator
Validates the x- or y-coordinate of a tile at a given zoom level.
|
Modifier and Type | Class and Description |
---|---|
class |
DateValidator
Validates dates entered as text in a
JTextComponent . |
class |
TimeValidator
Validates time values entered as text in a
JTextComponent . |
class |
UidInputFieldValidator
Validator for user ids entered in a
JTextComponent . |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
FullyAutomaticAuthorizationUI.PasswordValidator |
private static class |
ManualAuthorizationUI.AccessTokenKeyValidator |
private static class |
ManualAuthorizationUI.AccessTokenSecretValidator |
Modifier and Type | Class and Description |
---|---|
private static class |
OsmApiUrlInputPanel.ApiUrlValidator |
class |
UserNameValidator
Validator for OSM username.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdTextField<T extends AbstractTextComponentValidator>
An abstract class for ID text fields.
|
Modifier and Type | Class and Description |
---|---|
private static class |
BoundingBoxSelectionPanel.LatitudeValidator |
private static class |
BoundingBoxSelectionPanel.LongitudeValidator |
static class |
ChangesetIdTextField.ChangesetIdValidator
Validator for a changeset ID entered in a
JTextComponent . |
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 a
JTextComponent . |
Modifier and Type | Field and Description |
---|---|
protected T |
AbstractIdTextField.validator |