|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Ability, for an element implementing the interface, to see other elements.
| Method Summary | |
boolean |
canSee(Element e)
Determinates whether the given element can be seen, with the restrictions of the vision ability. |
java.util.Vector |
watch()
Returns the visible elements, with the restrictions of the vision ability. |
java.util.Vector |
watchFor(Selector selector)
Searchs for all the visible elements fiting a given selector, with the restrictions of the vision ability. |
Element |
watchForNearest(Selector selector)
Searchs for the nearest visible element fiting a given selector, with the restrictions of the vision ability. |
Element |
watchNearest()
Searchs for the nearest visible element, with the restrictions of the vision ability. |
| Method Detail |
public boolean canSee(Element e)
public java.util.Vector watch()
public Element watchNearest()
null if not found.
public java.util.Vector watchFor(Selector selector)
null if not found.
public Element watchForNearest(Selector selector)
null if not found.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||