Modifier and Type | Class and Description |
---|---|
class |
StyleSource |
Modifier and Type | Method and Description |
---|---|
static void |
MapPaintStyles.addStyle(SourceEntry entry) |
private static StyleSource |
MapPaintStyles.fromSourceEntry(SourceEntry entry) |
Constructor and Description |
---|
StyleSource(SourceEntry entry) |
Modifier and Type | Class and Description |
---|---|
class |
MapCSSStyleSource |
Constructor and Description |
---|
MapCSSStyleSource(SourceEntry entry) |
Modifier and Type | Class and Description |
---|---|
class |
XmlStyleSource |
Constructor and Description |
---|
XmlStyleSource(SourceEntry entry) |
Modifier and Type | Class and Description |
---|---|
static class |
SourceEditor.ExtendedSourceEntry |
Modifier and Type | Field and Description |
---|---|
private List<SourceEntry> |
SourceEditor.ActiveSourcesModel.data |
Modifier and Type | Method and Description |
---|---|
abstract SourceEntry |
SourceEditor.SourcePrefHelper.deserialize(Map<String,String> entryStr) |
Modifier and Type | Method and Description |
---|---|
List<SourceEntry> |
SourceEditor.SourcePrefHelper.get() |
Collection<SourceEntry> |
SourceEditor.getActiveSources() |
abstract Collection<? extends SourceEntry> |
SourceEditor.getInitialSourcesList()
Load the list of source entries that the user has configured.
|
Collection<SourceEntry> |
SourceProvider.getSources() |
List<SourceEntry> |
SourceEditor.ActiveSourcesModel.getSources() |
Modifier and Type | Method and Description |
---|---|
void |
SourceEditor.ActiveSourcesModel.addSource(SourceEntry entry) |
private String |
SourceEditor.SourceEntryTableCellRenderer.fromSourceEntry(SourceEntry entry) |
abstract Map<String,String> |
SourceEditor.SourcePrefHelper.serialize(SourceEntry entry) |
Modifier and Type | Method and Description |
---|---|
boolean |
SourceEditor.SourcePrefHelper.put(Collection<? extends SourceEntry> entries) |
void |
SourceEditor.ActiveSourcesModel.setActiveSources(Collection<? extends SourceEntry> sources) |
Constructor and Description |
---|
EditSourceEntryDialog(Component parent,
String title,
SourceEntry e) |
SourceEntry(SourceEntry e) |
Modifier and Type | Method and Description |
---|---|
SourceEntry |
TaggingPresetPreference.PresetPrefHelper.deserialize(Map<String,String> s) |
SourceEntry |
MapPaintPreference.MapPaintPrefHelper.deserialize(Map<String,String> s) |
Modifier and Type | Method and Description |
---|---|
List<SourceEntry> |
MapPaintPreference.MapPaintPrefHelper.get() |
Collection<? extends SourceEntry> |
TaggingPresetPreference.TaggingPresetSourceEditor.getInitialSourcesList() |
Collection<? extends SourceEntry> |
MapPaintPreference.MapPaintSourceEditor.getInitialSourcesList() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
TaggingPresetPreference.PresetPrefHelper.serialize(SourceEntry entry) |
Map<String,String> |
MapPaintPreference.MapPaintPrefHelper.serialize(SourceEntry entry) |
Modifier and Type | Method and Description |
---|---|
private boolean |
MapPaintPreference.MapPaintPrefHelper.insertNewDefaults(List<SourceEntry> list)
If the selection of default styles changes in future releases, add
the new entries to the user-configured list.
|