| Package | Description |
|---|---|
| org.openide.util |
A set of
utility classes
covering a few general infrastructure points in the Open APIs.
|
| Modifier and Type | Method | 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.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.