Interface and Description |
---|
org.openide.util.actions.ActionPerformer
No longer recommended. See
CallbackSystemAction.setActionPerformer(org.openide.util.actions.ActionPerformer) for details. |
org.openide.util.NbBundle.ClassLoaderFinder
Useless.
|
Class and Description |
---|
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. |
org.openide.xml.EntityCatalog.PUBLIC_ID
Better to register entities individually by layer as described in class documentation.
|
Constructor and Description |
---|
org.openide.util.io.FoldingIOException(Throwable)
Better to create a new
IOException and use its Throwable.initCause(java.lang.Throwable) method. |
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.
|
org.openide.util.NbBundle()
There is no reason to instantiate or subclass this class.
All methods in it are static.
|
Built on January 7 2015. | Portions Copyright 1997-2015 Oracle. All rights reserved.