|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of the objects to checkpublic interface Condition<T>
This interface describes a general condition that may be checked
for specific objects. Predefined instances of conditions may be
created using the factory methods from the Conditions
and MouseEventConditions
classes.
Method Summary | |
---|---|
boolean |
is(T t)
Returns whether this condition is fulfilled for the given object |
Method Detail |
---|
boolean is(T t)
t
- The object to test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |