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. tabMethod parameters in org.openstreetmap.josm.actions with type arguments of type TabPreferenceSetting Modifier and Type Method Description static PreferencesActionPreferencesAction. forPreferenceTab(java.lang.String name, java.lang.String tooltip, java.lang.Class<? extends TabPreferenceSetting> tab)Returns a newPreferenceActionopening preferences dialog directly to the given tab, with default icon.static PreferencesActionPreferencesAction. forPreferenceTab(java.lang.String name, java.lang.String tooltip, java.lang.Class<? extends TabPreferenceSetting> tab, java.lang.String icon)Returns a newPreferenceActionopening 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 classDefaultTabPreferenceSettingAbstract base class forTabPreferenceSettingimplementations.classExtensibleTabPreferenceSettingAbstract base class forTabPreferenceSettingimplementations extensible solely by inner tabs.classToolbarPreferences.SettingsToolbar preferences settings.Fields in org.openstreetmap.josm.gui.preferences declared as TabPreferenceSetting Modifier and Type Field Description private TabPreferenceSettingPreferenceTabbedPane.PreferencePanel. preferenceSettingprivate TabPreferenceSettingPreferenceTabbedPane.PreferenceScrollPane. preferenceSettingFields 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. previouslySelectedMethods in org.openstreetmap.josm.gui.preferences that return TabPreferenceSetting Modifier and Type Method Description TabPreferenceSettingPreferenceTabbedPane.PreferencePanel. getTabPreferenceSetting()TabPreferenceSettingPreferenceTabbedPane.PreferenceScrollPane. getTabPreferenceSetting()TabPreferenceSettingPreferenceTabbedPane.PreferenceTab. getTabPreferenceSetting()TabPreferenceSettingSubPreferenceSetting. 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 voidPreferenceTabbedPane. addGUITabsForSetting(javax.swing.Icon icon, TabPreferenceSetting tps, int maxWidth)private voidPreferenceTabbedPane. addSubPreferenceSetting(TabPreferenceSetting preferenceSettings, SubPreferenceSetting sps)PreferenceTabbedPane.PreferencePanelPreferenceTabbedPane. createPreferenceTab(TabPreferenceSetting caller)Construct a PreferencePanel for the preference settings.PreferenceTabbedPane.PreferencePanelPreferenceTabbedPane. createPreferenceTab(TabPreferenceSetting caller, boolean inScrollPane)Construct a PreferencePanel for the preference settings.private intPreferenceTabbedPane. insertGUITabsForSetting(javax.swing.Icon icon, TabPreferenceSetting tps, int index, int maxWidth)private voidPreferenceTabbedPane. 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.OptionalIntPreferenceTabbedPane. indexOfTab(java.util.function.Predicate<TabPreferenceSetting> predicate)voidPreferenceDialog. selectPreferencesTabByClass(java.lang.Class<? extends TabPreferenceSetting> clazz)Select preferences tab by class.private voidPreferenceTabbedPane. selectTabBy(java.util.function.Predicate<TabPreferenceSetting> predicate)voidPreferenceTabbedPane. selectTabByPref(java.lang.Class<? extends TabPreferenceSetting> clazz)Selects aTabPreferenceSettingby 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 classAdvancedPreferenceAdvanced 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 classAudioPreferenceAudio 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 classColorPreferenceColor preferences.classDisplayPreferenceDisplay preferences (various settings that influence the visual representation of the whole program).classDrawingPreference"OSM Data" drawing preferences.classGPXPreference"GPS Points" drawing preferences.classLanguagePreferenceLanguage preferences.Methods in org.openstreetmap.josm.gui.preferences.display that return TabPreferenceSetting Modifier and Type Method Description TabPreferenceSettingLafPreference. 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 classImageryPreferenceImagery 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 classBackupPreferencePreference settings for data layer autosave.classMapPaintPreferencePreference settings for map paint styles.classTaggingPresetPreferencePreference 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 classPluginPreferencePreference 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 classProjectionPreferenceProjection 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 classRemoteControlPreferencePreference 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 classProxyPreferenceProxy sub-preferences in server preferences.classServerAccessPreferenceConnection 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 classShortcutPreferenceKeyboard 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 classValidatorPreferencePreference settings for the validator.Methods in org.openstreetmap.josm.gui.preferences.validator that return TabPreferenceSetting Modifier and Type Method Description TabPreferenceSettingValidatorTagCheckerRulesPreference. getTabPreferenceSetting(PreferenceTabbedPane gui)TabPreferenceSettingValidatorTestsPreference. getTabPreferenceSetting(PreferenceTabbedPane gui)
-