|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionControl
A non-input control that usually only controls some action, like a button or tab pane tab. They can only be enabled and disabled, and someone can listen to changes (button presses) on the component.
Method Summary | |
---|---|
void |
setDisabled(boolean d)
Set the input to disabled mode. |
void |
setTestID(java.lang.String testID)
Set the testID for external test software. |
Method Detail |
---|
void setDisabled(boolean d)
d
- void setTestID(java.lang.String testID)
testID
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |