| Package | Description |
|---|---|
| org.openide.util |
A set of
utility classes
covering a few general infrastructure points in the Open APIs.
|
| org.openide.util.actions |
There are several types of standard actions
that should be used for many user interactions within NetBeans.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T extends SharedClassObject> |
SharedClassObject.findObject(java.lang.Class<T> clazz) |
Obtain an instance of the desired class, if there is one.
|
static <T extends SharedClassObject> |
SharedClassObject.findObject(java.lang.Class<T> clazz,
boolean create) |
Find an existing object, possibly creating a new one as needed.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BooleanStateAction |
An action that can be toggled on or off.
|
class |
CallableSystemAction |
Not preferred anymore, use Actions.alwaysEnabled
instead.
|
class |
CallbackSystemAction |
Not preferred anymore, the replacement is
Actions.callback factory method.
|
class |
SystemAction |
A base class for user-visible actions.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.