source: josm/trunk/src/org/openstreetmap/josm/gui/tagging/package-info.java@ 12042

Last change on this file since 12042 was 8863, checked in by Don-vip, 9 years ago

major code cleanup/refactoring of tagging presets: slay the monster TaggingPresetItems (60 Kb, 1600 lines) and extract all its internal classes to a new package gui.tagging.presets.items

  • Property svn:eol-style set to native
File size: 255 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Provides classes for handling edition of OSM tags: tag tables, tag editors.
5 * Autocompletion of tags and tagging presets are dealt with a subpackage.
6 */
7package org.openstreetmap.josm.gui.tagging;
Note: See TracBrowser for help on using the repository browser.