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

A-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

A

ADD_BOTTOM - Static variable in class org.openide.awt.SplittedPanel
Deprecated. constraints constant for adding a component to the bottom(right) pane (an alias for the ADD_SECOND constant)
ADD_FIRST - Static variable in class org.openide.awt.SplittedPanel
Deprecated. constraints constant for adding a component to the first (left/top) pane
ADD_LEFT - Static variable in class org.openide.awt.SplittedPanel
Deprecated. constraints constant for adding a component to the left(top) pane (an alias for the ADD_FIRST constant)
ADD_RIGHT - Static variable in class org.openide.awt.SplittedPanel
Deprecated. constraints constant for adding a component to the right(bottom) pane (an alias for the ADD_SECOND constant)
ADD_SECOND - Static variable in class org.openide.awt.SplittedPanel
Deprecated. constraints constant for adding a component to the second (right/bottom) pane
ADD_SPLITTER - Static variable in class org.openide.awt.SplittedPanel
Deprecated. constraints constant for adding a splitter
ADD_TOP - Static variable in class org.openide.awt.SplittedPanel
Deprecated. constraints constant for adding a component to the top(left) pane (an alias for the ADD_FIRST constant)
ALL - Static variable in class org.openide.filesystems.FileSystemCapability
Deprecated. Object that is capable of every thing.
ALWAYS_AS_STRING - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation, useless.
ATTR_EXT - Static variable in class org.openide.filesystems.DefaultAttributes
Deprecated. does not handle XML attributes
ATTR_NAME - Static variable in class org.openide.filesystems.DefaultAttributes
Deprecated. does not handle XML attributes
ATTR_NAME_EXT - Static variable in class org.openide.filesystems.DefaultAttributes
Deprecated. does not handle XML attributes
AbstractFileSystem - class org.openide.filesystems.AbstractFileSystem.
This convenience implementation does much of the hard work of FileSystem and is generally more pleasant to create subclasses of.
AbstractFileSystem() - Constructor for class org.openide.filesystems.AbstractFileSystem
 
AbstractFileSystem.Attr - interface org.openide.filesystems.AbstractFileSystem.Attr.
Handle attributes of files.
AbstractFileSystem.Change - interface org.openide.filesystems.AbstractFileSystem.Change.
Controls modification of files.
AbstractFileSystem.Info - interface org.openide.filesystems.AbstractFileSystem.Info.
Information about files.
AbstractFileSystem.List - interface org.openide.filesystems.AbstractFileSystem.List.
Provides access to the hierarchy of resources.
AbstractFileSystem.Transfer - interface org.openide.filesystems.AbstractFileSystem.Transfer.
Controls on moving of files.
AbstractLookup - class org.openide.util.lookup.AbstractLookup.
Implementation of the lookup from OpenAPIs that is based on the introduction of Item.
AbstractLookup(AbstractLookup.Content) - Constructor for class org.openide.util.lookup.AbstractLookup
Constructor to create this lookup and associate it with given Content.
AbstractLookup() - Constructor for class org.openide.util.lookup.AbstractLookup
Default constructor for subclasses that do not need to provide a content
AbstractLookup.Content - class org.openide.util.lookup.AbstractLookup.Content.
A class that can be used by the creator of the AbstractLookup to control its content.
AbstractLookup.Content() - Constructor for class org.openide.util.lookup.AbstractLookup.Content
 
AbstractLookup.Pair - class org.openide.util.lookup.AbstractLookup.Pair.
Extension to the default lookup item that offers additional information for the data structures use in AbstractLookup
AbstractLookup.Pair() - Constructor for class org.openide.util.lookup.AbstractLookup.Pair
For use by subclasses.
AbstractNode - class org.openide.nodes.AbstractNode.
A basic implementation of a node.
AbstractNode(Children) - Constructor for class org.openide.nodes.AbstractNode
Create a new abstract node with a given child set.
AbstractNode(Children, Lookup) - Constructor for class org.openide.nodes.AbstractNode
Create a new abstract node with a given child set and associated lookup.
ActionManager - class org.openide.actions.ActionManager.
Collects access methods to implementation depended functionality for actions package.
ActionManager() - Constructor for class org.openide.actions.ActionManager
 
