- Timestamp:
- 2017-05-13T23:29:58+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/presets/TaggingPreset.java
r10849 r12142 33 33 34 34 import org.openstreetmap.josm.Main; 35 import org.openstreetmap.josm.actions.AdaptableAction; 35 36 import org.openstreetmap.josm.actions.search.SearchCompiler; 36 37 import org.openstreetmap.josm.actions.search.SearchCompiler.Match; … … 73 74 * @since 294 74 75 */ 75 public class TaggingPreset extends AbstractAction implements ActiveLayerChangeListener, Predicate<OsmPrimitive> {76 public class TaggingPreset extends AbstractAction implements ActiveLayerChangeListener, AdaptableAction, Predicate<OsmPrimitive> { 76 77 77 78 public static final int DIALOG_ANSWER_APPLY = 1;
Note:
See TracChangeset
for help on using the changeset viewer.