Package | Description |
---|---|
org.openstreetmap.josm.gui.oauth |
Provides GUI classes for handling OAuth authentication to OSM API.
|
org.openstreetmap.josm.gui.preferences.display |
Provides classes for handling display preferences.
|
org.openstreetmap.josm.gui.preferences.plugin |
Provides classes for handling plugin preferences.
|
org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
org.openstreetmap.josm.gui.preferences.server |
Provides classes for handling connection preferences, including server authentication and proxy settings.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthorizationUI
This is the abstract base class for the three authorisation UIs.
|
class |
AdvancedOAuthPropertiesPanel
Panel allowing the user to setup advanced OAuth parameters:
Consumer key
Consumer secret
Request token URL
Access token URL
Authorize URL
OSM login URL
OSM logout URL
|
class |
FullyAutomaticAuthorizationUI
This is an UI which supports a JOSM user to get an OAuth Access Token in a fully
automatic process.
|
class |
ManualAuthorizationUI
This is an UI which supports a JOSM user to get an OAuth Access Token in a fully
manual process.
|
class |
OsmPrivilegesPanel |
class |
SemiAutomaticAuthorizationUI
This is the UI for running a semic-automic authorisation procedure.
|
Modifier and Type | Method and Description |
---|---|
protected VerticallyScrollablePanel |
FullyAutomaticAuthorizationUI.buildGrantsPanel()
Builds the panel with the three privileges the user can grant JOSM
|
protected VerticallyScrollablePanel |
FullyAutomaticAuthorizationUI.buildUserNamePasswordPanel()
Builds the panel for entering the username and password
|
Modifier and Type | Field and Description |
---|---|
(package private) VerticallyScrollablePanel |
LafPreference.panel |
Modifier and Type | Class and Description |
---|---|
class |
PluginListPanel
A panel displaying the list of known plugins.
|
Modifier and Type | Field and Description |
---|---|
private VerticallyScrollablePanel |
ProjectionPreference.projPanel
This is the panel holding all projection preferences
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationPreferencesPanel
This is the preference panel for the authentication method and the authentication
parameters.
|
class |
ProxyPreferencesPanel
Component allowing input of proxy settings.
|