ActionPerformer - interface org.openide.util.actions.ActionPerformer.
Specifies how an action should be performed.
Actions - class org.openide.awt.Actions.
Supporting class for manipulation with menu and toolbar presenters.
Actions() - Constructor for class org.openide.awt.Actions
 
Actions.CheckboxMenuItem - class org.openide.awt.Actions.CheckboxMenuItem.
CheckboxMenuItem extends the java.awt.CheckboxMenuItem and adds a connection to boolean state actions.
Actions.CheckboxMenuItem(BooleanStateAction, boolean) - Constructor for class org.openide.awt.Actions.CheckboxMenuItem
Constructs a new ActCheckboxMenuItem with the specified label and connects it to the given BooleanStateAction.
Actions.MenuItem - class org.openide.awt.Actions.MenuItem.
Extension of Swing menu item with connection to system actions.
Actions.MenuItem(SystemAction, boolean) - Constructor for class org.openide.awt.Actions.MenuItem
Constructs a new menu item with the specified label and no keyboard shortcut and connects it to the given SystemAction.
Actions.MenuItem(Action, boolean) - Constructor for class org.openide.awt.Actions.MenuItem
Constructs a new menu item with the specified label and no keyboard shortcut and connects it to the given SystemAction.
Actions.SubMenu - class org.openide.awt.Actions.SubMenu.
SubMenu provides easy way of displaying submenu items based on SubMenuModel.
Actions.SubMenu(SystemAction, Actions.SubMenuModel) - Constructor for class org.openide.awt.Actions.SubMenu
Constructs a new ActMenuItem with the specified label and no keyboard shortcut and connects it to the given SystemAction.
Actions.SubMenu(SystemAction, Actions.SubMenuModel, boolean) - Constructor for class org.openide.awt.Actions.SubMenu
Constructs a new ActMenuItem with the specified label and no keyboard shortcut and connects it to the given SystemAction.
Actions.SubMenu(Action, Actions.SubMenuModel, boolean) - Constructor for class org.openide.awt.Actions.SubMenu
Constructs a new ActMenuItem with the specified label and no keyboard shortcut and connects it to the given SystemAction.
Actions.SubMenuModel - interface org.openide.awt.Actions.SubMenuModel.
Interface for the creating Actions.SubMenu.
Actions.ToolbarButton - class org.openide.awt.Actions.ToolbarButton.
Component shown in toolbar, representing an action.
Actions.ToolbarButton(SystemAction) - Constructor for class org.openide.awt.Actions.ToolbarButton
 
Actions.ToolbarButton(Action) - Constructor for class org.openide.awt.Actions.ToolbarButton
 
Actions.ToolbarToggleButton - class org.openide.awt.Actions.ToolbarToggleButton.
The Component for BooleeanState action that is to be shown in a toolbar.
Actions.ToolbarToggleButton(BooleanStateAction) - Constructor for class org.openide.awt.Actions.ToolbarToggleButton
Constructs a new ActToolbarToggleButton for specified action
Annotatable - class org.openide.text.Annotatable.
Classes which are capable of holding annotations must extend this abstract class.
Annotatable() - Constructor for class org.openide.text.Annotatable
 
Annotation - class org.openide.text.Annotation.
Description of annotation.
Annotation() - Constructor for class org.openide.text.Annotation
 
AnnotationProvider - interface org.openide.text.AnnotationProvider.
A provider of annotations for given context.
AsyncGUIJob - interface org.openide.util.AsyncGUIJob.
Service provider interface (SPI) for executing of time consuming task which results are visible in UI.
AttributedCharacters - class org.openide.text.AttributedCharacters.
The class is a support for all classes that implement PrintCookie.
AttributedCharacters() - Constructor for class org.openide.text.AttributedCharacters
 
AttributedCharacters.AttributedCharacterIteratorImpl - class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl.
Implementation of AttributedCharacterIterator interface.
AttributedCharacters.AttributedCharacterIteratorImpl(char[], Font[], Color[], int[], int[]) - Constructor for class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
accept(Node) - Method in interface org.openide.explorer.view.MenuView.Acceptor
Deprecated. whole interface is obsoleted, use NodeAcceptor.acceptNodes(org.openide.nodes.Node[]) instead.
acceptMimeType(String) - Method in class org.openide.text.IndentEngine
Allow subclasses to decide whether they are suitable for the given mime-type or not.
acceptNodes(Node[]) - Method in interface org.openide.nodes.NodeAcceptor
Is the set of nodes acceptable?
accepted(int) - Method in interface org.openide.util.datatransfer.TransferListener
Accepted by a drop operation.
action - Variable in class org.openide.explorer.view.MenuView.Menu
Action listener to attach to all menu items.
action - Variable in class org.openide.explorer.view.MenuView.MenuItem
The action listener to attach to all menu items.
actionCopy(ExplorerManager) - Static method in class org.openide.explorer.ExplorerUtils
Creates copy action
actionCut(ExplorerManager) - Static method in class org.openide.explorer.ExplorerUtils
Creates cut action
actionDelete(ExplorerManager, boolean) - Static method in class org.openide.explorer.ExplorerUtils
Creates delete action
actionPaste(ExplorerManager) - Static method in class org.openide.explorer.ExplorerUtils
Creates paste action
actionPerformed(ActionEvent) - Method in class org.openide.actions.PasteAction
 
actionPerformed(ActionEvent) - Method in class org.openide.actions.ToolsAction
 
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.BooleanStateAction
 
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.CallableSystemAction
 
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.CallbackSystemAction
Perform the action.
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.NodeAction
Deprecated. Using a special action event in this way is deprecated. Better is to use NodeAction.createContextAwareInstance(org.openide.util.Lookup) and pass a lookup containing all desired Node instances.
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.SystemAction
Actually perform the action.
actionsGlobalContext() - Static method in class org.openide.util.Utilities
Global context for actions.
actionsToPopup(Action[], Lookup) - Static method in class org.openide.util.Utilities
Builds a popup menu from actions for provided context specified by Lookup.
actionsToPopup(Action[], Component) - Static method in class org.openide.util.Utilities
Builds a popup menu for provided component.
activate() - Method in interface org.openide.windows.Workspace
Deprecated. Do no use. It is redundant.
activateActions(ExplorerManager, boolean) - Static method in class org.openide.explorer.ExplorerUtils
Activates or deactivates updates of actions for given ExplorerManager.
activateComponent(TopComponent) - Method in class org.openide.windows.WindowManager
Activate a component.
activeReferenceQueue() - Static method in class org.openide.util.Utilities
Useful queue for all parts of system that use java.lang.ref.References together with some ReferenceQueue and need to do some clean up when the reference is enqued.
add(Node[]) - Method in class org.openide.nodes.Children.Array
 
add(Node[]) - Method in class org.openide.nodes.Children.Keys
 
add(Node[]) - Method in class org.openide.nodes.Children.Map
Does nothing.
add(Node[]) - Method in class org.openide.nodes.Children
Add nodes this container.
add(Node.Cookie) - Method in class org.openide.nodes.CookieSet
Add a new cookie to the set.
add(Class, CookieSet.Factory) - Method in class org.openide.nodes.CookieSet
Registers a Factory for given cookie class
add(Class[], CookieSet.Factory) - Method in class org.openide.nodes.CookieSet
Registers a Factory for given cookie classes
add(Node[]) - Method in class org.openide.nodes.FilterNode.Children
 
add(Object) - Method in class org.openide.util.WeakSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class org.openide.util.lookup.InstanceContent
The method to add instance to the lookup with.
add(Object, InstanceContent.Convertor) - Method in class org.openide.util.lookup.InstanceContent
The method to add instance to the lookup with.
addActionListener(ActionListener) - Method in interface org.openide.explorer.propertysheet.InplaceEditor
Add an action listener to the InplaceEditor.
addAnnotation(Annotation) - Method in class org.openide.text.Annotatable
Add annotation to this Annotatable class
addAnnotation(Annotation) - Method in class org.openide.text.DocumentLine
Add annotation to this Annotatable class
addAnnotation(Position, int, Annotation) - Method in interface org.openide.text.NbDocument.Annotatable
Add annotation to the document.
addAnnotation(StyledDocument, Position, int, Annotation) - Static method in class org.openide.text.NbDocument
Add annotation to the document.
addChangeListener(ChangeListener) - Method in class org.openide.WizardDescriptor.ArrayIterator
 
addChangeListener(ChangeListener) - Method in interface org.openide.WizardDescriptor.Iterator
Add a listener to changes of the current panel.
addChangeListener(ChangeListener) - Method in interface org.openide.WizardDescriptor.Panel
Add a listener to changes of the panel's validity.
addChangeListener(ChangeListener) - Method in interface org.openide.actions.ToolsAction.Model
Deprecated.  
addChangeListener(ChangeListener) - Method in interface org.openide.awt.Actions.SubMenuModel
Adds change listener for changes of the model.
addChangeListener(ChangeListener) - Method in class org.openide.awt.StatusDisplayer
Add a listener for when the text changes.
addChangeListener(ChangeListener) - Method in class org.openide.awt.UndoRedo.Empty
Deprecated.  
addChangeListener(ChangeListener) - Method in class org.openide.awt.UndoRedo.Manager
 
addChangeListener(ChangeListener) - Method in interface org.openide.awt.UndoRedo
Add a change listener.
addChangeListener(ChangeListener) - Method in class org.openide.nodes.CookieSet
Add a listener to changes in the cookie set.
addChangeListener(ChangeListener) - Method in class org.openide.nodes.Index.ArrayChildren
 
addChangeListener(ChangeListener) - Method in class org.openide.nodes.Index.Support
 
addChangeListener(ChangeListener) - Method in interface org.openide.nodes.Index
Add a new listener to the listener list.
addChangeListener(ChangeListener) - Method in class org.openide.text.CloneableEditorSupport
Deprecated. Deprecated since 3.40. Use CloneableEditorSupport.addPropertyChangeListener(java.beans.PropertyChangeListener) instead. See also EditorCookie.Observable.
addClassPath(String) - Method in class org.openide.filesystems.FileSystem.Environment
Deprecated. Please use the ClassPath API instead.
addClipboardListener(ClipboardListener) - Method in class org.openide.util.datatransfer.ExClipboard
Add a listener to clipboard operations.
addDocumentListener(DocumentListener) - Method in class org.openide.text.FilterDocument
 
addFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.FileObject
Add new listener to this object.
addFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.FileSystem
Add new listener to this object.
addFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.Repository
Deprecated. useless because there is no filesystem but only default filesystem in Repository. Add new listener directly to default filesystem Repository.getDefaultFileSystem().
addFileStatusListener(FileStatusListener) - Method in class org.openide.filesystems.FileSystem
Registers FileStatusListener to receive events.
addFileSystem(FileSystem) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
addLookupListener(LookupListener) - Method in class org.openide.util.Lookup.Result
Registers a listener that is invoked when there is a possible change in this result.
addMouseListener(MouseListener) - Method in class org.openide.explorer.view.TreeTableView
 
addNodeListener(NodeListener) - Method in class org.openide.nodes.Node
Add a listener to changes in the node's intrinsic properties (name, cookies, etc.).
addNotify() - Method in class org.openide.awt.Actions.SubMenu
Overriden to finish initialization of the bridge on demand
addNotify() - Method in class org.openide.awt.JInlineMenu
Deprecated.  
addNotify() - Method in class org.openide.explorer.propertysheet.PropertyPanel
Overridden to install the inner component that will display the property
addNotify() - Method in class org.openide.explorer.propertysheet.PropertySheet
 
addNotify() - Method in class org.openide.explorer.propertysheet.PropertySheetView
 
addNotify() - Method in class org.openide.explorer.view.ChoiceView
 
addNotify() - Method in class org.openide.explorer.view.ListTableView
Deprecated.  
addNotify() - Method in class org.openide.explorer.view.ListView
 
addNotify() - Method in class org.openide.explorer.view.MenuView
 
addNotify() - Method in class org.openide.explorer.view.TreeTableView
 
addNotify() - Method in class org.openide.explorer.view.TreeView
Initializes the component and lookup explorer manager.
addNotify() - Method in class org.openide.filesystems.FileSystem
Notifies this filesystem that it has been added to the repository.
addNotify() - Method in class org.openide.filesystems.MultiFileSystem
Notifies all encapsulated filesystems in advance to superclass behaviour.
addNotify() - Method in class org.openide.filesystems.XMLFileSystem
Notifies this filesystem that it has been added to the repository.
addNotify() - Method in class org.openide.nodes.BeanChildren
 
addNotify() - Method in class org.openide.nodes.Children
Called when children are first asked for nodes.
addNotify() - Method in class org.openide.nodes.FilterNode.Children
Initializes listening to changes in original node.
addNotify() - Method in class org.openide.util.SharedClassObject
Notify subclasses that the first listener has been added to this object.
addNotify() - Method in class org.openide.util.actions.NodeAction
Initializes selection listener.
addOption(SystemOption) - Method in class org.openide.options.ContextSystemOption
Add a new option to the set.
addPair(AbstractLookup.Pair) - Method in class org.openide.util.lookup.AbstractLookup.Content
The method to add instance to the lookup with.
addPair(AbstractLookup.Pair) - Method in class org.openide.util.lookup.AbstractLookup
The method to add instance to the lookup with.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.NotifyDescriptor
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.ServiceType
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.actions.ActionManager
Registers PropertyChangeListener to receive events.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.awt.HtmlBrowser.Impl
Adds PropertyChangeListener to this browser.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.awt.SpinButton
Deprecated.  
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.cookies.EditorCookie.Observable
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.explorer.ExplorerManager
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.explorer.propertysheet.DefaultPropertyModel
Deprecated. Adds listener to change of the value.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.explorer.propertysheet.PropertyEnv
Property change listener: listenning here you will be notified when the state of the environment is has been changed.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.explorer.propertysheet.PropertyModel
Add listener to change of the value.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystem
Registers PropertyChangeListener to receive events.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystemCapability.Bean
Deprecated.  
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Adds PropertyChange listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.modules.ModuleInfo
Add a change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.IndexedCustomizer
Deprecated.  
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Node
Add a listener to the node's computed Bean properties.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Sheet.Set
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Sheet
Add a change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.text.Annotatable
Add listeners on changes of annotatable properties
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.text.Annotation
Add listeners on changes of annotation properties
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.text.CloneableEditorSupport
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.util.SharedClassObject
Adds the specified property change listener to receive property change events from this object.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.CloneableOpenSupport.Env
Adds property listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.Mode
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.TopComponent.Registry
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.windows.WindowManager
Attaches a listener for changes in workspaces.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.Workspace
Deprecated. Use WindowManager.addPropertyChangeListener(java.beans.PropertyChangeListener) instead.
addRepositoryListener(RepositoryListener) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
addSelectionInterval(int, int) - Method in class org.openide.awt.ListPane
Deprecated.  
addSpinButtonListener(SpinButtonListener) - Method in class org.openide.awt.SpinButton
Deprecated.  
addSplitChangeListener(SplittedPanel.SplitChangeListener) - Method in class org.openide.awt.SplittedPanel
Deprecated. Adds specified listener to the current set of SplitChangeListeners
addStyle(String, Style) - Method in class org.openide.text.FilterDocument
 
