Ignore:
Timestamp:
2010-09-15T08:21:16+02:00 (14 years ago)
Author:
stoecker
Message:

fix array preferences

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java

    r3083 r3530  
    5252 * This is an UI which supports a JOSM user to get an OAuth Access Token in a fully
    5353 * automatic process.
    54  * 
     54 *
    5555 */
    5656public class FullyAutomaticAuthorizationUI extends AbstractAuthorizationUI {
     
    6868    /**
    6969     * Builds the panel with the three privileges the user can grant JOSM
    70      * 
     70     *
    7171     * @return
    7272     */
     
    7878    /**
    7979     * Builds the panel for entering the username and password
    80      * 
     80     *
    8181     * @return
    8282     */
     
    203203    /**
    204204     * Builds the panel with the action button  for starting the authorisation
    205      * 
     205     *
    206206     * @return
    207207     */
     
    218218    /**
    219219     * Builds the panel which displays the generated Access Token.
    220      * 
     220     *
    221221     * @return
    222222     */
     
    274274     * Prepares the UI for the first step in the automatic process: entering the authentication
    275275     * and authorisation parameters.
    276      * 
     276     *
    277277     */
    278278    protected void prepareUIForEnteringRequest() {
     
    290290    /**
    291291     * Prepares the UI for the second step in the automatic process: displaying the access token
    292      * 
     292     *
    293293     */
    294294    protected void prepareUIForResultDisplay() {
Note: See TracChangeset for help on using the changeset viewer.