Ignore:
Timestamp:
2009-11-24T10:45:04+01:00 (15 years ago)
Author:
stoecker
Message:

i18n updated, fixed files to reduce problems when applying patches, fix #4017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TagCellRenderer.java

    r2040 r2512  
    1717import javax.swing.table.TableCellRenderer;
    1818
    19 
    2019/**
    2120 * This is the table cell renderer for cells for the table of tags
    2221 * in the tag editor dialog.
    23  * 
     22 *
    2423 *
    2524 */
     
    4948     * renders the name of a tag in the second column of
    5049     * the table
    51      * 
     50     *
    5251     * @param tag  the tag
    5352     */
     
    5958     * renders the value of a a tag in the third column of
    6059     * the table
    61      * 
     60     *
    6261     * @param tag  the  tag
    6362     */
     
    7271        }
    7372    }
    74 
    75 
    7673
    7774    /**
     
    9390     * displays the tag which is suggested by the currently selected
    9491     * preset.
    95      * 
     92     *
    9693     * @param tagModel the tag model
    9794     * @param model the tag editor model
     
    10198    }
    10299
    103 
    104100    /**
    105101     * replies the cell renderer component for a specific cell
    106      * 
     102     *
    107103     * @param table  the table
    108104     * @param value the value to be rendered
     
    111107     * @param rowIndex the row index
    112108     * @param vColIndex the column index
    113      * 
     109     *
    114110     * @return the renderer component
    115111     */
     
    125121            renderBackgroundColor(getModel(table).get(rowIndex), getModel(table));
    126122        }
    127 
    128123
    129124        switch(vColIndex) {
Note: See TracChangeset for help on using the changeset viewer.