addStyle(String, Style) - Method in class org.openide.text.FilterStyledDocument
 
addTaskListener(TaskListener) - Method in class org.openide.util.Task
Add a listener to the task.
addTransferListener(TransferListener) - Method in class org.openide.util.datatransfer.ExTransferable
Adds a listener to watch the life-cycle of this object.
addUndoableEditListener(UndoableEditListener) - Method in class org.openide.text.FilterDocument
 
addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.explorer.ExplorerManager
Add a VetoableListener to the listener list.
addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.explorer.propertysheet.PropertyEnv
Vetoable change listener: listenning here you will be notified when the state of the environment is being changed (when the setState method is being called).
addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.filesystems.FileSystem
Adds listener for the veto of property change.
addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.options.VetoSystemOption
Add a new veto listener to all instances of this exact class.
addVetoableChangeListener(VetoableChangeListener) - Method in interface org.openide.windows.CloneableOpenSupport.Env
Adds veto listener.
allClasses() - Method in class org.openide.util.Lookup.Result
Get all classes represented in the result.
allEditors - Variable in class org.openide.windows.CloneableOpenSupport
All opened editors on this file.
allInstances() - Method in class org.openide.util.Lookup.Result
Get all instances in the result.
allItems() - Method in class org.openide.util.Lookup.Result
Get all registered items.
allowAccess(InetAddress) - Method in interface org.openide.util.HttpServer.Impl
Deprecated. Requests the server to allow access to it from a given IP address.
allowAccess(InetAddress) - Static method in class org.openide.util.HttpServer
Deprecated. Should be replaced by an API in the httpserver module if still required.
annotate(Throwable, int, String, String, Throwable, Date) - Method in class org.openide.ErrorManager
Annotates given exception with given values.
annotate(Throwable, String) - Method in class org.openide.ErrorManager
Annotates given exception with given values.
annotate(Throwable, Throwable) - Method in class org.openide.ErrorManager
Annotates target exception with given exception.
annotate(Line.Set, Lookup) - Method in interface org.openide.text.AnnotationProvider
Attach annotations to the Line.Set for given context.
annotateClass(Class) - Method in class org.openide.util.io.NbObjectOutputStream
 
annotateIcon(Image, int, Set) - Method in interface org.openide.filesystems.FileSystem.Status
Annotate the icon of a file cluster.
annotateName(String, Set) - Method in interface org.openide.filesystems.FileSystem.Status
Annotate the name of a file cluster.
annotateNameHtml(String, Set) - Method in interface org.openide.filesystems.FileSystem.HtmlStatus
Annotate a name such that the returned value contains HTML markup.
annotationChanged(FileStatusEvent) - Method in interface org.openide.filesystems.FileStatusListener
Notifies listener about change in annotataion of a few files.
annotationChanged(FileStatusEvent) - Method in class org.openide.util.WeakListener.FileStatus
Deprecated. Notifies listener about change in annotataion of a few files.
append(char, Font, Color) - Method in class org.openide.text.AttributedCharacters
Append a character with specified font.
append(char[], Font, Color) - Method in class org.openide.text.AttributedCharacters
Append a character array with a font.
areDataFlavorsSupported(DataFlavor[]) - Method in interface org.openide.util.datatransfer.MultiTransferObject
Test whether each transferred item supports at least one of these flavors.
array(Object[]) - Static method in class org.openide.util.Enumerations
Returns an enumeration that iterates over provided array.
arrayHashCode(Object[]) - Static method in class org.openide.util.Utilities
Compute hash code of array.
arrowsOrientation - Variable in class org.openide.awt.SpinButton
Deprecated. Current orientation of arrows of SpinButton.
associateLookup(Lookup) - Method in class org.openide.windows.TopComponent
Associates the provided lookup with the component.
asynchronous() - Method in class org.openide.actions.CloneViewAction
 
