Interface | Description |
---|---|
org.openide.util.actions.ActionPerformer |
No longer recommended. See
CallbackSystemAction.setActionPerformer(org.openide.util.actions.ActionPerformer) for details. |
Class | Description |
---|---|
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.
|
org.openide.util.Queue |
Use
BlockingQueue instead. |
Exceptions | Description |
---|---|
org.openide.util.Utilities.UnorderableException |
Used only by the deprecated partialSort
|
Field | 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 | Description |
---|---|
org.openide.util.HelpCtx(URL) |
Does not work nicely with JavaHelp.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.