public class LafPreference extends Object implements SubPreferenceSetting
Modifier and Type | Class and Description |
---|---|
static class |
LafPreference.Factory |
Modifier and Type | Field and Description |
---|---|
private JCheckBox |
dynamicButtons |
private JosmComboBox |
lafCombo
ComboBox with all look and feels.
|
private JCheckBox |
modeless |
JPanel |
panel |
private JCheckBox |
showID |
private JCheckBox |
showLocalizedName |
private JCheckBox |
showSplashScreen |
Constructor and Description |
---|
LafPreference() |
Modifier and Type | Method and Description |
---|---|
void |
addGui(PreferenceTabbedPane gui)
Add the GUI elements to the dialog.
|
TabPreferenceSetting |
getTabPreferenceSetting(PreferenceTabbedPane gui)
Returns the preference setting (displayed in the specified preferences tab pane) that contains this preference setting.
|
boolean |
isExpert()
Called to know if the preferences tab has only to be displayed in expert mode.
|
boolean |
ok()
Called when OK is pressed to save the setting in the preferences file.
|
private JosmComboBox lafCombo
private JCheckBox showSplashScreen
private JCheckBox showLocalizedName
private JCheckBox dynamicButtons
public LafPreference()
public void addGui(PreferenceTabbedPane gui)
PreferenceSetting
addGui
in interface PreferenceSetting
public boolean ok()
PreferenceSetting
ok
in interface PreferenceSetting
public boolean isExpert()
PreferenceSetting
isExpert
in interface PreferenceSetting
public TabPreferenceSetting getTabPreferenceSetting(PreferenceTabbedPane gui)
SubPreferenceSetting
getTabPreferenceSetting
in interface SubPreferenceSetting