source: josm/trunk/src/org/openstreetmap/josm/gui/help/Helpful.java@ 2252

Last change on this file since 2252 was 2252, checked in by Gubaer, 15 years ago

Refactored JOSM help system, slightly extended
Fixed problem with new internal representation of nodes as array (in Way)

File size: 149 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.help;
3
4public interface Helpful {
5 String helpTopic();
6}
Note: See TracBrowser for help on using the repository browser.