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 January 27 2012. | Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.