be.lassi.preferences
Class DisplayPreferences
java.lang.Object
com.jgoodies.binding.beans.Model
be.lassi.preferences.DefaultPreferences
be.lassi.preferences.DisplayPreferences
- All Implemented Interfaces:
- Preferences, com.jgoodies.binding.beans.Observable, java.io.Serializable
public class DisplayPreferences
- extends DefaultPreferences
- See Also:
- Serialized Form
Methods inherited from class be.lassi.preferences.DefaultPreferences |
add, get, getBoolean, getDescription, getFloat, getInt, getKeys, getName, getString, set, set |
Methods inherited from class com.jgoodies.binding.beans.Model |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COVERAGE
public static final java.lang.String COVERAGE
- See Also:
- Constant Field Values
DARK_THEATRE
public static final java.lang.String DARK_THEATRE
- See Also:
- Constant Field Values
DisplayPreferences
public DisplayPreferences()
- Constructs a new instance.
getCoverage
public int getCoverage()
isDarkTheatre
public boolean isDarkTheatre()
- Indicates whether the "Dark Theatre" look and feel is active.
- Returns:
- true dark theatre option enabled
isDarkTheatreLookAndFeel
public boolean isDarkTheatreLookAndFeel()
- Indicates whether the "Dark Theatre" look and feel is active.
- Returns:
- true dark theatre option enabled
setCoverage
public void setCoverage(int coverage)
setDarkTheatre
public void setDarkTheatre(boolean value)
- Sets the "Dark Theatre" look and feel enabled indicator.