A B C D E F G H I J K L M N O P Q R S T U V W X Y

D

DataEditorSupport - class org.openide.text.DataEditorSupport.
Support for associating an editor and a Swing Document to a data object.
DataEditorSupport.Env - class org.openide.text.DataEditorSupport.Env.
Environment that connects the data object and the CloneableEditorSupport.
DataEditorSupport.Env(DataObject) - Constructor for class org.openide.text.DataEditorSupport.Env
Constructor.
DataEditorSupport(DataObject, CloneableEditorSupport.Env) - Constructor for class org.openide.text.DataEditorSupport
Editor support for a given data object.
DataFilter - interface org.openide.loaders.DataFilter.
Allows certain data objects to be excluded from being displayed.
DataFolder - class org.openide.loaders.DataFolder.
A folder containing data objects.
DataFolder.FolderNode - class org.openide.loaders.DataFolder.FolderNode.
Node for a folder.
DataFolder.FolderNode(DataFolder) - Constructor for class org.openide.loaders.DataFolder.FolderNode
Create a folder node with default folder children.
DataFolder.FolderNode(DataFolder, Children) - Constructor for class org.openide.loaders.DataFolder.FolderNode
Create a folder node with some children.
DataFolder.Index - class org.openide.loaders.DataFolder.Index.
Support for index cookie for folder nodes.
DataFolder.Index(DataFolder) - Constructor for class org.openide.loaders.DataFolder.Index
Deprecated. Please explicitly specify a node to be safe.
DataFolder.Index(DataFolder, Node) - Constructor for class org.openide.loaders.DataFolder.Index
Create an index cookie associated with a data folder.
DataFolder.SortMode - class org.openide.loaders.DataFolder.SortMode.
Type-safe enumeration of sort modes for data folders.
DataFolder.SortMode() - Constructor for class org.openide.loaders.DataFolder.SortMode
 
DataFolder(FileObject) - Constructor for class org.openide.loaders.DataFolder
Create a data folder from a folder file object.
DataFolder(FileObject, DataLoader) - Constructor for class org.openide.loaders.DataFolder
Deprecated. Since 1.13 do not use this constructor, it is for backward compatibility only.
DataFolder(FileObject, MultiFileLoader) - Constructor for class org.openide.loaders.DataFolder
Create a data folder from a folder file object.
DataLoader - class org.openide.loaders.DataLoader.
A data loader recognizes FileObjects and creates appropriate DataObjects to represent them.
DataLoader.RecognizedFiles - interface org.openide.loaders.DataLoader.RecognizedFiles.
Buffer holding a list of primary and secondary files marked as already recognized, to prevent further scanning.
DataLoader(Class) - Constructor for class org.openide.loaders.DataLoader
Create a new data loader.
DataLoader(String) - Constructor for class org.openide.loaders.DataLoader
Create a new data loader.
DataLoaderPool - class org.openide.loaders.DataLoaderPool.
Pool of data loaders.
DataLoaderPool() - Constructor for class org.openide.loaders.DataLoaderPool
Create new loader pool.
DataLoaderPool(DataLoader) - Constructor for class org.openide.loaders.DataLoaderPool
Create new loader pool and set preferred loader.
DataNode - class org.openide.loaders.DataNode.
Standard node representing a data object.
DataNode(DataObject, Children) - Constructor for class org.openide.loaders.DataNode
Create a data node for a given data object.
DataObject - class org.openide.loaders.DataObject.
Object that represents one JavaBean in the tree of beans representing data systems.
DataObject.Container - interface org.openide.loaders.DataObject.Container.
Interface for objects that can contain other data objects.
DataObject.Registry - class org.openide.loaders.DataObject.Registry.
Registry of modified data objects.
DataObject(FileObject, DataLoader) - Constructor for class org.openide.loaders.DataObject
Create new data object.
DataObjectExistsException - exception org.openide.loaders.DataObjectExistsException.
Exception signalling that the data object for this file cannot be created because there already is an object for the primary file.
DataObjectExistsException(DataObject) - Constructor for class org.openide.loaders.DataObjectExistsException
Create new exception.
DataObjectFilter - class org.openide.loaders.DataObjectFilter.
Supports working with a set of filters defined by data objects.
DataObjectFilter() - Constructor for class org.openide.loaders.DataObjectFilter
Create a new filter which will accept all data objects.
DataObjectFilter(Class[]) - Constructor for class org.openide.loaders.DataObjectFilter
Create a new filter which will accept given set of data objects.
DataObjectFilter(DataFolder) - Constructor for class org.openide.loaders.DataObjectFilter
Create a new filter which will accept all data objects in a given folder.
DataObjectNotFoundException - exception org.openide.loaders.DataObjectNotFoundException.
Exception signalling that the data object for a given file object could not be found in DataObject.find(org.openide.filesystems.FileObject).
DataObjectNotFoundException(FileObject) - Constructor for class org.openide.loaders.DataObjectNotFoundException
Create a new exception.
DataShadow - class org.openide.loaders.DataShadow.
Default implementation of a shortcut to another data object.
DataShadow.ShadowNode - class org.openide.loaders.DataShadow.ShadowNode.
Node for a shadow object.
DataShadow.ShadowNode(DataShadow) - Constructor for class org.openide.loaders.DataShadow.ShadowNode
Create a shadowing node.
DataShadow(FileObject, DataObject, DataLoader) - Constructor for class org.openide.loaders.DataShadow
Deprecated. Since 1.13 do not use this constructor, it is for backward compatibility only
DataShadow(FileObject, DataObject, MultiFileLoader) - Constructor for class org.openide.loaders.DataShadow
Constructs new data shadow for given primary file and referenced original.
DEBUG - Static variable in class org.openide.filesystems.FileSystemCapability
Well known ability to be debugged
debug(boolean) - Method in interface org.openide.cookies.DebuggerCookie
Start debugging of associated object.
debug(boolean) - Method in class org.openide.loaders.ExecSupport
 
