source: josm/trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPresetSeparator.java@ 7153

Last change on this file since 7153 was 6198, checked in by Don-vip, 11 years ago

fix #9019, fix #9020 - add new item_separator element in presets + update doc (modified patch by skyper)

  • Property svn:eol-style set to native
File size: 315 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.tagging;
3
4/**
5 * Class used to represent a {@link javax.swing.JSeparator} inside tagging preset menu.
6 * @since 895
7 */
8public class TaggingPresetSeparator extends TaggingPreset {
9 @Override
10 public void setDisplayName() {}
11}
Note: See TracBrowser for help on using the repository browser.