Uses of Class
org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel
-
Packages that use VerticallyScrollablePanel 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. -
-
Uses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.oauth
Subclasses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.oauth Modifier and Type Class 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 URLclass
FullyAutomaticAuthorizationUI
This is a 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
Panel letting the user choose from a detailed list of privileges that will be requested for the OAuth token.Methods in org.openstreetmap.josm.gui.oauth that return VerticallyScrollablePanel Modifier and Type Method Description protected VerticallyScrollablePanel
FullyAutomaticAuthorizationUI. buildGrantsPanel()
Builds the panel with the three privileges the user can grant JOSMprotected VerticallyScrollablePanel
FullyAutomaticAuthorizationUI. buildUserNamePasswordPanel()
Builds the panel for entering the username and password -
Uses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.preferences.display
Fields in org.openstreetmap.josm.gui.preferences.display declared as VerticallyScrollablePanel Modifier and Type Field Description (package private) VerticallyScrollablePanel
LafPreference. panel
-
Uses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.preferences.plugin
Subclasses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.preferences.plugin Modifier and Type Class Description class
PluginListPanel
A panel displaying the list of known plugins. -
Uses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.preferences.projection
Fields in org.openstreetmap.josm.gui.preferences.projection declared as VerticallyScrollablePanel Modifier and Type Field Description private VerticallyScrollablePanel
ProjectionPreference. projPanel
This is the panel holding all projection preferences -
Uses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.preferences.server
Subclasses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.preferences.server Modifier and Type Class Description class
AuthenticationPreferencesPanel
This is the preference panel for the authentication method and the authentication parameters.class
ProxyPreferencesPanel
Component allowing input of proxy settings.
-