debugFailed(DebuggerException) - Method in class org.openide.loaders.ExecSupport
Called when invocation of the debugger fails.
Debugger - class org.openide.debugger.Debugger.
Provides a minimal interface between the IDE and a debugger.
DEBUGGER_NOT_RUNNING - Static variable in class org.openide.debugger.Debugger
Debugger state when the debugger is not running at all.
DEBUGGER_RUNNING - Static variable in class org.openide.debugger.Debugger
Debugger state when the debugger is running user code.
DEBUGGER_STARTING - Static variable in class org.openide.debugger.Debugger
Debugger state when the debugger is starting to run.
DEBUGGER_STOPPED - Static variable in class org.openide.debugger.Debugger
Debugger state when the debugger is stopped, e.g. at a breakpoint.
Debugger() - Constructor for class org.openide.debugger.Debugger
 
DebuggerCookie - interface org.openide.cookies.DebuggerCookie.
Cookie for debugger.
DebuggerException - exception org.openide.debugger.DebuggerException.
An exception occurring in the debugger.
DebuggerException(String) - Constructor for class org.openide.debugger.DebuggerException
Construct a DebuggerException with a description.
DebuggerException(String, Throwable) - Constructor for class org.openide.debugger.DebuggerException
Construct a DebuggerException with a description and base error.
DebuggerException(Throwable) - Constructor for class org.openide.debugger.DebuggerException
Construct a DebuggerException for a specified inner exception.
DebuggerInfo - class org.openide.debugger.DebuggerInfo.
Contains information about a class to debug.
DebuggerInfo(String, String[]) - Constructor for class org.openide.debugger.DebuggerInfo
Construct a new DebuggerInfo with the class to run and its parameters specified.
DebuggerInfo(String, String[], String) - Constructor for class org.openide.debugger.DebuggerInfo
Construct a new DebuggerInfo with the class to run, parameters, and a class to stop at.
DebuggerNotFoundException - exception org.openide.debugger.DebuggerNotFoundException.
Exception indicating that the debugger itself could not be loaded properly.
DebuggerNotFoundException() - Constructor for class org.openide.debugger.DebuggerNotFoundException
Construct a new exception.
DebuggerType - class org.openide.debugger.DebuggerType.
Defines one debugger type.
DebuggerType.Default - class org.openide.debugger.DebuggerType.Default.
Default debugger type.
DebuggerType.Default() - Constructor for class org.openide.debugger.DebuggerType.Default
 
