站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

N-Index (NetBeans APIs) - NetBeans API Javadoc 4.1.0

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

NETWORK - Static variable in class org.openide.filesystems.URLMapper
URL which works from networked machines.
NEXT_OPTION - Static variable in class org.openide.WizardDescriptor
"Next" button option.
NONE - Static variable in class org.openide.awt.SplittedPanel
Deprecated. 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.
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.
NO_OPTION - Static variable in class org.openide.NotifyDescriptor
Return value if NO is chosen.
NbBundle - class org.openide.util.NbBundle.
Convenience class permitting easy loading of localized resources of various sorts.
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.
NbBundle.ClassLoaderFinder - interface org.openide.util.NbBundle.ClassLoaderFinder.
Deprecated. Useless.
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.CustomToolbar - interface org.openide.text.NbDocument.CustomToolbar.
Enabled documents to add special UI toolbar 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.
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.
NewAction - class org.openide.actions.NewAction.
Creates a new child of the activated node, if appropriate.
NewAction() - Constructor for class org.openide.actions.NewAction
 
NewType - class org.openide.util.datatransfer.NewType.
Describes a type that can be created anew.
NewType() - Constructor for class org.openide.util.datatransfer.NewType
 
NextTabAction - class org.openide.actions.NextTabAction.
Switches to the next tab in a window.
NextTabAction() - Constructor for class org.openide.actions.NextTabAction
 
Node - class org.openide.nodes.Node.
A node represents one element in a hierarchy of objects (beans).
Node(Children) - Constructor for class org.openide.nodes.Node
Creates a new node with a given hierarchy of children.
Node(Children, Lookup) - Constructor for class org.openide.nodes.Node
Creates a new node with a given hierarchy of children and a lookup providing content for Node.getCookie(java.lang.Class) and Node.getLookup() methods.
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.
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
 
NodeCustomizer - interface org.openide.explorer.propertysheet.editors.NodeCustomizer.
Deprecated. Use PropertyEnv instead.
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.
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
NodeListener - interface org.openide.nodes.NodeListener.
Listener to special changes in Nodes.
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.
NodeOperation - class org.openide.nodes.NodeOperation.
Provides common operations on nodes.
NodeOperation() - Constructor for class org.openide.nodes.NodeOperation
Subclass constructor.
NodePropertyEditor - interface org.openide.explorer.propertysheet.editors.NodePropertyEditor.
Deprecated. Use PropertyEnv instead.
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
Deprecated. bigIcons was only used by IconView, and not used by that anymore. NodeRenderer will automatically detect if the view it's rendering for is an instance of IconView.
NodeReorderEvent - class org.openide.nodes.NodeReorderEvent.
Event describing change in the list of a node's children.
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
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.
NotifyDescriptor - class org.openide.NotifyDescriptor.
This class provides a description of a user notification to be displayed.
NotifyDescriptor(Object, String, int, int, Object[], Object) - Constructor for class org.openide.NotifyDescriptor
Creates a new notify descriptor with specified information to report.
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, String) - Constructor for class org.openide.NotifyDescriptor.Confirmation
Create a yes/no/cancel question.
NotifyDescriptor.Confirmation(Object, int) - Constructor for class org.openide.NotifyDescriptor.Confirmation
Create a question with default title.
NotifyDescriptor.Confirmation(Object, String, int) - Constructor for class org.openide.NotifyDescriptor.Confirmation
Create a question.
NotifyDescriptor.Confirmation(Object, int, int) - Constructor for class org.openide.NotifyDescriptor.Confirmation
Create a confirmation with default title.
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 ErrorManager.notify(int, java.lang.Throwable).
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.
NullInputStream - class org.openide.util.io.NullInputStream.
Input stream that is always empty.
NullInputStream() - Constructor for class org.openide.util.io.NullInputStream
Create an empty null input stream.
NullOutputStream - class org.openide.util.io.NullOutputStream.
null OutputStream utility
NullOutputStream() - Constructor for class org.openide.util.io.NullOutputStream
 
name() - Method in class org.openide.WizardDescriptor.ArrayIterator
 
name() - Method in interface org.openide.WizardDescriptor.Iterator
Get the name of the current panel.
nameChanged() - Method in interface org.openide.windows.WindowManager.Component
Deprecated. Called when the name of the top component changes.
nbfsURLStreamHandler() - Static method in class org.openide.filesystems.FileUtil
Construct a stream handler that handles the nbfs URL protocol used for accessing file objects directly.
newIndexOf(int) - Method in class org.openide.nodes.NodeReorderEvent
Get the new position of the child that had been at a given position.
next() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
nextPanel() - Method in class org.openide.WizardDescriptor.ArrayIterator
 
nextPanel() - Method in interface org.openide.WizardDescriptor.Iterator
Move to the next panel.
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(Transferable, int) - Static method in class org.openide.nodes.NodeTransfer
Obtain a node from a transferable.
node(NodeListener, Object) - Static method in class org.openide.util.WeakListener
Deprecated. Use NodeOp.weakNodeListener(org.openide.nodes.NodeListener, java.lang.Object) or WeakListeners.create(java.lang.Class, java.util.EventListener, java.lang.Object)
nodeDestroyed(NodeEvent) - Method in class org.openide.nodes.FilterNode.NodeAdapter
 
nodeDestroyed(NodeEvent) - Method in 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.util.WeakListener.Node
Deprecated. Delegates to the original listener.
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 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.
normalizeFile(File) - Static method in class org.openide.filesystems.FileUtil
Normalize a file path to a clean form.
notify(NotifyDescriptor) - Method in class org.openide.DialogDisplayer
Notify the user of something in a message box, possibly with feedback.
notify(int, Throwable) - Method in class org.openide.ErrorManager
Prints the exception to the log file and (possibly) notifies the user.
notify(Throwable) - Method in class org.openide.ErrorManager
Prints the exception to the log file and (possibly) notifies the user.
notify(ConnectionCookie.Event) - Method in interface org.openide.cookies.ConnectionCookie.Listener
Notifies that the an event happended.
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.
notifyDetached(Annotatable) - Method in class org.openide.text.Annotation
Notifies the annotation that it was detached from the annotatable.
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 filesystem to another.
notifyModified() - Method in class org.openide.text.CloneableEditorSupport
Called when the document is being 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
Deprecated.  
notifySpinButtonListenersAboutUpMove() - Method in class org.openide.awt.SpinButton
Deprecated.  
notifyUnmodified() - Method in class org.openide.text.CloneableEditorSupport
Notification method called when the document become unmodified.

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 May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.