Package | Description |
---|---|
org.openstreetmap.josm.gui.bbox | |
org.openstreetmap.josm.gui.dialogs.changeset.query | |
org.openstreetmap.josm.gui.oauth | |
org.openstreetmap.josm.gui.preferences.server |
Provides classes for handling connection preferences, including server authentication and proxy settings.
|
org.openstreetmap.josm.gui.widgets |
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 |
---|---|
private static class |
AdvancedChangesetQueryPanel.DateValidator
Validates dates entered as text in a
JTextComponent . |
private static class |
AdvancedChangesetQueryPanel.TimeValidator
Validates time values entered as text in a
JTextComponent . |
private static class |
AdvancedChangesetQueryPanel.UidInputFieldValidator
Validator for user ids entered in a
JTextComponent . |
private static class |
AdvancedChangesetQueryPanel.UserNameInputValidator |
Modifier and Type | Class and Description |
---|---|
private static class |
FullyAutomaticAuthorizationUI.PasswordValidator |
private static class |
FullyAutomaticAuthorizationUI.UserNameValidator |
private static class |
FullyAutomaticPropertiesPanel.UserNameValidator |
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 . |
static class |
OsmIdTextField.OsmIdValidator
Validator for an OSM primitive ID entered in a
JTextComponent . |
Modifier and Type | Field and Description |
---|---|
protected T |
AbstractIdTextField.validator |