|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface OptionsComparator
Method Summary | |
int |
indexOf(java.lang.Object option)
returns the index of the element that matches the given value |
boolean |
match(java.lang.Object option)
Checks if the specified Option is selected |
Method Detail |
public boolean match(java.lang.Object option)
option
- The option to test
true
if the option is selected; false
otherwise.public int indexOf(java.lang.Object option)
option
- The option to test
>= 0
if the option is selected; -1
otherwise.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |