Package | Description |
---|---|
org.openide |
Provides ErrorManager - the central place for logging and
reproting failures in NetBeans based system.
|
org.openide.util.actions |
There are several types of standard actions
that should be used for many user interactions within NetBeans.
|
org.openide.util.datatransfer |
NetBeans uses special extensions to data transfer.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceType
Deprecated.
The prefered way to register and lookup services
is now
Lookup as described in
services registration and lookup page. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanStateAction
Deprecated.
Use new support for stateful actions in Actions or ActionState annotation
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NewType
Describes a type that can be created anew.
|
class |
PasteType
Clipboard operation providing one kind of paste action.
|