|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
org.openide.options.ControlPanel
With the use of services and XML layers, this class is not useful. |
|
org.openide.text.EditorSupport
Use DataEditorSupport instead |
|
org.openide.loaders.ExtensionListEditor
Should not be used directly (property editor search path will find it). |
|
org.openide.nodes.IndexedCustomizer
Better to use Index.Support.showIndexedCustomizer which behaves better with the window system. |
|
org.openide.windows.InputOutput.Null
Use InputOutput.NULL instead. |
|
org.openide.windows.InputOutput.NullOutputWriter
Use InputOutput.NULL instead. |
|
org.openide.awt.JInlineMenu
JInlineMenu is resizing itself after being displayed, this behavior causes a lot of troubles for Swing/AWT on various platforms. Very hard to be fixed. Module developers should stop using this class. |
|
org.openide.modules.ManifestSection
|
|
org.openide.modules.ModuleDescription
|
|
org.openide.text.NbDocument.Colors
Not useful for anything. |
|
org.openide.NotifyDescriptor.Exception
Better to use TopManager.notifyException(java.lang.Throwable) , or for more control various methods in ErrorManager . |
|
org.openide.util.WeakListener.Change
use appropriate method instead |
|
org.openide.util.WeakListener.Document
use appropriate method instead |
|
org.openide.util.WeakListener.FileChange
use appropriate method instead |
|
org.openide.util.WeakListener.FileStatus
use appropriate method instead |
|
org.openide.util.WeakListener.Focus
use appropriate method instead |
|
org.openide.util.WeakListener.Node
use appropriate method instead |
|
org.openide.util.WeakListener.PropertyChange
use appropriate method instead |
|
org.openide.util.WeakListener.Repository
use appropriate method instead |
|
org.openide.util.WeakListener.VetoableChange
use appropriate method instead |
|
org.openide.loaders.XMLDataObject.Info
use Lookup Representation of xmlinfo file holding container of Processors. |
Deprecated Interfaces | |
org.openide.explorer.view.MenuView.Acceptor
This interface is almost the same as NodeAcceptor
so it is redundant and obsoleted. Use NodeAcceptor
interface instead. |
|
org.openide.util.NbBundle.ClassLoaderFinder
Useless. |
|
org.openide.Places.Folders
Most users of these folders will be using their paths directly in XML layers; since these paths are necessarily defined in the APIs anyway, using a method call for each location is not necessary. |
|
org.openide.actions.ToolsAction.Model
Useless, see ActionManager . |
|
org.openide.loaders.XMLDataObject.Processor
use lookup |
Deprecated Exceptions | |
org.openide.util.io.FoldingIOException
Better to create a new IOException and annotate it with the throwable. |
|
org.openide.modules.IllegalModuleException
|
Deprecated Fields | |
org.openide.filesystems.DefaultAttributes.ATTR_EXT
does not handle XML attributes |
|
org.openide.filesystems.DefaultAttributes.ATTR_NAME
does not handle XML attributes |
|
org.openide.filesystems.DefaultAttributes.ATTR_NAME_EXT
does not handle XML attributes |
|
org.openide.options.ContextSystemOption.beanContext
To obtain bean context use ContextSystemOption.getBeanContextProxy() . |
|
org.openide.text.NbDocument.COLORS
Not useful for anything. |
|
org.openide.text.EditorSupport.EDITOR_MODE
Use CloneableEditorSupport.EDITOR_MODE instead. |
|
org.openide.explorer.propertysheet.PropertySheet.iAlphaSort
Presumably noone uses this variable. If you want to customize the property sheet look you can change the image files directly (or use your own). |
|
org.openide.explorer.propertysheet.PropertySheet.iCustomize
Presumably noone uses this variable. If you want to customize the property sheet look you can change the image files directly (or use your own). |
|
org.openide.explorer.propertysheet.PropertySheet.iDisplayWritableOnly
Presumably noone uses this variable. If you want to customize the property sheet look you can change the image files directly (or use your own). |
|
org.openide.explorer.propertysheet.PropertySheet.iNoSort
Presumably noone uses this variable. If you want to customize the property sheet look you can change the image files directly (or use your own). |
|
org.openide.explorer.propertysheet.PropertySheet.iTypeSort
Presumably noone uses this variable. If you want to customize the property sheet look you can change the image files directly (or use your own). |
|
org.openide.text.EditorSupport.modifiedAppendix
|
|
org.openide.windows.InputOutput.nullReader
Use InputOutput.NULL instead. |
|
org.openide.windows.InputOutput.nullWriter
Use InputOutput.NULL instead. |
|
org.openide.util.Utilities.OS_DEC
please use OS_TRU64 instead |
|
org.openide.loaders.XMLDataObject.PROP_INFO
info is not supported anymore. Replaced with lookup. |
|
org.openide.loaders.XMLDataObject.XMLINFO_DTD_PUBLIC_ID
replaced with Lookup |
|
org.openide.loaders.XMLDataObject.XMLINFO_DTD_PUBLIC_ID_FORTE
replaced with Lookup |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |