|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.org.toot.control.ControlSelector.LogicalBinary
uk.org.toot.control.ControlSelector.Or
public static class ControlSelector.Or
A logical OR selector which selects either specified Control but no others.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface uk.org.toot.control.ControlSelector |
|---|
ControlSelector.LogicalBinary, ControlSelector.Not, ControlSelector.Or |
| Constructor Summary | |
|---|---|
ControlSelector.Or(ControlSelector a,
ControlSelector b)
|
|
| Method Summary | |
|---|---|
boolean |
select(Control control)
The contract for slecting Controls. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControlSelector.Or(ControlSelector a,
ControlSelector b)
| Method Detail |
|---|
public boolean select(Control control)
ControlSelector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||