|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FocusableComponentFixture
Understands simulation of input focus on a GUI component.
Method Summary | |
---|---|
FocusableComponentFixture |
focus()
Gives input focus to this fixture's GUI component. |
FocusableComponentFixture |
requireFocused()
Asserts that this fixture's GUI component has input focus. |
Method Detail |
---|
FocusableComponentFixture focus()
IllegalStateException
- if the component is disabled.
IllegalStateException
- if the component is not showing on the screen.FocusableComponentFixture requireFocused()
AssertionError
- if this component does not have input focus.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |