Interface SubPreferenceSetting
-
- All Superinterfaces:
PreferenceSetting
- All Known Implementing Classes:
LafPreference
,ValidatorTagCheckerRulesPreference
,ValidatorTestsPreference
public interface SubPreferenceSetting extends PreferenceSetting
Preference settings, that do *not* display a top level tab. This preference setting's addGui method is called after the user clicked the parent tab (returned by getTabPreferenceSetting).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TabPreferenceSetting
getTabPreferenceSetting(PreferenceTabbedPane gui)
Returns the preference setting (displayed in the specified preferences tab pane) that contains this preference setting.-
Methods inherited from interface org.openstreetmap.josm.gui.preferences.PreferenceSetting
addGui, isExpert, ok
-
-
-
-
Method Detail
-
getTabPreferenceSetting
TabPreferenceSetting getTabPreferenceSetting(PreferenceTabbedPane gui)
Returns the preference setting (displayed in the specified preferences tab pane) that contains this preference setting.- Parameters:
gui
- preferences tabbed pane- Returns:
- parent preference setting
-
-