Package | Description |
---|---|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.util.value.api |
Provides the API for generic handling of values.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeWritePositionInSeconds.setPositionInSeconds(double position)
This method sets the
position in seconds attribute programatically. |
void |
AttributeWriteVolume.setVolume(double volume)
This method sets the
volume attribute programatically. |
Modifier and Type | Method and Description |
---|---|
static void |
ValueOutOfRangeException.checkRange(Number value,
Number minimum,
Number maximum,
Object valueSource)
Deprecated.
- will be removed - use
checkRange(Object, Object, Object, Object) instead. |
static <V> void |
ValueOutOfRangeException.checkRange(V value,
V minimum,
V maximum,
Object valueSource)
Deprecated.
This method checks that the given
value is in the inclusive range from minimum to
maximum . |
Copyright © 2001–2016 mmm-Team. All rights reserved.