|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.DockHierarchyLock.Token
public static class DockHierarchyLock.Token
Is acquired from a DockHierarchyLock and releases the lock.
| Method Summary | |
|---|---|
void |
release()
Releases the lock. |
void |
releaseNoCheck()
Releases this lock without doing the usual checks. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void release()
IllegalStateException - if the state is not as suggested by the
acquierer when acquiering the lock
IllegalStateException - if blocking access to the EDT was required and an InterruptedException
occuredpublic void releaseNoCheck()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||