Overview  Package   Class  Tree  Index 

be.lassi.control.midi
Class MidiPreferences

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

public class MidiPreferences
extends DefaultPreferences

See Also:
Serialized Form

Field Summary
static java.lang.String ENABLED
           
static java.lang.String INPUT_DEVICE_NAME
           
static java.lang.String OUTPUT_DEVICE_NAME
           
static java.lang.String SHOW_CONTROL_DEVICE_NAME
           
static java.lang.String SHOW_CONTROL_ENABLED
           
 
Constructor Summary
MidiPreferences()
           
 
Method Summary
 java.lang.String getInputDeviceName()
           
 java.lang.String getOutputDeviceName()
           
 java.lang.String getShowControlDeviceName()
           
 boolean isEnabled()
           
 boolean isShowControlEnabled()
           
 void setEnabled(boolean enabled)
           
 void setInputDeviceName(java.lang.String deviceName)
           
 void setOutputDeviceName(java.lang.String deviceName)
           
 void setShowControlDeviceName(java.lang.String deviceName)
           
 void setShowControlEnabled(boolean showControlEnabled)
           
 
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

ENABLED

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

INPUT_DEVICE_NAME

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

OUTPUT_DEVICE_NAME

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

SHOW_CONTROL_DEVICE_NAME

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

SHOW_CONTROL_ENABLED

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

MidiPreferences

public MidiPreferences()
Method Detail

getInputDeviceName

public java.lang.String getInputDeviceName()

getOutputDeviceName

public java.lang.String getOutputDeviceName()

getShowControlDeviceName

public java.lang.String getShowControlDeviceName()

isEnabled

public boolean isEnabled()

isShowControlEnabled

public boolean isShowControlEnabled()

setEnabled

public void setEnabled(boolean enabled)

setInputDeviceName

public void setInputDeviceName(java.lang.String deviceName)

setOutputDeviceName

public void setOutputDeviceName(java.lang.String deviceName)

setShowControlDeviceName

public void setShowControlDeviceName(java.lang.String deviceName)

setShowControlEnabled

public void setShowControlEnabled(boolean showControlEnabled)

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2