Interface and Description |
---|
org.openide.util.actions.ActionPerformer
No longer recommended. See
CallbackSystemAction.setActionPerformer(org.openide.util.actions.ActionPerformer) for details. |
Class and Description |
---|
org.openide.util.actions.BooleanStateAction
Use new support for stateful actions in Actions or ActionState annotation
|
org.openide.util.Queue
Use
BlockingQueue instead. |
org.openide.ServiceType
The prefered way to register and lookup services
is now
Lookup as described in
services registration and lookup page. |
org.openide.ServiceType.Handle
The prefered way to register and lookup services
is now
Lookup as described in
services registration and lookup page. |
org.openide.ServiceType.Registry
Use lookup instead.
|
Exceptions and Description |
---|
org.openide.util.Utilities.UnorderableException
Used only by the deprecated partialSort
|
Field and Description |
---|
org.openide.util.Utilities.OS_DEC
please use OS_TRU64 instead
|
org.openide.util.Utilities.OS_UNIX_MASK
Use
Utilities.isUnix() instead. |
org.openide.util.Utilities.OS_WINDOWS_MASK
Use
Utilities.isWindows() instead. |
Constructor and Description |
---|
org.openide.util.HelpCtx(Class<?>)
Too easily breaks IDs after code refactoring. Rather use
HelpCtx.HelpCtx(String) with a constant value known to be in the JavaHelp map. |
org.openide.util.HelpCtx(URL)
Does not work nicely with JavaHelp.
|