Package | Description |
---|---|
org.openstreetmap.josm.gui.preferences |
Provides generic classes for handling JOSM preferences.
|
Modifier and Type | Field and Description |
---|---|
protected SourceType |
SourceEditor.sourceType |
Modifier and Type | Method and Description |
---|---|
static SourceType |
SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceType[] |
SourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SourceEditor(SourceType sourceType,
String availableSourcesUrl,
List<SourceProvider> sourceProviders,
boolean handleIcons)
Constructs a new
SourceEditor . |