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, wait
addGui, ok
private final boolean isExpert
public DefaultPreferenceSetting()
public DefaultPreferenceSetting(boolean isExpert)
public boolean isExpert()
PreferenceSetting
isExpert
in interface PreferenceSetting