public abstract class DefaultPreferenceSetting extends java.lang.Object implements PreferenceSetting
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isExpert |
| Constructor and Description |
|---|
DefaultPreferenceSetting() |
DefaultPreferenceSetting(boolean isExpert) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExpert()
Called to know if the preferences tab has only to be displayed in expert mode.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddGui, okprivate final boolean isExpert
public DefaultPreferenceSetting()
public DefaultPreferenceSetting(boolean isExpert)
public boolean isExpert()
PreferenceSettingisExpert in interface PreferenceSetting