Overview  Package   Class  Tree  Index 

be.lassi.ui.monitor
Class MonitorPreferences

java.lang.Object
  extended by com.jgoodies.binding.beans.Model
      extended by be.lassi.preferences.DefaultPreferences
          extended by be.lassi.ui.monitor.MonitorPreferences
All Implemented Interfaces:
Preferences, com.jgoodies.binding.beans.Observable, java.io.Serializable

public class MonitorPreferences
extends DefaultPreferences

Preferences for the monitor frames.

See Also:
Serialized Form

Field Summary
static java.lang.String COLUMN_COUNT
           
static java.lang.String FONT_SIZE
           
 
Constructor Summary
MonitorPreferences()
          Constructs a new instance.
 
Method Summary
 int getColumnCount()
          Gets the default number of monitor cell columns.
 int getFontSize()
          Gets the font size to be used for displaying the channel numbers and level values in the monitor window.
 void setColumnCount(int columnCount)
           
 void setFontSize(int fontSize)
           
 
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

COLUMN_COUNT

public static final java.lang.String COLUMN_COUNT
See Also:
Constant Field Values

FONT_SIZE

public static final java.lang.String FONT_SIZE
See Also:
Constant Field Values
Constructor Detail

MonitorPreferences

public MonitorPreferences()
Constructs a new instance.

Method Detail

getColumnCount

public int getColumnCount()
Gets the default number of monitor cell columns.

Returns:
the number of columns

getFontSize

public int getFontSize()
Gets the font size to be used for displaying the channel numbers and level values in the monitor window.

Returns:
the font size

setColumnCount

public void setColumnCount(int columnCount)

setFontSize

public void setFontSize(int fontSize)

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2