Package | Description |
---|---|
org.openstreetmap.josm.gui.preferences |
Provides generic classes for handling JOSM preferences.
|
org.openstreetmap.josm.gui.preferences.map |
Provides classes for handling map preferences.
|
org.openstreetmap.josm.gui.preferences.validator |
Provides classes for handling validator preferences.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<SourceEditor.ExtendedSourceEntry> |
SourceEditor.AvailableSourcesListModel.data |
protected javax.swing.JList<SourceEditor.ExtendedSourceEntry> |
SourceEditor.lstAvailableSources |
private java.util.List<SourceEditor.ExtendedSourceEntry> |
SourceEditor.SourceLoader.sources |
Modifier and Type | Method and Description |
---|---|
SourceEditor.ExtendedSourceEntry |
SourceEditor.AvailableSourcesListModel.getElementAt(int index) |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<SourceEditor.ExtendedSourceEntry> |
SourceEditor.getDefault()
Get the default list of entries (used when resetting the list).
|
abstract java.util.Collection<SourceEditor.ExtendedSourceEntry> |
SourceEditor.SourcePrefHelper.getDefault()
Returns the default sources provided by JOSM core.
|
java.util.List<SourceEditor.ExtendedSourceEntry> |
SourceEditor.AvailableSourcesListModel.getSelected() |
Modifier and Type | Method and Description |
---|---|
int |
SourceEditor.ExtendedSourceEntry.compareTo(SourceEditor.ExtendedSourceEntry o) |
java.awt.Component |
SourceEditor.SourceEntryListCellRenderer.getListCellRendererComponent(javax.swing.JList<? extends SourceEditor.ExtendedSourceEntry> list,
SourceEditor.ExtendedSourceEntry value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
void |
SourceEditor.ActiveSourcesModel.addExtendedSourceEntries(java.util.List<SourceEditor.ExtendedSourceEntry> sources) |
java.awt.Component |
SourceEditor.SourceEntryListCellRenderer.getListCellRendererComponent(javax.swing.JList<? extends SourceEditor.ExtendedSourceEntry> list,
SourceEditor.ExtendedSourceEntry value,
int index,
boolean isSelected,
boolean cellHasFocus) |
void |
SourceEditor.AvailableSourcesListModel.setSources(java.util.List<SourceEditor.ExtendedSourceEntry> sources) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SourceEditor.ExtendedSourceEntry> |
TaggingPresetPreference.TaggingPresetSourceEditor.getDefault() |
java.util.Collection<SourceEditor.ExtendedSourceEntry> |
TaggingPresetPreference.PresetPrefHelper.getDefault() |
java.util.Collection<SourceEditor.ExtendedSourceEntry> |
MapPaintPreference.MapPaintSourceEditor.getDefault() |
java.util.Collection<SourceEditor.ExtendedSourceEntry> |
MapPaintPreference.MapPaintPrefHelper.getDefault() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SourceEditor.ExtendedSourceEntry> |
ValidatorTagCheckerRulesPreference.TagCheckerRulesSourceEditor.getDefault() |
java.util.Collection<SourceEditor.ExtendedSourceEntry> |
ValidatorTagCheckerRulesPreference.RulePrefHelper.getDefault() |
Modifier and Type | Method and Description |
---|---|
private void |
ValidatorTagCheckerRulesPreference.RulePrefHelper.addDefault(java.util.List<SourceEditor.ExtendedSourceEntry> defaults,
java.lang.String filename,
java.lang.String title,
java.lang.String description) |