source: josm/trunk/src/org/openstreetmap/josm/gui/preferences/SourceProvider.java@ 6041

Last change on this file since 6041 was 4839, checked in by Don-vip, 12 years ago

Allow plugins to register custom map painting styles and tagging presets

File size: 222 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.preferences;
3
4import java.util.Collection;
5
6public interface SourceProvider {
7
8 public Collection<SourceEntry> getSources();
9}
Note: See TracBrowser for help on using the repository browser.