Ignore:
Timestamp:
2009-11-24T10:45:04+01:00 (14 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/conflict/tags/RelationMemberConflictResolverModel.java

    r2326 r2512  
    2222/**
    2323 * This model manages a list of conflicting relation members.
    24  * 
     24 *
    2525 * It can be used as {@see TableModel}.
    2626 *
     
    3939    private PropertyChangeSupport support;
    4040
    41 
    4241    /**
    4342     * Replies the current number of conflicts
    44      * 
     43     *
    4544     * @return the current number of conflicts
    4645     */
     
    5251     * Updates the current number of conflicts from list of decisions and emits
    5352     * a property change event if necessary.
    54      * 
     53     *
    5554     */
    5655    protected void updateNumConflicts() {
     
    120119     * Populates the model with the members of the relation <code>relation</code>
    121120     * referring to <code>primitive</code>.
    122      * 
     121     *
    123122     * @param relation the parent relation
    124123     * @param primitive the child primitive
     
    135134     * Populates the model with the relation members belonging to one of the relations in <code>relations</code>
    136135     * and referring to one of the primitives in <code>memberPrimitives</code>.
    137      * 
     136     *
    138137     * @param relations  the parent relations. Empty list assumed if null.
    139138     * @param memberPrimitives the child primitives. Empty list assumed if null.
     
    155154     * Populates the model with the relation members represented as a collection of
    156155     * {@see RelationToChildReference}s.
    157      * 
     156     *
    158157     * @param references the references. Empty list assumed if null.
    159158     */
     
    175174    /**
    176175     * Replies the decision at position <code>row</code>
    177      * 
     176     *
    178177     * @param row
    179178     * @return the decision at position <code>row</code>
     
    185184    /**
    186185     * Replies the number of decisions managed by this model
    187      * 
     186     *
    188187     * @return the number of decisions managed by this model
    189188     */
     
    195194     * Refreshes the model state. Invoke this method to trigger necessary change
    196195     * events after an update of the model data.
    197      * 
     196     *
    198197     */
    199198    public void refresh() {
     
    204203    /**
    205204     * Apply a role to all member managed by this model.
    206      * 
     205     *
    207206     * @param role the role. Empty string assumed if null.
    208207     */
     
    256255    /**
    257256     * Builds a collection of commands executing the decisions made in this model.
    258      * 
     257     *
    259258     * @param newPrimitive the primitive which members shall refer to if the
    260259     * decision is {@see RelationMemberConflictDecisionType#REPLACE}
     
    295294     * Replies the set of relations which have to be modified according
    296295     * to the decisions managed by this model.
    297      * 
     296     *
    298297     * @param newPrimitive the primitive which members shall refer to if the
    299298     * decision is {@see RelationMemberConflictDecisionType#REPLACE}
    300      * 
     299     *
    301300     * @return the set of relations which have to be modified according
    302301     * to the decisions managed by this model
Note: See TracChangeset for help on using the changeset viewer.