Public Member Functions | |
EditSettingsControlPanel () | |
void | setCommunication (boolean state) |
void | setBeacons (boolean state) |
void | setMixZonesEnabled (boolean state) |
void | setMixZonesFallbackEnabled (boolean state) |
void | setMixZonesFallbackFloodingOnly (boolean state) |
void | setRecyclingEnabled (boolean state) |
void | setGlobalInfrastructure (boolean state) |
void | setCommunicationInterval (int communicationInterval) |
void | setBeaconInterval (int beaconInterval) |
void | setMixZoneRadius (int mixZoneRadius) |
void | setRoutingMode (int mode) |
void | itemStateChanged (ItemEvent e) |
void | propertyChange (PropertyChangeEvent e) |
The control panel for changing some basic settings.
|
inline |
Constructor.
|
inline |
Invoked when an item changes. Used for the JCheckBoxes and JComboBoxes.
e | the change event |
|
inline |
Invoked when a field which is associated with this PropertyListener is changed.
e | the change event |
|
inline |
Sets a new value in the beacon interval input field.
beaconInterval | the new value (in ms) |
|
inline |
Sets a new state for the beaconsCheckBox.
state | the new state |
|
inline |
Sets a new state for for the communicationCheckBox.
state | the new state |
|
inline |
Sets a new value in the communication interval input field.
communicationInterval | the new value (in ms) |
|
inline |
Sets a new state for the communication for the globalInfrastructureCheckBox.
state | the new state |
|
inline |
Sets a new value in the mix distance input field.
mixZoneRadius | the new value (in cm) |
|
inline |
Sets a new state for the mixZonesCheckBox.
state | the new state |
|
inline |
Sets a new state for the fallbackInMixZonesCheckbox.
state | the new state |
|
inline |
Sets a new state for the fallbackInMixZonesFloodingOnlyCheckBox.
state | the new state |
|
inline |
Sets a new state for the recycling checkbox.
state | the new state |
|
inline |
Sets a new value for the routing mode choice field.
mode | the new value |