DebuggerType() - Constructor for class org.openide.debugger.DebuggerType
 
debuggerTypes() - Static method in class org.openide.debugger.DebuggerType
Get all registered executors in the system's execution engine.
DebugProjectAction - class org.openide.actions.DebugProjectAction.
Start the debugger.
DebugProjectAction() - Constructor for class org.openide.actions.DebugProjectAction
 
decodeURL(URL) - Static method in class org.openide.execution.NbfsURLConnection
Retrieves the file object specified by an internal URL.
DEFAULT_ALIGN - Static variable in class org.openide.DialogDescriptor
Alignment to place options in the default manner.
DEFAULT_CONFIGURATION - Static variable in class org.openide.awt.ToolbarPool
Name of default toolbar configuration.
DEFAULT_HEIGHT - Static variable in class org.openide.awt.HtmlBrowser
Preferred height of the browser
DEFAULT_HELP - Static variable in class org.openide.util.HelpCtx
Default help page.
DEFAULT_MAXIMUM - Static variable in class org.openide.awt.SpinButton
Default maximum.
DEFAULT_MINIMUM - Static variable in class org.openide.awt.SpinButton
Default minimum.
DEFAULT_OPTION - Static variable in class org.openide.NotifyDescriptor
Option type used by default.
DEFAULT_ORDER - Static variable in class org.openide.src.nodes.SourceElementFilter
Default order of the top-level element types in the hierarchy.
DEFAULT_ORDER - Static variable in class org.openide.src.nodes.ClassElementFilter
Default order and filtering.
DEFAULT_ORIENTATION - Static variable in class org.openide.awt.SpinButton
Default orientation of SpinButton.
DEFAULT_REPEAT_DELAY - Static variable in class org.openide.awt.SpinButton
Default value of repeatDelay.
DEFAULT_REPEAT_RATE - Static variable in class org.openide.awt.SpinButton
Default value of repeatRate.
DEFAULT_SPLITTER - Static variable in class org.openide.awt.SplittedPanel
constant for splitter component types - default splitter (raised)
DEFAULT_STEP - Static variable in class org.openide.awt.SpinButton
Default step.
DEFAULT_THRESHOLD - Static variable in class org.openide.awt.MouseUtils.PopupMouseAdapter
The default threshold value
DEFAULT_WIDTH - Static variable in class org.openide.awt.HtmlBrowser
Preferred width of the browser
defaultActions() - Method in class org.openide.loaders.DataLoader
Get default actions.
DefaultAttributes - class org.openide.filesystems.DefaultAttributes.
Implementation of AbstractFileSystem.Attr using a special file in each folder for holding attributes.
DefaultAttributes(AbstractFileSystem.Info, AbstractFileSystem.Change, AbstractFileSystem.List) - Constructor for class org.openide.filesystems.DefaultAttributes
Constructor.
defaultCompilerType() - Method in class org.openide.loaders.CompilerSupport
Allows subclasses to override the default compiler that should be used for this support.
defaultDebuggerType() - Method in class org.openide.loaders.ExecSupport
This method allows subclasses to override the default debugger type they want to use for debugging.
defaultDisplayName() - Method in class org.openide.loaders.DataLoader
Get the default display name of this loader.
DefaultElementPrinter - class org.openide.src.DefaultElementPrinter.
A trivial implementation of ElementPrinter.
DefaultElementPrinter(PrintWriter) - Constructor for class org.openide.src.DefaultElementPrinter
Create a printer.
defaultExecutor() - Method in class org.openide.loaders.ExecSupport
This method allows subclasses to override the default executor they want to use for debugging.
DefaultFactory - class org.openide.src.nodes.DefaultFactory.
The default implementation of the hierarchy nodes factory.
DefaultFactory(boolean) - Constructor for class org.openide.src.nodes.DefaultFactory
Create a new factory.
DefaultHandle - class org.openide.nodes.DefaultHandle.
Simple implementation of Node.Handle.
DefaultPropertyModel - class org.openide.explorer.propertysheet.DefaultPropertyModel.
The default implementation of PropertyModel interface.
DefaultPropertyModel(Object, String) - Constructor for class org.openide.explorer.propertysheet.DefaultPropertyModel
Creates new DefaultPropertyModel.
DELEGATE_DESTROY - Static variable in class org.openide.nodes.FilterNode
Whether to delegate destroy.
DELEGATE_GET_ACTIONS - Static variable in class org.openide.nodes.FilterNode
Whether to delegate getActions.
DELEGATE_GET_CONTEXT_ACTIONS - Static variable in class org.openide.nodes.FilterNode
Whether to delegate getContextActions.
DELEGATE_GET_DISPLAY_NAME - Static variable in class org.openide.nodes.FilterNode
Whether to delegate getDisplayName.
DELEGATE_GET_NAME - Static variable in class org.openide.nodes.FilterNode
Whether to delegate getName.
DELEGATE_GET_SHORT_DESCRIPTION - Static variable in class org.openide.nodes.FilterNode
Whether to delegate getShortDescription.
DELEGATE_SET_DISPLAY_NAME - Static variable in class org.openide.nodes.FilterNode
Whether to delegate setDisplayName.
DELEGATE_SET_NAME - Static variable in class org.openide.nodes.FilterNode
Whether to delegate setName.
DELEGATE_SET_SHORT_DESCRIPTION - Static variable in class org.openide.nodes.FilterNode
Whether to delegate setShortDescription.
delete() - Method in class org.openide.filesystems.FileObject
Delete this file.
delete() - Method in class org.openide.loaders.DataObject
Delete this object.
delete() - Method in class org.openide.loaders.MultiDataObject.Entry
Called when the entry is to be deleted.
delete() - Method in class org.openide.loaders.FileEntry
 
