Overview  Package   Class  Tree  Index 

be.lassi.preferences
Class DisplayPreferences

java.lang.Object
  extended by com.jgoodies.binding.beans.Model
      extended by be.lassi.preferences.DefaultPreferences
          extended by 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

Field Summary
static java.lang.String COVERAGE
           
static java.lang.String DARK_THEATRE
           
 
Constructor Summary
DisplayPreferences()
          Constructs a new instance.
 
Method Summary
 int getCoverage()
           
 boolean isDarkTheatre()
          Indicates whether the "Dark Theatre" look and feel is active.
 boolean isDarkTheatreLookAndFeel()
          Indicates whether the "Dark Theatre" look and feel is active.
 void setCoverage(int coverage)
           
 void setDarkTheatre(boolean value)
          Sets the "Dark Theatre" look and feel enabled indicator.
 
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
 

Field Detail

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
Constructor Detail

DisplayPreferences

public DisplayPreferences()
Constructs a new instance.

Method Detail

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.


Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2