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

N

name() - Method in interface org.openide.WizardDescriptor.Iterator
Get the name of the current panel.
name() - Method in class org.openide.WizardDescriptor.ArrayIterator
 
name() - Method in interface org.openide.src.JavaDocTag
Return the name of this tag.
nameChanged() - Method in interface org.openide.windows.WindowManager.Component
Called when the name of the top component changes.
NAMES - Static variable in class org.openide.loaders.DataFolder.SortMode
Objects are sorted by their names.
NbBundle - class org.openide.util.NbBundle.
Convenience class permitting easy loading of localized resources of various sorts.
NbBundle.ClassLoaderFinder - interface org.openide.util.NbBundle.ClassLoaderFinder.
Deprecated. Useless.
NbBundle() - Constructor for class org.openide.util.NbBundle
Deprecated. There is no reason to instantiate or subclass this class. All methods in it are static.
NbClassLoader - class org.openide.execution.NbClassLoader.
A class loader which is capable of loading classes from the Repository.
NbClassLoader() - Constructor for class org.openide.execution.NbClassLoader
Create a new class loader retrieving classes from the core IDE as well as the Repository.
NbClassLoader(FileSystem[]) - Constructor for class org.openide.execution.NbClassLoader
Create a new class loader retrieving classes from the core IDE as well as specified file systems.
NbClassLoader(FileSystem[], ClassLoader) - Constructor for class org.openide.execution.NbClassLoader
Create a new class loader.
NbClassLoader(InputOutput) - Constructor for class org.openide.execution.NbClassLoader
Create a new class loader retrieving classes from the core IDE as well as the Repository, and redirecting system I/O.
NbClassPath - class org.openide.execution.NbClassPath.
Property that can hold informations about class path and that can be used to create string representation of the class path.
NbClassPath(File[]) - Constructor for class org.openide.execution.NbClassPath
Create a new descriptor for the specified process, classpath switch, and classpath.
NbClassPath(String) - Constructor for class org.openide.execution.NbClassPath
Create a class path from the usual string representation.
NbClassPath(String[]) - Constructor for class org.openide.execution.NbClassPath
Create a new descriptor for the specified process, classpath switch, and classpath.
NbDocument - class org.openide.text.NbDocument.
Dummy class holding utility methods for working with NetBeans document conventions.
NbDocument.Annotatable - interface org.openide.text.NbDocument.Annotatable.
Enhanced version of document which is capable of attaching/detaching of annotations.
NbDocument.Colors - class org.openide.text.NbDocument.Colors.
Deprecated. Not useful for anything.
NbDocument.Colors() - Constructor for class org.openide.text.NbDocument.Colors
Deprecated.  
NbDocument.CustomEditor - interface org.openide.text.NbDocument.CustomEditor.
Enabled documents to add special UI components to their Editor pane.
NbDocument.PositionBiasable - interface org.openide.text.NbDocument.PositionBiasable.
Enhanced version of document that provides better support for holding and working with biased positions.
NbDocument.Printable - interface org.openide.text.NbDocument.Printable.
Document which may support styled text printing.
NbDocument.WriteLockable - interface org.openide.text.NbDocument.WriteLockable.
Specialized version of document that knows how to lock the document for complex modifications.
NbfsStreamHandlerFactory - class org.openide.execution.NbfsStreamHandlerFactory.
Handle custom URL protocols.
NbfsStreamHandlerFactory() - Constructor for class org.openide.execution.NbfsStreamHandlerFactory
Create a factory, and preregister several useful protocols.
NbfsURLConnection - class org.openide.execution.NbfsURLConnection.
Special URL connection directly accessing an internal file object.
NbfsURLConnection(URL) - Constructor for class org.openide.execution.NbfsURLConnection
Create a new connection to a FileObject.
NbMarshalledObject - class org.openide.util.io.NbMarshalledObject.
Object that holds serialized reference to another object.
NbMarshalledObject(Object) - Constructor for class org.openide.util.io.NbMarshalledObject
Creates a new NbMarshalledObject that contains the serialized representation of the provided object.
NbObjectInputStream - class org.openide.util.io.NbObjectInputStream.
Controlled deserialization stream using the system class loader.
NbObjectInputStream(InputStream) - Constructor for class org.openide.util.io.NbObjectInputStream
Create a new object input.
NbObjectOutputStream - class org.openide.util.io.NbObjectOutputStream.
Object output stream that could in the future be smart about saving certain objects.
NbObjectOutputStream(OutputStream) - Constructor for class org.openide.util.io.NbObjectOutputStream
Create a new object output.
NbProcessDescriptor - class org.openide.execution.NbProcessDescriptor.
Encapsulates start information for a process.
NbProcessDescriptor(String, String) - Constructor for class org.openide.execution.NbProcessDescriptor
Create a new descriptor for the specified process, classpath switch, and classpath.
NbProcessDescriptor(String, String, String) - Constructor for class org.openide.execution.NbProcessDescriptor
Create a new descriptor for the specified process, classpath switch, and classpath.
needsIO() - Method in class org.openide.execution.Executor
Instruct the execution engine whether the process might need I/O communication with the user.
NewAction - class org.openide.actions.NewAction.
Creates a new child of the activated node, if appropriate.
NewAction() - Constructor for class org.openide.actions.NewAction
 
newIndexOf(int) - Method in class org.openide.nodes.NodeReorderEvent
Get the new position of the child that had been at a given position.
NewTemplateAction - class org.openide.actions.NewTemplateAction.
Creates a new object from template in the selected folder.
NewTemplateAction.Cookie - interface org.openide.actions.NewTemplateAction.Cookie.
Cookie that can be implemented by a node if it wishes to have a special templates wizard.
NewTemplateAction() - Constructor for class org.openide.actions.NewTemplateAction
 
NewType - class org.openide.util.datatransfer.NewType.
Describes a type that can be created anew.
NewType() - Constructor for class org.openide.util.datatransfer.NewType
 
NEXT_OPTION - Static variable in class org.openide.WizardDescriptor
"Next" button option.
next() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
nextDepth() - Method in class org.openide.compiler.Compiler.Depth
Proceed to the next level.
nextElement() - Method in class org.openide.util.enum.AlterEnumeration
 
nextElement() - Method in class org.openide.util.enum.ArrayEnumeration
Returns the next element of this enumeration.
nextElement() - Method in class org.openide.util.enum.SingletonEnumeration
Returns the next element of this enumeration.
nextElement() - Method in class org.openide.util.enum.QueueEnumeration
 
nextElement() - Method in class org.openide.util.enum.FilterEnumeration
 
nextElement() - Method in class org.openide.util.enum.EmptyEnumeration
 
nextElement() - Method in class org.openide.util.enum.SequenceEnumeration
 
nextPanel() - Method in interface org.openide.WizardDescriptor.Iterator
Move to the next panel.
nextPanel() - Method in class org.openide.WizardDescriptor.ArrayIterator
 
NextTabAction - class org.openide.actions.NextTabAction.
Switches to the next tab in a window.
NextTabAction() - Constructor for class org.openide.actions.NextTabAction
 
NO_OPTION - Static variable in class org.openide.NotifyDescriptor
Return value if NO is chosen.
node - Variable in class org.openide.explorer.view.MenuView.Menu
The node represented.
node - Variable in class org.openide.explorer.view.MenuView.MenuItem
The node represented.
Node - class org.openide.nodes.Node.
A node represents one element in a hierarchy of objects (beans).
Node.Cookie - interface org.openide.nodes.Node.Cookie.
Marker interface for all cookies.
Node.Handle - interface org.openide.nodes.Node.Handle.
Serializable node reference.
Node.IndexedProperty - class org.openide.nodes.Node.IndexedProperty.
Description of an indexed property and operations on it.
Node.IndexedProperty(Class, Class) - Constructor for class org.openide.nodes.Node.IndexedProperty
Constructor.
Node.Property - class org.openide.nodes.Node.Property.
Description of a Bean property on a node, and operations on it.
Node.Property(Class) - Constructor for class org.openide.nodes.Node.Property
Constructor.
Node.PropertySet - class org.openide.nodes.Node.PropertySet.
Class that represents one set of properties.
Node.PropertySet() - Constructor for class org.openide.nodes.Node.PropertySet
Default constructor.
Node.PropertySet(String, String, String) - Constructor for class org.openide.nodes.Node.PropertySet
Create a property set.
Node(Children) - Constructor for class org.openide.nodes.Node
Creates a new node with a given hierarchy of children.
node(NodeListener, Object) - Static method in class org.openide.util.WeakListener
Creates a weak listener.
node(Transferable, int) - Static method in class org.openide.nodes.NodeTransfer
Obtain a node from a transferable.
NodeAcceptor - interface org.openide.nodes.NodeAcceptor.
Discriminator accepting only certain sets of nodes.
NodeAction - class org.openide.util.actions.NodeAction.
An action which can listen to the activated node selection.
NodeAction() - Constructor for class org.openide.util.actions.NodeAction
 
NodeAdapter - class org.openide.nodes.NodeAdapter.
Empty adapter for NodeListener.
NodeAdapter() - Constructor for class org.openide.nodes.NodeAdapter
 
nodeDestroyed(NodeEvent) - Method in interface org.openide.nodes.NodeListener
Fired when the node is deleted.
nodeDestroyed(NodeEvent) - Method in class org.openide.nodes.FilterNode.NodeAdapter
 
nodeDestroyed(NodeEvent) - Method in class org.openide.nodes.NodeAdapter
 
