|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.layout.DockSituationIgnoreUtil
public abstract class DockSituationIgnoreUtil
Utility class for DockSituationIgnore.
| Method Summary | |
|---|---|
static DockSituationIgnore |
and(DockSituationIgnore... ignores)
Returns a new DockSituationIgnore which returns only true
when all the ignores return true. |
static DockSituationIgnore |
not(DockSituationIgnore ignore)
Returns a new DockSituationIgnore which returns behaves like
the reverse of ignore. |
static DockSituationIgnore |
or(DockSituationIgnore... ignores)
Returns a new DockSituationIgnore which returns only false
when all the ignores return false. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DockSituationIgnore and(DockSituationIgnore... ignores)
DockSituationIgnore which returns only true
when all the ignores return true.
ignores - the ignores to put together
public static DockSituationIgnore or(DockSituationIgnore... ignores)
DockSituationIgnore which returns only false
when all the ignores return false.
ignores - the ignores to put together
public static DockSituationIgnore not(DockSituationIgnore ignore)
DockSituationIgnore which returns behaves like
the reverse of ignore.
ignore - the strategy to reverse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||