|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ControlAccessor
Interface for generic access to ui controls
Method Summary | |
---|---|
void |
addControlChangeListener(ControlChangeListener l)
Add a ControlChangeListener |
Object |
getControlValue()
Gets the control value |
boolean |
isEnabled()
Test control enabled state |
boolean |
isTextControl()
Test if control is a TextControlAccessor. |
void |
removeControlChangeListener(ControlChangeListener l)
Remove a ControlChangeListener |
void |
setControlValue(Object value)
Sets the control value |
void |
setEnabled(boolean enabled)
Enable/disable the control |
Method Detail |
---|
Object getControlValue()
void setControlValue(Object value)
value
- the value to setvoid addControlChangeListener(ControlChangeListener l)
l
- the ControlChangeListener to add.void removeControlChangeListener(ControlChangeListener l)
l
- the ControlChangeListener to removevoid setEnabled(boolean enabled)
enabled
- true if enabledboolean isEnabled()
boolean isTextControl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |