Ignore:
Timestamp:
2017-10-12T16:02:15+02:00 (7 years ago)
Author:
bastiK
Message:

see #15410 - change preferences scheme for named colors - makes runtime color name registry obsolete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/spi/preferences/IPreferences.java

    r12881 r12987  
    55import java.util.List;
    66import java.util.Map;
     7import java.util.Set;
    78
    89/**
     
    234235    boolean putListOfMaps(String key, List<Map<String, String>> value);
    235236
     237    /**
     238     * Get the set of all keys that are mapped to a value in this preferences.
     239     * @return the set of all keys
     240     */
     241    Set<String> getKeySet();
    236242}
Note: See TracChangeset for help on using the changeset viewer.