Ignore:
Timestamp:
07/08/09 19:14:32 (15 years ago)
Author:
wmerlotto
Message:

Ticket #554 - Melhorias na sincronizacao de eventos, contatos e adaptacao para Funambol 7.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/psync/src/main/java/br/com/prognus/psync/admin/PIMSyncSourceConfigPanel.java

    r1009 r1103  
    167167        /** 
    168168         * Set preferredSize of the panel 
    169          *  
     169         * 
    170170         * @return preferredSize of the panel 
    171171         */ 
     
    179179         * Checks if the values provided by the user are all valid. If they are, the 
    180180         * method ends regularly. 
    181          *  
     181         * 
    182182         * @throws IllegalArgumentException 
    183183         *             if name, uri, type or directory are empty (null or 
     
    236236        /** 
    237237         * Checks whether a SIF content type is selected. 
    238          *  
     238         * 
    239239         * @return true if in the combo box the selected string starts with "SIF" 
    240240         */ 
     
    249249        /** 
    250250         * Adds extra components just above the confirm button. 
    251          *  
     251         * 
    252252         * @param x 
    253253         *            horizontal position 
     
    268268        /** 
    269269         * Returns the panel name 
    270          *  
     270         * 
    271271         * @return the panel name 
    272272         */ 
     
    277277        /** 
    278278         * Returns the available types 
    279          *  
     279         * 
    280280         * @return the available types; 
    281281         */ 
     
    284284        /** 
    285285         * Returns the type to select based on the given syncsource 
    286          *  
     286         * 
    287287         * @return the type to select based on the given syncsource 
    288288         */ 
     
    292292         * Sets the source info of the given syncsource based on the given 
    293293         * selectedType 
    294          *  
     294         * 
    295295         * @param syncSource 
    296296         *            the source 
     
    305305        /** 
    306306         * Creates the panel's components and layout. 
    307          *  
     307         * 
    308308         * @todo adjust layout 
    309309         */ 
Note: See TracChangeset for help on using the changeset viewer.