Uses of Class
org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI

Packages that use AbstractAuthorizationUI
org.openstreetmap.josm.gui.oauth   
 

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

Subclasses of AbstractAuthorizationUI in org.openstreetmap.josm.gui.oauth
 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 SemiAutomaticAuthorizationUI
          This is the UI for running a semic-automic authorisation procedure.
 

Methods in org.openstreetmap.josm.gui.oauth that return AbstractAuthorizationUI
protected  AbstractAuthorizationUI OAuthAuthorizationWizard.getCurrentAuthorisationUI()
           
 



JOSM