delete() - Method in class org.openide.loaders.FileEntry.Numb
Removes file.
delete() - Method in class org.openide.loaders.FileEntry.Folder
Deletes folder associated with entry.
delete(FileLock) - Method in class org.openide.filesystems.FileObject
Delete this file.
delete(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Change
Delete a file.
delete(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Delete the file.
delete(String) - Method in class org.openide.filesystems.JarFileSystem
 
delete(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
delete(String) - Method in class org.openide.filesystems.LocalFileSystem
 
delete(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
DeleteAction - class org.openide.actions.DeleteAction.
Delete an object.
DeleteAction() - Constructor for class org.openide.actions.DeleteAction
 
deleteAttributes(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Attr
Called when a file is deleted, to also delete its attributes.
deleteAttributes(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Called when a file is deleted, to also delete its attributes.
deleteAttributes(String) - Method in class org.openide.filesystems.JarFileSystem
 
deleteAttributes(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
deleteAttributes(String) - Method in class org.openide.filesystems.DefaultAttributes
 
dependencies() - Method in class org.openide.modules.ModuleDescription
Deprecated. Get all dependencies.
Dependency - class org.openide.modules.Dependency.
A dependency a module can have.
DependencyException - exception org.openide.compiler.DependencyException.
Exception created when a set of compilers should be compiled and there is a cyclic dependency between them.
dependsOn() - Method in interface org.openide.compiler.Compilable
A collection of other Compilable objects that have to be finished before the compilers of this Compilable can be started.
dependsOn() - Method in class org.openide.compiler.CompilerJob
Collection of all objects this job depends on.
dependsOn() - Method in class org.openide.compiler.Compiler
A collection of other Compilable objects that have to be finished before the compilers of this Compilable can be started.
dependsOn(Collection) - Method in class org.openide.compiler.CompilerJob
Adds a dependency.
dependsOn(Collection) - Method in class org.openide.compiler.Compiler
Add dependency on a compilable object.
dependsOn(Compilable) - Method in class org.openide.compiler.CompilerJob
Adds a dependency.
dependsOn(Compilable) - Method in class org.openide.compiler.Compiler
Add dependency on a compilable object.
dependsOnModule(ModuleDescription) - Method in class org.openide.modules.ModuleDescription
Deprecated. Check whether this description depends on another module.
dependsOnProperty(String) - Method in class org.openide.src.ElementFormat
Test whether a property could affect the formatting.
DEPTH_INFINITE - Static variable in class org.openide.compiler.Compiler
Infinite level of compilation--compile all folders recursively.
DEPTH_ONE - Static variable in class org.openide.compiler.Compiler
Penultimate level of compilation--folder should compile just directly contained files, but not recursively.
DEPTH_ZERO - Static variable in class org.openide.compiler.Compiler
Zero level of compilation--leaves should compile themself, but folders should do nothing.
depth() - Method in class org.openide.actions.AbstractCompileAction
Get the depth the compiler compiles on.
depth() - Method in class org.openide.actions.CompileAllAction
 
depth() - Method in class org.openide.actions.CompileAction
 
depth() - Method in class org.openide.actions.BuildAction
 
depth() - Method in class org.openide.actions.BuildAllAction
 
depth() - Method in class org.openide.actions.CleanAllAction
 
depth() - Method in class org.openide.actions.CleanAction
 
deregister(String) - Method in class org.openide.execution.NbfsStreamHandlerFactory
Deregister a stream handler.
deregisterServer(HttpServer.Impl) - Static method in class org.openide.util.HttpServer
Deregister the system HTTP server.
description() - Method in interface org.openide.src.JavaDocTag.SerialField
Return the field comment.
deserialize(FileObject) - Static method in class org.openide.loaders.DataShadow
Loads proper dataShadow from the file fileObject.
destroy() - Method in class org.openide.loaders.DataNode
 
destroy() - Method in class org.openide.loaders.DataShadow.ShadowNode
 
destroy() - Method in class org.openide.nodes.Node
Remove the node from its parent and deletes it.
destroy() - Method in class org.openide.nodes.FilterNode
 
destroy() - Method in class org.openide.nodes.BeanNode
Detaches all listeners from the bean and destroys it.
destroy() - Method in class org.openide.src.nodes.InitializerElementNode
 
destroy() - Method in class org.openide.src.nodes.ConstructorElementNode
 
destroy() - Method in class org.openide.src.nodes.FieldElementNode
 
destroy() - Method in class org.openide.src.nodes.ClassElementNode
Remove this class from its declaring class or source file.
destroy() - Method in class org.openide.src.nodes.MethodElementNode
 
destroyNodes(Node[]) - Method in class org.openide.nodes.Children.Keys
Called when the nodes have been removed from the children.
detach() - Method in class org.openide.explorer.ExplorerActions
Detach from manager currently being listened on.
detach() - Method in class org.openide.text.Annotation
Detach annotation.
DialogDescriptor - class org.openide.DialogDescriptor.
A description of a standard dialog.
DialogDescriptor(Object, String) - Constructor for class org.openide.DialogDescriptor
Create modal dialog descriptor with given title and inner part, with OK/Cancel buttons with default alignment, no help available.
DialogDescriptor(Object, String, boolean, ActionListener) - Constructor for class org.openide.DialogDescriptor
Create dialog descriptor with given title, inner part and modal status, with OK/Cancel buttons displayed with default alignment, no help available.
DialogDescriptor(Object, String, boolean, int, Object, ActionListener) - Constructor for class org.openide.DialogDescriptor
Create dialog descriptor with given title, inner part, modal status, option type and default option.
DialogDescriptor(Object, String, boolean, int, Object, int, HelpCtx, ActionListener) - Constructor for class org.openide.DialogDescriptor
Create dialog descriptor.
DialogDescriptor(Object, String, boolean, Object[], Object, int, HelpCtx, ActionListener) - Constructor for class org.openide.DialogDescriptor
Create dialog descriptor; possibility of specifying custom array of options and their alignment.
disableDelegation(int) - Method in class org.openide.nodes.FilterNode
Disable delegation of a set of methods.
discardAllEdits() - Method in class org.openide.awt.UndoRedo.Manager
Discard all the existing edits from the undomanager.
displayFormat - Variable in class org.openide.nodes.AbstractNode
Message format to use for creation of the display name.
displayName() - Method in class org.openide.ServiceType
Default human-presentable name of the service type.
displayName() - Method in class org.openide.debugger.DebuggerType.Default
 
displayName() - Method in class org.openide.explorer.propertysheet.PropertySheetSettings
 
displayName() - Method in class org.openide.options.SystemOption
Get the display name of this system option.
displayName() - Method in class org.openide.src.nodes.SourceOptions
 
displayName() - Method in class org.openide.text.PrintSettings
 
displayName() - Method in class org.openide.text.NbDocument.Colors
Deprecated.  
displayName(Object) - Method in interface org.openide.util.lookup.InstanceContent.Convertor
The human presentable name for the object.
dispose() - Method in class org.openide.loaders.DataObject
Allows subclasses to discard the object.
dispose() - Method in class org.openide.loaders.InstanceDataObject
 
DND_COPY - Static variable in class org.openide.loaders.LoaderTransfer
 
DND_COPY - Static variable in class org.openide.nodes.NodeTransfer
 
DND_COPY_OR_MOVE - Static variable in class org.openide.loaders.LoaderTransfer
 
DND_COPY_OR_MOVE - Static variable in class org.openide.nodes.NodeTransfer
 
DND_END - Static variable in class org.openide.awt.Toolbar.DnDEvent
Type of DnDEvent.
DND_LINE - Static variable in class org.openide.awt.Toolbar.DnDEvent
Type of DnDEvent.
DND_LINK - Static variable in class org.openide.loaders.LoaderTransfer
 
DND_LINK - Static variable in class org.openide.nodes.NodeTransfer
 
DND_MOVE - Static variable in class org.openide.loaders.LoaderTransfer
 
DND_MOVE - Static variable in class org.openide.nodes.NodeTransfer
 
DND_NONE - Static variable in class org.openide.loaders.LoaderTransfer
Constants for drag-n-drop operations.
DND_NONE - Static variable in class org.openide.nodes.NodeTransfer
Constants for drag-n-drop operations.
DND_ONE - Static variable in class org.openide.awt.Toolbar.DnDEvent
Type of DnDEvent.
DND_REFERENCE - Static variable in class org.openide.loaders.LoaderTransfer
 
DND_REFERENCE - Static variable in class org.openide.nodes.NodeTransfer
 
DOC - Static variable in class org.openide.filesystems.FileSystemCapability
Well known ability to contain documentation files
dockInto(TopComponent) - Method in interface org.openide.windows.Mode
Attaches a component to a mode for this workspace.
doClick(int) - Method in class org.openide.awt.Actions.SubMenu
 
doClick(int) - Method in class org.openide.explorer.view.MenuView.MenuItem
Inform the acceptor.
document(DocumentListener, Object) - Static method in class org.openide.util.WeakListener
 
DocumentLine - class org.openide.text.DocumentLine.
Implementation of a line in a StyledDocument.
DocumentLine.Set - class org.openide.text.DocumentLine.Set.
Abstract implementation of Line.Set.
DocumentLine.Set(StyledDocument) - Constructor for class org.openide.text.DocumentLine.Set
Constructor.
DocumentLine(DataObject, PositionRef) - Constructor for class org.openide.text.DocumentLine
Constructor.
DOUBLE - Static variable in class org.openide.src.Type
double primitive type.
drag() - Method in class org.openide.loaders.DataShadow.ShadowNode
This implementation only calls clipboardCopy supposing that copy to clipboard and copy by d'n'd are similar.
drag() - Method in class org.openide.nodes.Node
Called when a drag is started with this node.
drag() - Method in class org.openide.nodes.AbstractNode
This implementation only calls clipboardCopy supposing that copy to clipboard and copy by d'n'd are similar.
drag() - Method in class org.openide.nodes.FilterNode
 
dragToolbar(Toolbar.DnDEvent) - Method in interface org.openide.awt.Toolbar.DnDListener
Invoced when toolbar is dragged.
dropToolbar(Toolbar.DnDEvent) - Method in interface org.openide.awt.Toolbar.DnDListener
Invoced when toolbar is dropped.
dynamicChange(JPopupMenu, boolean) - Static method in class org.openide.awt.JPopupMenuUtils
 
dynamicChangeToSubmenu(JPopupMenu, boolean) - Static method in class org.openide.awt.JPopupMenuUtils
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y
Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.