Uses of Class
org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel

Packages that use VerticallyScrollablePanel
org.openstreetmap.josm.gui.oauth   
org.openstreetmap.josm.gui.preferences   
org.openstreetmap.josm.gui.preferences.plugin   
org.openstreetmap.josm.gui.preferences.server   
org.openstreetmap.josm.gui.widgets   
 

Uses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.oauth
 

Subclasses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.oauth
 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
 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.
 

Methods in org.openstreetmap.josm.gui.oauth that return VerticallyScrollablePanel
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
 

Uses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.preferences
 

Methods in org.openstreetmap.josm.gui.preferences with parameters of type VerticallyScrollablePanel
protected  javax.swing.JScrollPane ServerAccessPreference.wrapVerticallyScrollablePanel(VerticallyScrollablePanel panel)
          Embeds a vertically scrollable panel in a JScrollPane
 

Uses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.preferences.plugin
 

Subclasses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.preferences.plugin
 class PluginListPanel
           
 

Uses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.preferences.server
 

Subclasses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.preferences.server
 class AuthenticationPreferencesPanel
          This is the preference panel for the authentication method and the authentication parameters.
 class ProxyPreferencesPanel
           
 

Uses of VerticallyScrollablePanel in org.openstreetmap.josm.gui.widgets
 

Methods in org.openstreetmap.josm.gui.widgets with parameters of type VerticallyScrollablePanel
static javax.swing.JScrollPane VerticallyScrollablePanel.embed(VerticallyScrollablePanel panel)
           
 



JOSM