asynchronous() - Method in class org.openide.actions.CloseViewAction
 
asynchronous() - Method in class org.openide.actions.CopyAction
 
asynchronous() - Method in class org.openide.actions.CustomizeAction
 
asynchronous() - Method in class org.openide.actions.CutAction
 
asynchronous() - Method in class org.openide.actions.DeleteAction
 
asynchronous() - Method in class org.openide.actions.EditAction
 
asynchronous() - Method in class org.openide.actions.FindAction
 
asynchronous() - Method in class org.openide.actions.GarbageCollectAction
 
asynchronous() - Method in class org.openide.actions.GotoAction
 
asynchronous() - Method in class org.openide.actions.MoveDownAction
 
asynchronous() - Method in class org.openide.actions.MoveUpAction
 
asynchronous() - Method in class org.openide.actions.NewAction
 
asynchronous() - Method in class org.openide.actions.NextTabAction
 
asynchronous() - Method in class org.openide.actions.OpenAction
 
asynchronous() - Method in class org.openide.actions.OpenLocalExplorerAction
 
asynchronous() - Method in class org.openide.actions.PageSetupAction
 
asynchronous() - Method in class org.openide.actions.PasteAction
 
asynchronous() - Method in class org.openide.actions.PopupAction
 
asynchronous() - Method in class org.openide.actions.PreviousTabAction
 
asynchronous() - Method in class org.openide.actions.PrintAction
 
asynchronous() - Method in class org.openide.actions.PropertiesAction
 
asynchronous() - Method in class org.openide.actions.RedoAction
 
asynchronous() - Method in class org.openide.actions.RenameAction
 
asynchronous() - Method in class org.openide.actions.ReorderAction
 
asynchronous() - Method in class org.openide.actions.ReplaceAction
 
asynchronous() - Method in class org.openide.actions.SaveAction
 
asynchronous() - Method in class org.openide.actions.UndoAction
 
asynchronous() - Method in class org.openide.actions.UndockAction
Deprecated.  
asynchronous() - Method in class org.openide.actions.ViewAction
 
asynchronous() - Method in class org.openide.util.actions.CallableSystemAction
If true, this action should be performed asynchronously in a private thread.
attach(ExplorerManager) - Method in class org.openide.explorer.ExplorerActions
Deprecated. Attach to new manager.
attach(Node) - Method in interface org.openide.explorer.propertysheet.editors.NodeCustomizer
Deprecated. Informs this customizer, that it has been connected to a node.
attach(Node[]) - Method in interface org.openide.explorer.propertysheet.editors.NodePropertyEditor
Deprecated. Informs the editor that the property that it is displaying belongs to following nodes.
attach(Annotatable) - Method in class org.openide.text.Annotation
Attach annotation to Annotatable object.
attachAnnotations(Throwable, ErrorManager.Annotation[]) - Method in class org.openide.ErrorManager
Associates annotations with an exception.
attachEnv(PropertyEnv) - Method in interface org.openide.explorer.propertysheet.ExPropertyEditor
This method is called by the IDE to pass the environment to the property editor.
attachInitJob(Component, AsyncGUIJob) - Static method in class org.openide.util.Utilities
Attaches asynchronous init job to given component.
attr - Variable in class org.openide.filesystems.AbstractFileSystem
Handling of attributes for files.
attributes(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Attr
Get all file attribute names for the file.
attributes(String) - Method in class org.openide.filesystems.DefaultAttributes
 
attributes(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
attributes(String) - Method in class org.openide.filesystems.JarFileSystem
 
attributes(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Get all file attribute names for the file.
available() - Method in class org.openide.util.io.ReaderInputStream
 
availableModes(List) - Method in class org.openide.windows.TopComponent
Allows top component to specify list of modes into which can be docked by end user.

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.