be.lassi.control.midi
Class MidiPreferences
java.lang.Object
com.jgoodies.binding.beans.Model
be.lassi.preferences.DefaultPreferences
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
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 |
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
MidiPreferences
public MidiPreferences()
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)