source: osm/applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/ButtonType.java@ 2936

Last change on this file since 2936 was 2936, checked in by christofd, 17 years ago

Initial import.

File size: 141 bytes
Line 
1/**
2 *
3 */
4package at.dallermassl.josm.plugin.surveyor;
5
6/**
7 * @author cdaller
8 *
9 */
10public enum ButtonType {
11 SINGLE,
12 TOGGLE
13}
Note: See TracBrowser for help on using the repository browser.