Package | Description |
---|---|
org.openide.util |
A set of
utility classes
covering a few general infrastructure points in the Open APIs.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
Mutex.readAccess(Mutex.Action<T> action)
Run an action only with read access.
|
<T> T |
Mutex.writeAccess(Mutex.Action<T> action)
Run an action with write access.
|