Uses of Interface
org.openstreetmap.josm.gui.preferences.TabPreferenceSetting
-
Packages that use TabPreferenceSetting Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.gui.preferences.advanced Provides classes for handling advanced preferences.org.openstreetmap.josm.gui.preferences.audio Provides classes for handling audio preferences.org.openstreetmap.josm.gui.preferences.display Provides classes for handling display preferences.org.openstreetmap.josm.gui.preferences.imagery Provides classes for handling imagery preferences.org.openstreetmap.josm.gui.preferences.map Provides classes for handling map preferences.org.openstreetmap.josm.gui.preferences.plugin Provides classes for handling plugin preferences.org.openstreetmap.josm.gui.preferences.projection Provides classes for handling projection preferences.org.openstreetmap.josm.gui.preferences.remotecontrol Provides classes for handling Remote Control preferences.org.openstreetmap.josm.gui.preferences.server Provides classes for handling connection preferences, including server authentication and proxy settings.org.openstreetmap.josm.gui.preferences.shortcut Provides classes for handling shortcut preferences.org.openstreetmap.josm.gui.preferences.validator Provides classes for handling validator preferences. -
-
Uses of TabPreferenceSetting in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions with type parameters of type TabPreferenceSetting Modifier and Type Field Description private java.lang.Class<? extends TabPreferenceSetting>
PreferencesAction. tab
Method parameters in org.openstreetmap.josm.actions with type arguments of type TabPreferenceSetting Modifier and Type Method Description static PreferencesAction
PreferencesAction. forPreferenceTab(java.lang.String name, java.lang.String tooltip, java.lang.Class<? extends TabPreferenceSetting> tab)
Returns a newPreferenceAction
opening preferences dialog directly to the given tab, with default icon.static PreferencesAction
PreferencesAction. forPreferenceTab(java.lang.String name, java.lang.String tooltip, java.lang.Class<? extends TabPreferenceSetting> tab, java.lang.String icon)
Returns a newPreferenceAction
opening preferences dialog directly to the given tab, with custom icon.Constructor parameters in org.openstreetmap.josm.actions with type arguments of type TabPreferenceSetting Constructor Description PreferencesAction(java.lang.String name, java.lang.String icon, java.lang.String tooltip, java.lang.Class<? extends TabPreferenceSetting> tab, java.lang.Class<? extends SubPreferenceSetting> subTab)
-
Uses of TabPreferenceSetting in org.openstreetmap.josm.gui.preferences
Classes in org.openstreetmap.josm.gui.preferences that implement TabPreferenceSetting Modifier and Type Class Description class
DefaultTabPreferenceSetting
Abstract base class forTabPreferenceSetting
implementations.class
ExtensibleTabPreferenceSetting
Abstract base class forTabPreferenceSetting
implementations extensible solely by inner tabs.class
ToolbarPreferences.Settings
Toolbar preferences settings.Fields in org.openstreetmap.josm.gui.preferences declared as TabPreferenceSetting Modifier and Type Field Description private TabPreferenceSetting
PreferenceTabbedPane.PreferencePanel. preferenceSetting
private TabPreferenceSetting
PreferenceTabbedPane.PreferenceScrollPane. preferenceSetting
Fields in org.openstreetmap.josm.gui.preferences with type parameters of type TabPreferenceSetting Modifier and Type Field Description private static Pair<java.lang.Class<? extends TabPreferenceSetting>,java.lang.Class<? extends SubPreferenceSetting>>
PreferenceDialog. previouslySelected
Methods in org.openstreetmap.josm.gui.preferences that return TabPreferenceSetting Modifier and Type Method Description TabPreferenceSetting
PreferenceTabbedPane.PreferencePanel. getTabPreferenceSetting()
TabPreferenceSetting
PreferenceTabbedPane.PreferenceScrollPane. getTabPreferenceSetting()
TabPreferenceSetting
PreferenceTabbedPane.PreferenceTab. getTabPreferenceSetting()
TabPreferenceSetting
SubPreferenceSetting. getTabPreferenceSetting(PreferenceTabbedPane gui)
Returns the preference setting (displayed in the specified preferences tab pane) that contains this preference setting.Methods in org.openstreetmap.josm.gui.preferences that return types with arguments of type TabPreferenceSetting Modifier and Type Method Description Pair<java.lang.Class<? extends TabPreferenceSetting>,java.lang.Class<? extends SubPreferenceSetting>>
PreferenceTabbedPane. getSelectedTab()
Returns the currently selected preference and sub preference settingMethods in org.openstreetmap.josm.gui.preferences with parameters of type TabPreferenceSetting Modifier and Type Method Description private void
PreferenceTabbedPane. addGUITabsForSetting(javax.swing.Icon icon, TabPreferenceSetting tps, int maxWidth)
private void
PreferenceTabbedPane. addSubPreferenceSetting(TabPreferenceSetting preferenceSettings, SubPreferenceSetting sps)
PreferenceTabbedPane.PreferencePanel
PreferenceTabbedPane. createPreferenceTab(TabPreferenceSetting caller)
Construct a PreferencePanel for the preference settings.PreferenceTabbedPane.PreferencePanel
PreferenceTabbedPane. createPreferenceTab(TabPreferenceSetting caller, boolean inScrollPane)
Construct a PreferencePanel for the preference settings.private int
PreferenceTabbedPane. insertGUITabsForSetting(javax.swing.Icon icon, TabPreferenceSetting tps, int index, int maxWidth)
private void
PreferenceTabbedPane. insertGUITabsForSetting(javax.swing.Icon icon, TabPreferenceSetting tps, java.awt.Component component, int position, int maxWidth)
Method parameters in org.openstreetmap.josm.gui.preferences with type arguments of type TabPreferenceSetting Modifier and Type Method Description private java.util.OptionalInt
PreferenceTabbedPane. indexOfTab(java.util.function.Predicate<TabPreferenceSetting> predicate)
void
PreferenceDialog. selectPreferencesTabByClass(java.lang.Class<? extends TabPreferenceSetting> clazz)
Select preferences tab by class.private void
PreferenceTabbedPane. selectTabBy(java.util.function.Predicate<TabPreferenceSetting> predicate)
void
PreferenceTabbedPane. selectTabByPref(java.lang.Class<? extends TabPreferenceSetting> clazz)
Selects aTabPreferenceSetting
by classConstructors in org.openstreetmap.josm.gui.preferences with parameters of type TabPreferenceSetting Constructor Description PreferencePanel(TabPreferenceSetting preferenceSetting)
-
Uses of TabPreferenceSetting in org.openstreetmap.josm.gui.preferences.advanced
Classes in org.openstreetmap.josm.gui.preferences.advanced that implement TabPreferenceSetting Modifier and Type Class Description class
AdvancedPreference
Advanced preferences, allowing to set preference entries directly. -
Uses of TabPreferenceSetting in org.openstreetmap.josm.gui.preferences.audio
Classes in org.openstreetmap.josm.gui.preferences.audio that implement TabPreferenceSetting Modifier and Type Class Description class
AudioPreference
Audio preferences. -
Uses of TabPreferenceSetting in org.openstreetmap.josm.gui.preferences.display
Classes in org.openstreetmap.josm.gui.preferences.display that implement TabPreferenceSetting Modifier and Type Class Description class
ColorPreference
Color preferences.class
DisplayPreference
Display preferences (various settings that influence the visual representation of the whole program).class
DrawingPreference
"OSM Data" drawing preferences.class
GPXPreference
"GPS Points" drawing preferences.class
LanguagePreference
Language preferences.Methods in org.openstreetmap.josm.gui.preferences.display that return TabPreferenceSetting Modifier and Type Method Description TabPreferenceSetting
LafPreference. getTabPreferenceSetting(PreferenceTabbedPane gui)
-
Uses of TabPreferenceSetting in org.openstreetmap.josm.gui.preferences.imagery
Classes in org.openstreetmap.josm.gui.preferences.imagery that implement TabPreferenceSetting Modifier and Type Class Description class
ImageryPreference
Imagery preferences, including imagery providers, settings and offsets. -
Uses of TabPreferenceSetting in org.openstreetmap.josm.gui.preferences.map
Classes in org.openstreetmap.josm.gui.preferences.map that implement TabPreferenceSetting Modifier and Type Class Description class
BackupPreference
Preference settings for data layer autosave.class
MapPaintPreference
Preference settings for map paint styles.class
TaggingPresetPreference
Preference settings for tagging presets. -
Uses of TabPreferenceSetting in org.openstreetmap.josm.gui.preferences.plugin
Classes in org.openstreetmap.josm.gui.preferences.plugin that implement TabPreferenceSetting Modifier and Type Class Description class
PluginPreference
Preference settings for plugins. -
Uses of TabPreferenceSetting in org.openstreetmap.josm.gui.preferences.projection
Classes in org.openstreetmap.josm.gui.preferences.projection that implement TabPreferenceSetting Modifier and Type Class Description class
ProjectionPreference
Projection preferences. -
Uses of TabPreferenceSetting in org.openstreetmap.josm.gui.preferences.remotecontrol
Classes in org.openstreetmap.josm.gui.preferences.remotecontrol that implement TabPreferenceSetting Modifier and Type Class Description class
RemoteControlPreference
Preference settings for Remote Control. -
Uses of TabPreferenceSetting in org.openstreetmap.josm.gui.preferences.server
Classes in org.openstreetmap.josm.gui.preferences.server that implement TabPreferenceSetting Modifier and Type Class Description class
ProxyPreference
Proxy sub-preferences in server preferences.class
ServerAccessPreference
Connection preferences, including authentication and proxy sub-preferences. -
Uses of TabPreferenceSetting in org.openstreetmap.josm.gui.preferences.shortcut
Classes in org.openstreetmap.josm.gui.preferences.shortcut that implement TabPreferenceSetting Modifier and Type Class Description class
ShortcutPreference
Keyboard shortcut preferences. -
Uses of TabPreferenceSetting in org.openstreetmap.josm.gui.preferences.validator
Classes in org.openstreetmap.josm.gui.preferences.validator that implement TabPreferenceSetting Modifier and Type Class Description class
ValidatorPreference
Preference settings for the validator.Methods in org.openstreetmap.josm.gui.preferences.validator that return TabPreferenceSetting Modifier and Type Method Description TabPreferenceSetting
ValidatorTagCheckerRulesPreference. getTabPreferenceSetting(PreferenceTabbedPane gui)
TabPreferenceSetting
ValidatorTestsPreference. getTabPreferenceSetting(PreferenceTabbedPane gui)
-