Package | Description |
---|---|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
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 |
Provides generic classes for handling JOSM preferences.
|
org.openstreetmap.josm.gui.preferences.server |
Provides classes for handling connection preferences, including server authentication and proxy settings.
|
Class and Description |
---|
ProxyPreferenceListener
Listener called when proxy settings are updated.
|
Class and Description |
---|
UserNameValidator
Validator for OSM username.
|
Class and Description |
---|
UserNameValidator
Validator for OSM username.
|
Class and Description |
---|
ServerAccessPreference
Connection preferences, including authentication and proxy sub-preferences.
|
Class and Description |
---|
AuthenticationPreferencesPanel
This is the preference panel for the authentication method and the authentication parameters.
|
BasicAuthenticationPreferencesPanel
The preferences panel for parameters necessary for the Basic Authentication Scheme.
|
FeaturesPanel
Preferences panel for OSM messages notifier.
|
OAuthAuthenticationPreferencesPanel
The preferences panel for the OAuth preferences.
|
OAuthAuthenticationPreferencesPanel.AlreadyAuthorisedPanel
The preferences panel displayed if there is currently an AccessToken available.
|
OAuthAuthenticationPreferencesPanel.AuthoriseNowAction
Action to authorise the current user
|
OAuthAuthenticationPreferencesPanel.NotYetAuthorisedPanel
The preferences panel displayed if there is currently no Access Token available.
|
OsmApiUrlInputPanel
Component allowing input os OSM API URL.
|
OsmApiUrlInputPanel.ApiUrlPropagator |
OsmApiUrlInputPanel.ApiUrlValidator |
ProxyPreferenceListener
Listener called when proxy settings are updated.
|
ProxyPreferencesPanel
Component allowing input of proxy settings.
|