public static interface CSSOMValue.ModificationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
blueFloatValueChanged(short unit,
float value)
Called when the blue float value has changed.
|
void |
blueTextChanged(String text)
Called when the blue value text has changed.
|
void |
bottomFloatValueChanged(short unit,
float value)
Called when the bottom float value has changed.
|
void |
bottomTextChanged(String text)
Called when the bottom value text has changed.
|
void |
floatValueChanged(short unit,
float value)
Called when the float value has changed.
|
void |
greenFloatValueChanged(short unit,
float value)
Called when the green float value has changed.
|
void |
greenTextChanged(String text)
Called when the green value text has changed.
|
void |
leftFloatValueChanged(short unit,
float value)
Called when the left float value has changed.
|
void |
leftTextChanged(String text)
Called when the left value text has changed.
|
void |
listFloatValueChanged(int idx,
short unit,
float value)
Called when the list float value has changed.
|
void |
listStringValueChanged(int idx,
short unit,
String value)
Called when the list string value has changed.
|
void |
listTextChanged(int idx,
String text)
Called when the list value text has changed.
|
void |
redFloatValueChanged(short unit,
float value)
Called when the red float value has changed.
|
void |
redTextChanged(String text)
Called when the red value text has changed.
|
void |
rightFloatValueChanged(short unit,
float value)
Called when the right float value has changed.
|
void |
rightTextChanged(String text)
Called when the right value text has changed.
|
void |
stringValueChanged(short type,
String value)
Called when the string value has changed.
|
void |
textChanged(String text)
Called when the value text has changed.
|
void |
topFloatValueChanged(short unit,
float value)
Called when the top float value has changed.
|
void |
topTextChanged(String text)
Called when the top value text has changed.
|
void textChanged(String text) throws DOMException
DOMExceptionvoid floatValueChanged(short unit,
float value)
throws DOMException
DOMExceptionvoid stringValueChanged(short type,
String value)
throws DOMException
DOMExceptionvoid leftTextChanged(String text) throws DOMException
DOMExceptionvoid leftFloatValueChanged(short unit,
float value)
throws DOMException
DOMExceptionvoid topTextChanged(String text) throws DOMException
DOMExceptionvoid topFloatValueChanged(short unit,
float value)
throws DOMException
DOMExceptionvoid rightTextChanged(String text) throws DOMException
DOMExceptionvoid rightFloatValueChanged(short unit,
float value)
throws DOMException
DOMExceptionvoid bottomTextChanged(String text) throws DOMException
DOMExceptionvoid bottomFloatValueChanged(short unit,
float value)
throws DOMException
DOMExceptionvoid redTextChanged(String text) throws DOMException
DOMExceptionvoid redFloatValueChanged(short unit,
float value)
throws DOMException
DOMExceptionvoid greenTextChanged(String text) throws DOMException
DOMExceptionvoid greenFloatValueChanged(short unit,
float value)
throws DOMException
DOMExceptionvoid blueTextChanged(String text) throws DOMException
DOMExceptionvoid blueFloatValueChanged(short unit,
float value)
throws DOMException
DOMExceptionvoid listTextChanged(int idx,
String text)
throws DOMException
DOMExceptionvoid listFloatValueChanged(int idx,
short unit,
float value)
throws DOMException
DOMExceptionvoid listStringValueChanged(int idx,
short unit,
String value)
throws DOMException
DOMExceptionCopyright © 2000–2020 Apache Software Foundation. All rights reserved.