nodeDestroyed(NodeEvent) - Method in class org.openide.util.WeakListener.Node
Deprecated. Delegates to the original listener.
NodeEvent - class org.openide.nodes.NodeEvent.
Event describing a change in a node.
NodeEvent(Node) - Constructor for class org.openide.nodes.NodeEvent
Create a new event.
NodeListener - interface org.openide.nodes.NodeListener.
Listener to special changes in Nodes.
NodeListModel - class org.openide.explorer.view.NodeListModel.
Model for displaying the nodes in list and choice.
NodeListModel() - Constructor for class org.openide.explorer.view.NodeListModel
Creates new NodeTreeModel
NodeListModel(Node) - Constructor for class org.openide.explorer.view.NodeListModel
Creates new NodeTreeModel
NodeMemberEvent - class org.openide.nodes.NodeMemberEvent.
Event describing change in the list of a node's children.
NodeNotFoundException - exception org.openide.nodes.NodeNotFoundException.
Exception indicating that a node could not be found while traversing a path from the root.
NodeOp - class org.openide.nodes.NodeOp.
Utility class for operations on nodes.
NodeRenderer - class org.openide.explorer.view.NodeRenderer.
Default renderer for nodes.
NodeRenderer() - Constructor for class org.openide.explorer.view.NodeRenderer
Creates default renderer.
NodeRenderer(boolean) - Constructor for class org.openide.explorer.view.NodeRenderer
Creates renderer.
NodeReorderEvent - class org.openide.nodes.NodeReorderEvent.
Event describing change in the list of a node's children.
nodes - Variable in class org.openide.nodes.Children.Array
vector of added children
nodes - Variable in class org.openide.nodes.Children.Map
A map to use to store children in.
nodes() - Method in interface org.openide.Places
Interesting places for nodes.
nodes() - Method in class org.openide.nodes.Children
Get the nodes as an enumeration.
nodes(Transferable, int) - Static method in class org.openide.nodes.NodeTransfer
Obtain a list of nodes from a transferable.
NodeTableModel - class org.openide.explorer.view.NodeTableModel.
Table model with properties (Node.Property) as columns and nodes (Node) as rows.
NodeTableModel() - Constructor for class org.openide.explorer.view.NodeTableModel
 
