be.lassi.artnet
Class ArtNetPreferences
java.lang.Object
com.jgoodies.binding.beans.Model
be.lassi.preferences.DefaultPreferences
be.lassi.artnet.ArtNetPreferences
- All Implemented Interfaces:
- Preferences, com.jgoodies.binding.beans.Observable, java.io.Serializable
public class ArtNetPreferences
- extends DefaultPreferences
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
ADDRESS
|
static java.lang.String |
CAPTURE_LOCAL_BROADCASTS
Indicates whether we try to capture outgoing broadcast
message from the network stack. |
static java.lang.String |
ENABLED
Indicates whether the Art-Net functionality is enabled. |
static java.lang.String |
LISTEN_TO_ZERO_ADDRESS
Indicates whether we list at 0.0.0.0 for receiving
broadcast messages. |
static java.lang.String |
LONG_NAME
|
static java.lang.String |
POLL
Indicates whether we will send out ArtPoll packets to invite other
nodes to provide information about themselves with ArtPollReply packets. |
static java.lang.String |
SHORT_NAME
|
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 |
ADDRESS
public static final java.lang.String ADDRESS
- See Also:
- Constant Field Values
CAPTURE_LOCAL_BROADCASTS
public static final java.lang.String CAPTURE_LOCAL_BROADCASTS
- Indicates whether we try to capture outgoing broadcast
message from the network stack.
- See Also:
- Constant Field Values
ENABLED
public static final java.lang.String ENABLED
- Indicates whether the Art-Net functionality is enabled.
- See Also:
- Constant Field Values
LISTEN_TO_ZERO_ADDRESS
public static final java.lang.String LISTEN_TO_ZERO_ADDRESS
- Indicates whether we list at 0.0.0.0 for receiving
broadcast messages. We do need this on Unix like operating
systems, not on Windows.
- See Also:
- Constant Field Values
LONG_NAME
public static final java.lang.String LONG_NAME
- See Also:
- Constant Field Values
POLL
public static final java.lang.String POLL
- Indicates whether we will send out ArtPoll packets to invite other
nodes to provide information about themselves with ArtPollReply packets.
- See Also:
- Constant Field Values
SHORT_NAME
public static final java.lang.String SHORT_NAME
- See Also:
- Constant Field Values
ArtNetPreferences
public ArtNetPreferences()
- Constructs a new instance.
getAddress
public java.lang.String getAddress()
getLongName
public java.lang.String getLongName()
getShortName
public java.lang.String getShortName()
isCaptureLocalBroadcasts
public boolean isCaptureLocalBroadcasts()
isEnabled
public boolean isEnabled()
isListenToZeroAddress
public boolean isListenToZeroAddress()
isPoll
public boolean isPoll()
setAddress
public void setAddress(java.lang.String address)
setCaptureLocalBroadcasts
public void setCaptureLocalBroadcasts(boolean captureLocalBroadcasts)
setEnabled
public void setEnabled(boolean enabled)
setListenToZeroAddress
public void setListenToZeroAddress(boolean listenToZeroAddress)
setLongName
public void setLongName(java.lang.String longName)
setPoll
public void setPoll(boolean poll)
setShortName
public void setShortName(java.lang.String shortName)