static interface GUIRunner.Selector
GUIRunner.HierarchyWrapper,
by GUIRunner.TestCaseLister and
by GUIRunner.TabChangeListener.EMPTY_SELECTOR.GUIRunner.TabChangeListener| Modifier and Type | Method and Description |
|---|---|
void |
clearSelection()
Clears the selection.
|
void |
registerSelector(GUIRunner.Selector sel)
Acquaints this selector with another one
which is notified of the selection events
of this
Selector. |
void |
setSelection(int index)
Sets selection of
indexth item
and clears other selections. |
void setSelection(int index)
indexth item
and clears other selections.index - a non-negative int value
representing the index of a testcase.
**** CAUTION: This presupposes that in a tree
only the leaves can be selected.void clearSelection()
void registerSelector(GUIRunner.Selector sel)
Selector.
The one in the foreground is notified directly by a mouse event,
whereas the one in the background is selected via registration.
The one in the background in turn
notifies the empty selector
GUIRunner.TabChangeListener.EMPTY_SELECTOR
which takes no actions.sel - another Selector.IllegalStateException - only for GUIRunner.TabChangeListener.EMPTY_SELECTOR.GUIRunner.TabChangeListener.setSelUnSel(int)Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.