|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.millstone.webadapter.Theme.NotRequirement
Logical NOT requirement. Requirement implementing logical NOT operation. Wraps an another requirement and negates the meaning of it.
Constructor Summary | |
Theme.NotRequirement(Theme.Requirement requirement)
Create new NOT requirement based on another requirement. |
Method Summary | |
boolean |
isMet(WebBrowser terminal)
Check that this requirement is met by given type of browser. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Theme.NotRequirement(Theme.Requirement requirement)
requirement
- The requirement to ne negated.Method Detail |
public boolean isMet(WebBrowser terminal)
isMet
in interface Theme.Requirement
terminal
- type of the web browser.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |