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.
|
Built on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.