NodeTransfer - class org.openide.nodes.NodeTransfer.
Class that contains specific datatransfer flavors and methods to work with nodes.
NodeTransfer.Paste - interface org.openide.nodes.NodeTransfer.Paste.
An intelligent source of paste types (ways how to paste) for a target node.
NodeTreeModel - class org.openide.explorer.view.NodeTreeModel.
Model for displaying the nodes in tree.
NodeTreeModel() - Constructor for class org.openide.explorer.view.NodeTreeModel
Creates new NodeTreeModel
NodeTreeModel(Node) - Constructor for class org.openide.explorer.view.NodeTreeModel
Creates new NodeTreeModel
NONE - Static variable in class org.openide.awt.SplittedPanel
constant for no split - only the first (left/top) component will be shown
NONE - Static variable in interface org.openide.awt.UndoRedo
Empty implementation that does not allow any undo or redo actions.
NONE - Static variable in class org.openide.filesystems.FileLock
Constant that can be used in filesystems that do not support locking.
NONE - Static variable in class org.openide.loaders.DataFolder.SortMode
Objects are unsorted.
NORMAL_STYLE_NAME - Static variable in class org.openide.text.NbDocument
Name of style attached to documents to unmark a paragraph (line) as anything special.
NOT_YET_RESOLVED - Static variable in class org.openide.src.Identifier
The identifier was not yet resolved, it was constructed without context information or with unsuitable context.
notify(ConnectionCookie.Event) - Method in interface org.openide.cookies.ConnectionCookie.Listener
Notifies that the an event happended.
notify(int, Throwable) - Method in class org.openide.ErrorManager
Prints the exception to the log file and (possibly) notifies the user.
notify(NotifyDescriptor) - Method in class org.openide.TopManager
Notify the user of something in a message box, possibly with feedback.
notify(Throwable) - Method in class org.openide.ErrorManager
Prints the exception to the log file and (possibly) notifies the user.
notifyAttached(Annotatable) - Method in class org.openide.text.Annotation
Notifies the annotation that it was attached to the annotatable.
notifyClosed() - Method in class org.openide.text.CloneableEditorSupport
Method that is called when all components of the support are closed.
notifyClosed() - Method in class org.openide.text.EditorSupport
Deprecated. Called when the document is closed and released from memory.
NotifyDescriptor - class org.openide.NotifyDescriptor.
This class provides a description of a user notification to be displayed.
NotifyDescriptor.Confirmation - class org.openide.NotifyDescriptor.Confirmation.
Provides a description of a possible action and requests confirmation from the user before proceeding.
NotifyDescriptor.Confirmation(Object) - Constructor for class org.openide.NotifyDescriptor.Confirmation
Create a yes/no/cancel question with default title.
NotifyDescriptor.Confirmation(Object, int) - Constructor for class org.openide.NotifyDescriptor.Confirmation
Create a question with default title.
NotifyDescriptor.Confirmation(Object, int, int) - Constructor for class org.openide.NotifyDescriptor.Confirmation
Create a confirmation with default title.
NotifyDescriptor.Confirmation(Object, String) - Constructor for class org.openide.NotifyDescriptor.Confirmation
Create a yes/no/cancel question.
NotifyDescriptor.Confirmation(Object, String, int) - Constructor for class org.openide.NotifyDescriptor.Confirmation
Create a question.
NotifyDescriptor.Confirmation(Object, String, int, int) - Constructor for class org.openide.NotifyDescriptor.Confirmation
Create a confirmation.
NotifyDescriptor.Exception - class org.openide.NotifyDescriptor.Exception.
Deprecated. Better to use TopManager.notifyException(java.lang.Throwable), or for more control various methods in ErrorManager.
NotifyDescriptor.Exception(Throwable) - Constructor for class org.openide.NotifyDescriptor.Exception
Deprecated. Create an exception report with default message.
NotifyDescriptor.Exception(Throwable, Object) - Constructor for class org.openide.NotifyDescriptor.Exception
Deprecated. Create an exception report.
NotifyDescriptor.InputLine - class org.openide.NotifyDescriptor.InputLine.
Notification providing for a line of text input.
NotifyDescriptor.InputLine(String, String) - Constructor for class org.openide.NotifyDescriptor.InputLine
Construct dialog with the specified title and label text.
NotifyDescriptor.InputLine(String, String, int, int) - Constructor for class org.openide.NotifyDescriptor.InputLine
Construct dialog with the specified title, label text, option and message types.
NotifyDescriptor.Message - class org.openide.NotifyDescriptor.Message.
Provides information about the results of a command.
NotifyDescriptor.Message(Object) - Constructor for class org.openide.NotifyDescriptor.Message
Create an informational report about the results of a command.
NotifyDescriptor.Message(Object, int) - Constructor for class org.openide.NotifyDescriptor.Message
Create a report about the results of a command.
NotifyDescriptor(Object, String, int, int, Object[], Object) - Constructor for class org.openide.NotifyDescriptor
Creates a new notify descriptor with specified information to report.
notifyDetached(Annotatable) - Method in class org.openide.text.Annotation
Notifies the annotation that it was detached from the annotatable.
notifyError(String, int, int, String, String) - Method in class org.openide.compiler.ExternalCompilerGroup
Notifies (fires) about an error; all parameters are description of the error
notifyException(Throwable) - Method in class org.openide.TopManager
Notify the user of an otherwise unhandled Java exception.
notifyFinished() - Method in class org.openide.util.Task
Notify all waiters that this task has finished.
notifyMigration(FileObject) - Method in class org.openide.filesystems.MultiFileSystem
Notification that a file has migrated from one file system to another.
notifyModified() - Method in class org.openide.text.CloneableEditorSupport
Called when the document is being modified.
notifyModified() - Method in class org.openide.text.EditorSupport
Deprecated. Overrides the super method to add a save cookie if the document has been marked modified.
notifyRunning() - Method in class org.openide.util.Task
Changes the state of the task to be running.
notifySpinButtonListenersAboutDownMove() - Method in class org.openide.awt.SpinButton
 
notifySpinButtonListenersAboutUpMove() - Method in class org.openide.awt.SpinButton
 
notifyUnmodified() - Method in class org.openide.text.CloneableEditorSupport
Notification method called when the document become unmodified.
notifyUnmodified() - Method in class org.openide.text.EditorSupport
Deprecated. Notification method called when the document become unmodified.
NotImplementedException - exception org.openide.util.NotImplementedException.
Should be thrown when a feature is not implemented.
NotImplementedException() - Constructor for class org.openide.util.NotImplementedException
Creates new exception NotImplementedException
NotImplementedException(String) - Constructor for class org.openide.util.NotImplementedException
Creates new exception NotImplementedException with text specified string s.
NULL - Static variable in interface org.openide.windows.InputOutput
Null InputOutput
NullInputStream - class org.openide.util.io.NullInputStream.
null InputStream utility
NullInputStream() - Constructor for class org.openide.util.io.NullInputStream
 
NullOutputStream - class org.openide.util.io.NullOutputStream.
null OutputStream utility
NullOutputStream() - Constructor for class org.openide.util.io.NullOutputStream
 
nullReader - Static variable in interface org.openide.windows.InputOutput
Deprecated. Use InputOutput.NULL instead.
nullWriter - Static variable in interface org.openide.windows.InputOutput
Deprecated. Use InputOutput.NULL instead.

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.