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

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

C

CANCEL_OPTION - Static variable in class org.openide.NotifyDescriptor
Return value if CANCEL is chosen.
CENTER - Static variable in class org.openide.text.PrintSettings
Constant for center position of page header.
CLIPBOARD_COPY - Static variable in class org.openide.nodes.NodeTransfer
Constant indicating copying to the clipboard.
CLIPBOARD_CUT - Static variable in class org.openide.nodes.NodeTransfer
Constant indicating cutting to the clipboard.
CLOSED_OPTION - Static variable in class org.openide.NotifyDescriptor
Return value if user closes the window without pressing any button.
CLOSE_EACH - Static variable in class org.openide.windows.TopComponent
Deprecated. Do not use. It is redundant since workspaces are not supported anymore.
CLOSE_LAST - Static variable in class org.openide.windows.TopComponent
Deprecated. Do not use. It is redundant since workspaces are not supported anymore.
COLORS - Static variable in class org.openide.text.NbDocument
Deprecated. Not useful for anything.
COMMAND_FAILURE - Static variable in interface org.openide.explorer.propertysheet.InplaceEditor
Action command that tells the property sheet that editing is completed, but the value should not be updated, the editor should simply be removed.
COMMAND_SUCCESS - Static variable in interface org.openide.explorer.propertysheet.InplaceEditor
Action command that tells the property sheet to update the property's value with the value from this inplace editor and close the inplace editor.
COMPARE_ANY - Static variable in class org.openide.modules.Dependency
No comparison, just require the dependency to be present.
COMPARE_IMPL - Static variable in class org.openide.modules.Dependency
Comparison by implementation version.
COMPARE_SPEC - Static variable in class org.openide.modules.Dependency
Comparison by specification version.
COMPILE - Static variable in class org.openide.filesystems.FileSystemCapability
Deprecated. Please use the ClassPath API instead.
COPY - Static variable in class org.openide.nodes.NodeTransfer
Generic mask for copying nodes (do not destroy the original).
CURRENT_STYLE_NAME - Static variable in class org.openide.text.NbDocument
Name of style attached to documents to mark a paragraph (line) as current (in a debugger).
CallableSystemAction - class org.openide.util.actions.CallableSystemAction.
An action which may be called programmatically.
CallableSystemAction() - Constructor for class org.openide.util.actions.CallableSystemAction
 
CallbackSystemAction - class org.openide.util.actions.CallbackSystemAction.
Action that can have a performer of the action attached to it at any time, or changed.
CallbackSystemAction() - Constructor for class org.openide.util.actions.CallbackSystemAction
 
Cancellable - interface org.openide.util.Cancellable.
Service provider interface (SPI) for adding cancel support to various jobs.
Children - class org.openide.nodes.Children.
Container for array of nodes.
Children() - Constructor for class org.openide.nodes.Children
Constructor.
Children.Array - class org.openide.nodes.Children.Array.
Implements the storage of node children by an array.
Children.Array(Collection) - Constructor for class org.openide.nodes.Children.Array
Constructs a new list and allows a subclass to provide its own implementation of Collection to store data in.
Children.Array() - Constructor for class org.openide.nodes.Children.Array
Constructs a new array children without any assigned collection.
Children.Keys - class org.openide.nodes.Children.Keys.
Implements an array of child nodes associated nonuniquely with keys and sorted by these keys.
Children.Keys() - Constructor for class org.openide.nodes.Children.Keys
 
Children.Map - class org.openide.nodes.Children.Map.
Implements the storage of node children by a map.
Children.Map(Map) - Constructor for class org.openide.nodes.Children.Map
Constructs a new list with a supplied map object.
Children.Map() - Constructor for class org.openide.nodes.Children.Map
Constructs a new list using HashMap.
Children.SortedArray - class org.openide.nodes.Children.SortedArray.
Maintains a list of children sorted by the provided comparator in an array.
Children.SortedArray() - Constructor for class org.openide.nodes.Children.SortedArray
Create an empty list of children.
Children.SortedArray(Collection) - Constructor for class org.openide.nodes.Children.SortedArray
Create an empty list with a specified storage method.
Children.SortedMap - class org.openide.nodes.Children.SortedMap.
Maintains a list of children sorted by the provided comparator in a map.
Children.SortedMap() - Constructor for class org.openide.nodes.Children.SortedMap
Create an empty list.
Children.SortedMap(Map) - Constructor for class org.openide.nodes.Children.SortedMap
Create an empty list with a specific storage method.
ChoiceView - class org.openide.explorer.view.ChoiceView.
Explorer view based on a combo box.
ChoiceView() - Constructor for class org.openide.explorer.view.ChoiceView
Default constructor.
ClipboardEvent - class org.openide.util.datatransfer.ClipboardEvent.
Event describing change of clipboard content.
ClipboardListener - interface org.openide.util.datatransfer.ClipboardListener.
Listener to changes in the clipboard.
CloneViewAction - class org.openide.actions.CloneViewAction.
Create a clone of the current cloneable top component.
CloneViewAction() - Constructor for class org.openide.actions.CloneViewAction
 
CloneableEditor - class org.openide.text.CloneableEditor.
Cloneable top component to hold the editor kit.
CloneableEditor() - Constructor for class org.openide.text.CloneableEditor
For externalization of subclasses only
CloneableEditor(CloneableEditorSupport) - Constructor for class org.openide.text.CloneableEditor
Creates new editor component associated with support object.
CloneableEditorSupport - class org.openide.text.CloneableEditorSupport.
Support for associating an editor and a Swing Document.
CloneableEditorSupport(CloneableEditorSupport.Env) - Constructor for class org.openide.text.CloneableEditorSupport
Creates new CloneableEditorSupport attached to given environment.
CloneableEditorSupport(CloneableEditorSupport.Env, Lookup) - Constructor for class org.openide.text.CloneableEditorSupport
Creates new CloneableEditorSupport attached to given environment.
CloneableEditorSupport.Env - interface org.openide.text.CloneableEditorSupport.Env.
Interface for providing data for the support and also locking the source of data.
CloneableEditorSupport.Pane - interface org.openide.text.CloneableEditorSupport.Pane.
Describes one existing editor.
CloneableOpenSupport - class org.openide.windows.CloneableOpenSupport.
Simple support for an openable objects.
CloneableOpenSupport(CloneableOpenSupport.Env) - Constructor for class org.openide.windows.CloneableOpenSupport
New support for a given environment.
CloneableOpenSupport.Env - interface org.openide.windows.CloneableOpenSupport.Env.
Abstract interface that is used by CloneableOpenSupport to talk to outside world.
CloneableTopComponent - class org.openide.windows.CloneableTopComponent.
A top component which may be cloned.
CloneableTopComponent() - Constructor for class org.openide.windows.CloneableTopComponent
Create a cloneable top component.
CloneableTopComponent.Ref - class org.openide.windows.CloneableTopComponent.Ref.
Keeps track of a group of sister clones.
CloneableTopComponent.Ref() - Constructor for class org.openide.windows.CloneableTopComponent.Ref
Default constructor for creating empty reference.
CloseCookie - interface org.openide.cookies.CloseCookie.
Permits an object which was opened to be closed.
CloseViewAction - class org.openide.actions.CloseViewAction.
Close the current top component.
CloseViewAction() - Constructor for class org.openide.actions.CloseViewAction
 
ConnectionCookie - interface org.openide.cookies.ConnectionCookie.
Cookie that allows connection between two objects.
ConnectionCookie.Event - class org.openide.cookies.ConnectionCookie.Event.
Event that is fired to listeners.
ConnectionCookie.Event(Node, ConnectionCookie.Type) - Constructor for class org.openide.cookies.ConnectionCookie.Event
 
ConnectionCookie.Listener - interface org.openide.cookies.ConnectionCookie.Listener.
Cookie that must be provided by a node that is willing to register itself as a listener to a ConnectionCookie.
ConnectionCookie.Type - interface org.openide.cookies.ConnectionCookie.Type.
Interface describing cookie type of event a cookie can produce.
ContextAwareAction - interface org.openide.util.ContextAwareAction.
Interface which is supposed to be implemented by action which behaviour is context dependent.
ContextGlobalProvider - interface org.openide.util.ContextGlobalProvider.
An interface that can be registered in a lookup by subsystems wish to provide a global context actions should react to.
ContextSystemOption - class org.openide.options.ContextSystemOption.
Provides a group of system options with this as the parent.
ContextSystemOption() - Constructor for class org.openide.options.ContextSystemOption
Default constructor.
ContextTreeView - class org.openide.explorer.view.ContextTreeView.
Context tree view class.
ContextTreeView() - Constructor for class org.openide.explorer.view.ContextTreeView
Constructor.
CookieAction - class org.openide.util.actions.CookieAction.
An action dependent on the cookies of the selected nodes.
CookieAction() - Constructor for class org.openide.util.actions.CookieAction
 
CookieSet - class org.openide.nodes.CookieSet.
Support class for storing cookies and retriving them by representation class.
CookieSet() - Constructor for class org.openide.nodes.CookieSet
Default constructor.
CookieSet.Factory - interface org.openide.nodes.CookieSet.Factory.
Factory for creating cookies of given Class
CopyAction - class org.openide.actions.CopyAction.
Copy the selected item to the clipboard.
CopyAction() - Constructor for class org.openide.actions.CopyAction
 
CustomizeAction - class org.openide.actions.CustomizeAction.
Customize a node (rather than using its property sheet).
CustomizeAction() - Constructor for class org.openide.actions.CustomizeAction
 
CutAction - class org.openide.actions.CutAction.
Cut an object to the clipboard.
CutAction() - Constructor for class org.openide.actions.CutAction
 
canBeMarkedCurrent(int, Line) - Method in class org.openide.text.Line
Deprecated. Deprecated since 1.20, as Line.markCurrentLine() is deprecated by Annotation.attach(org.openide.text.Annotatable).
canClose() - Method in class org.openide.text.CloneableEditor
Indicates whether this component can be closed.
canClose() - Method in class org.openide.text.CloneableEditorSupport
Should test whether all data is saved, and if not, prompt the user to save.
canClose() - Method in class org.openide.windows.CloneableOpenSupport
Should test whether all data is saved, and if not, prompt the user to save.
canClose() - Method in class org.openide.windows.CloneableTopComponent
Unregisters this component from its clone list.
canClose(Workspace, boolean) - Method in class org.openide.windows.CloneableTopComponent
 
canClose() - Method in class org.openide.windows.TopComponent
This method is called when this TopComponent is about to close.
canClose(Workspace, boolean) - Method in class org.openide.windows.TopComponent
Deprecated. Do not use anymore. Use TopComponent.canClose() instead. Both parameters are redundant since workspaces are not supported anymore.
canCopy() - Method in class org.openide.nodes.AbstractNode
Can this node be copied?
canCopy() - Method in class org.openide.nodes.BeanNode
Can this node be copied?
canCopy() - Method in class org.openide.nodes.FilterNode
 
canCopy() - Method in class org.openide.nodes.Node
Test whether this node permits copying.
canCut() - Method in class org.openide.nodes.AbstractNode
Can this node be cut?
canCut() - Method in class org.openide.nodes.BeanNode
Can this node be cut?
canCut() - Method in class org.openide.nodes.FilterNode
 
canCut() - Method in class org.openide.nodes.Node
Test whether this node permits cutting.
canDestroy() - Method in class org.openide.nodes.AbstractNode
Can this node be destroyed?
canDestroy() - Method in class org.openide.nodes.BeanNode
Can this node be removed?
canDestroy() - Method in class org.openide.nodes.FilterNode
 
canDestroy() - Method in class org.openide.nodes.Node
Test whether this node can be deleted.
canDock(TopComponent) - Method in interface org.openide.windows.Mode
Allows implementor to specify some restrictive policy as to which top components can be docked into this mode.
canIndexedRead() - Method in class org.openide.nodes.IndexedPropertySupport
 
canIndexedRead() - Method in class org.openide.nodes.Node.IndexedProperty
Test whether the property is readable by index.
canIndexedWrite() - Method in class org.openide.nodes.IndexedPropertySupport
 
canIndexedWrite() - Method in class org.openide.nodes.Node.IndexedProperty
Test whether the property is writable by index.
canRead(String) - Method in class org.openide.filesystems.AbstractFileSystem
Tests if this file can be read.
canRead() - Method in class org.openide.filesystems.FileObject
Tests if this file can be read.
canRead() - Method in class org.openide.nodes.IndexedPropertySupport
 
canRead() - Method in class org.openide.nodes.Node.Property
Test whether the property is readable.
canRead() - Method in class org.openide.nodes.PropertySupport.Reflection
 
canRead() - Method in class org.openide.nodes.PropertySupport
 
canRedo() - Method in class org.openide.awt.UndoRedo.Empty
Deprecated.  
canRedo() - Method in interface org.openide.awt.UndoRedo
Test whether the component currently has undone edits which may be redone.
canRename() - Method in class org.openide.nodes.AbstractNode
Can this node be renamed?
canRename() - Method in class org.openide.nodes.BeanNode
Can this node be renamed?
canRename() - Method in class org.openide.nodes.FilterNode
 
canRename() - Method in class org.openide.nodes.Node
Test whether this node can be renamed.
canUndo() - Method in class org.openide.awt.UndoRedo.Empty
Deprecated.  
canUndo() - Method in class org.openide.awt.UndoRedo.Manager
 
canUndo() - Method in interface org.openide.awt.UndoRedo
Test whether the component currently has edits which may be undone.
canWrite(String) - Method in class org.openide.filesystems.AbstractFileSystem
Tests if this file can be written to.
canWrite() - Method in class org.openide.filesystems.FileObject
Tests if this file can be written to.
canWrite() - Method in class org.openide.nodes.IndexedPropertySupport
 
canWrite() - Method in class org.openide.nodes.Node.Property
Test whether the property is writable.
canWrite() - Method in class org.openide.nodes.PropertySupport.Reflection
 
canWrite() - Method in class org.openide.nodes.PropertySupport
 
cancel() - Method in interface org.openide.util.Cancellable
Cancel processing of the job.
cancel() - Method in class org.openide.util.RequestProcessor.Task
Removes the task from the queue.
cancelRequestAttention() - Method in class org.openide.windows.TopComponent
Cause this TopComponent's tab to stop flashing if it was flashing.
capableOf(FileSystemCapability) - Method in class org.openide.filesystems.FileSystemCapability.Bean
Deprecated. Checks for well known capabilities and if they are allowed.
capableOf(FileSystemCapability) - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Basic operation that tests whether this object is capable to do different capability.
change - Variable in class org.openide.filesystems.AbstractFileSystem
Methods for modification of files.
change(ChangeListener, Object) - Static method in class org.openide.util.WeakListener
Deprecated. Use WeakListeners.change(javax.swing.event.ChangeListener, java.lang.Object)
change(ChangeListener, Object) - Static method in class org.openide.util.WeakListeners
Creates a weak implementation of ChangeListener.
changeOriginal(Node) - Method in class org.openide.nodes.FilterNode.Children
Sets the original children for this children
changeOriginal(Node, boolean) - Method in class org.openide.nodes.FilterNode
Changes the original node for this node.
changeValue() - Method in class org.openide.awt.SpinButtonAdapter
Deprecated. Is invoked when button up is clicked.
changeValue() - Method in interface org.openide.awt.SpinButtonListener
Deprecated. Is invoked when button up is clicked.
changedUpdate(DocumentEvent) - Method in class org.openide.util.WeakListener.Document
Deprecated. Gives notification that an attribute or set of attributes changed.
chars - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Characters to iterate.
chars - Variable in class org.openide.text.AttributedCharacters
Characters to iterate.
checkVirtual(String) - Method in class org.openide.filesystems.AbstractFileSystem
This method is called from AbstractFileObject.isVirtual.
children(String) - Method in interface org.openide.filesystems.AbstractFileSystem.List
Get a list of children files for a given folder.
children(String) - Method in class org.openide.filesystems.DefaultAttributes
Get the children list, filtering out the special attributes file.
children(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
children(String) - Method in class org.openide.filesystems.JarFileSystem
 
children(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
children(String) - Method in class org.openide.filesystems.LocalFileSystem
 
children(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Scans children for given name
childrenAdded(NodeMemberEvent) - Method in class org.openide.nodes.FilterNode.NodeAdapter
Does nothing.
childrenAdded(NodeMemberEvent) - Method in class org.openide.nodes.NodeAdapter
 
childrenAdded(NodeMemberEvent) - Method in interface org.openide.nodes.NodeListener
Fired when a set of new children is added.
childrenAdded(NodeMemberEvent) - Method in class org.openide.util.WeakListener.Node
Deprecated. Delegates to the original listener.
childrenRemoved(NodeMemberEvent) - Method in class org.openide.nodes.FilterNode.NodeAdapter
Does nothing.
childrenRemoved(NodeMemberEvent) - Method in class org.openide.nodes.NodeAdapter
 
childrenRemoved(NodeMemberEvent) - Method in interface org.openide.nodes.NodeListener
Fired when a set of children is removed.
childrenRemoved(NodeMemberEvent) - Method in class org.openide.util.WeakListener.Node
Deprecated. Delegates to the original listener.
childrenReordered(NodeReorderEvent) - Method in class org.openide.nodes.FilterNode.NodeAdapter
Does nothing.
childrenReordered(NodeReorderEvent) - Method in class org.openide.nodes.NodeAdapter
 
childrenReordered(NodeReorderEvent) - Method in interface org.openide.nodes.NodeListener
Fired when the order of children is changed.
childrenReordered(NodeReorderEvent) - Method in class org.openide.util.WeakListener.Node
Deprecated. Delegates to the original listener.
clear() - Method in interface org.openide.explorer.propertysheet.InplaceEditor
Dispose of any state and references to the property or value being edited, to avoid memory leaks due to held references.
clear() - Method in class org.openide.util.WeakSet
Removes all of the elements from this set.
clearSharedData() - Method in class org.openide.modules.ModuleInstall
 
clearSharedData() - Method in class org.openide.options.SystemOption
 
clearSharedData() - Method in class org.openide.util.SharedClassObject
Indicate whether the shared data of the last existing instance of this class should be cleared when that instance is finalized.
clearSharedData() - Method in class org.openide.util.actions.SystemAction
Indicate whether action state should be cleared after the last action of this class is deleted.
clipboardChanged(ClipboardEvent) - Method in interface org.openide.util.datatransfer.ClipboardListener
Called when the content of the clipboard is changed.
clipboardCopy() - Method in class org.openide.nodes.AbstractNode
Copy this node to the clipboard.
clipboardCopy() - Method in class org.openide.nodes.FilterNode
 
clipboardCopy() - Method in class org.openide.nodes.Node
Called when a node is to be copied to the clipboard.
clipboardCut() - Method in class org.openide.nodes.AbstractNode
Cut this node to the clipboard.
clipboardCut() - Method in class org.openide.nodes.FilterNode
 
clipboardCut() - Method in class org.openide.nodes.Node
Called when a node is to be cut to the clipboard.
clone() - Method in class org.openide.ServiceType
Deprecated. Service instance files should instead be copied in order to clone them.
clone() - Method in class org.openide.explorer.ExplorerManager
Clones the manager.
clone() - Method in class org.openide.nodes.Children.Array
Clones all nodes that are contained in the children list.
clone() - Method in class org.openide.nodes.Children.Keys
Special handling for clonning.
clone() - Method in class org.openide.nodes.Children
Handles cloning in the right way, that can be later extended by subclasses.
clone() - Method in class org.openide.nodes.FilterNode.Children
 
clone() - Method in class org.openide.nodes.Node
Implements Object.clone() to behave correctly if cloning is desired.
clone() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
clone() - Method in class org.openide.util.WeakSet
Returns a shallow copy of this WeakSet instance: the elements themselves are not cloned.
clone() - Method in class org.openide.windows.CloneableTopComponent
Clone the top component and register the clone.
cloneComponent() - Method in class org.openide.windows.CloneableTopComponent
Clone the top component and register the clone.
cloneComponent() - Method in interface org.openide.windows.TopComponent.Cloneable
Creates a clone of this component
cloneNode() - Method in class org.openide.nodes.AbstractNode
Clone the node.
cloneNode() - Method in class org.openide.nodes.FilterNode
Create new filter node for the original.
cloneNode() - Method in class org.openide.nodes.Node
Clone the node.
cloneSet() - Method in class org.openide.nodes.Sheet.Set
Clone the property set.
cloneSheet() - Method in class org.openide.nodes.Sheet
Create a deep copy of the sheet.
cloneTopComponent() - Method in class org.openide.windows.CloneableTopComponent
Clone the top component and register the clone.
cloneableEditorSupport() - Method in class org.openide.text.CloneableEditor
Gives access to CloneableEditorSupport object under this CloneableEditor component.
close() - Method in interface org.openide.cookies.CloseCookie
Closes the object if it is open.
close() - Method in interface org.openide.cookies.EditorCookie
Closes all opened editors (if the user agrees) and flushes content of the document to file.
close() - Method in class org.openide.modules.ModuleInstall
Called when all modules agreed with closing and the IDE will be closed.
close(boolean) - Method in class org.openide.text.CloneableEditorSupport
Closes all opened editors (if the user agrees) and flushes content of the document to the file.
close() - Method in class org.openide.util.io.ReaderInputStream
 
close() - Method in class org.openide.windows.CloneableOpenSupport
Closes all components.
close(boolean) - Method in class org.openide.windows.CloneableOpenSupport
Closes all opened windows.
close() - Method in class org.openide.windows.TopComponent
Closes this TopComponent.
close(Workspace) - Method in class org.openide.windows.TopComponent
Deprecated. Use TopComponent.close() instead.
close() - Method in interface org.openide.windows.TopComponentGroup
Closes all TopComponent's belonging to this group which have closing flag switched on.
close(Workspace) - Method in interface org.openide.windows.WindowManager.Component
Deprecated. Closes this component on a given workspace.
closeLast() - Method in class org.openide.text.CloneableEditor
When closing last view, also close the document.
closeLast() - Method in class org.openide.windows.CloneableTopComponent
Called when the last component in a clone group is closing.
closeNotify() - Method in class org.openide.windows.TopComponent
Deprecated. Use TopComponent.componentClosed() instead.
closing() - Method in class org.openide.modules.ModuleInstall
Called when the IDE is about to exit.
collapseNode(Node) - Method in class org.openide.explorer.view.TreeView
Collapses the tree under given node.
colors - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Color for each character.
colors - Variable in class org.openide.text.AttributedCharacters
Color for each character.
compareObjects(Object, Object) - Static method in class org.openide.util.Utilities
Safe equality check.
compareObjectsImpl(Object, Object, int) - Static method in class org.openide.util.Utilities
Safe equality check with array recursion.
compareTo(Object) - Method in class org.openide.modules.SpecificationVersion
Perform a Dewey-decimal comparison.
componentActivated() - Method in class org.openide.explorer.ExplorerPanel
Deprecated. Activates copy/cut/paste actions.
componentActivated() - Method in class org.openide.text.CloneableEditor
Overrides superclass method.
componentActivated() - Method in class org.openide.windows.TopComponent
Called when this component is activated.
componentCloseNotify(TopComponent) - Method in class org.openide.windows.WindowManager
Notifies component that it was closed (and is not opened on any workspace anymore).
componentClosed() - Method in class org.openide.text.CloneableEditor
Descendants overriding this method must either call this implementation or fire the EditorCookie.Observable.PROP_OPENED_PANES property change on their own.
componentClosed() - Method in class org.openide.windows.CloneableTopComponent
Overrides superclass method, adds unregistering from references.
componentClosed() - Method in class org.openide.windows.TopComponent
Called only when top component was closed so that now it is closed on all workspaces in the system.
componentDeactivated() - Method in class org.openide.explorer.ExplorerPanel
Deprecated.  
componentDeactivated() - Method in class org.openide.windows.TopComponent
Called when this component is deactivated.
componentHidden() - Method in class org.openide.windows.TopComponent
Called when TopComponent was hidden.
componentHidden(TopComponent) - Method in class org.openide.windows.WindowManager
Notifies TopComponent it was hidden.
componentOpenNotify(TopComponent) - Method in class org.openide.windows.WindowManager
Notifies component that it was opened (and wasn't opened on any workspace before).
componentOpened() - Method in class org.openide.text.CloneableEditor
Descendants overriding this method must either call this implementation or fire the EditorCookie.Observable.PROP_OPENED_PANES property change on their own.
componentOpened() - Method in class org.openide.windows.TopComponent
Called only when top component was closed on all workspaces before and now is opened for the first time on some workspace.
componentRegistry() - Method in class org.openide.windows.WindowManager
Access method for registry of all components in the system.
componentShowing() - Method in class org.openide.text.CloneableEditor
Overrides superclass method.
componentShowing() - Method in class org.openide.windows.TopComponent
Called when TopComponent is about to be shown.
componentShowing(TopComponent) - Method in class org.openide.windows.WindowManager
Notifies TopComponent it is about to be shown.
computePermutation(Node[], Node[]) - Static method in class org.openide.nodes.NodeOp
Compute a permutation between two arrays of nodes.
computeProperties(Object, BeanInfo) - Static method in class org.openide.nodes.BeanNode
Computes a descriptor for properties from a bean info.
computeSizesAfterFlip() - Method in class org.openide.awt.SplittedPanel
Deprecated. Computes component sizes after performing the flip, it means splitTypeChange
computeSystemName(File) - Method in class org.openide.filesystems.LocalFileSystem
Compute the system name of this filesystem for a given root directory.
concat(Enumeration, Enumeration) - Static method in class org.openide.util.Enumerations
Concatenates the content of two enumerations into one.
concat(Enumeration) - Static method in class org.openide.util.Enumerations
Concatenates the content of many enumerations.
confirmed() - Method in class org.openide.util.UserQuestionException
Invoke the action if the user confirms the action.
connect(JMenuItem, SystemAction, boolean) - Static method in class org.openide.awt.Actions
Deprecated. Use Actions.connect(JMenuItem, Action, boolean) instead.
connect(JMenuItem, Action, boolean) - Static method in class org.openide.awt.Actions
Attaches menu item to an action.
connect(JCheckBoxMenuItem, BooleanStateAction, boolean) - Static method in class org.openide.awt.Actions
Attaches checkbox menu item to boolean state action.
connect(AbstractButton, SystemAction) - Static method in class org.openide.awt.Actions
Deprecated. Use Actions.connect(AbstractButton, Action) instead.
connect(AbstractButton, Action) - Static method in class org.openide.awt.Actions
Connects buttons to action.
connect(AbstractButton, BooleanStateAction) - Static method in class org.openide.awt.Actions
Connects buttons to action.
connect(PropertyEditor, PropertyEnv) - Method in interface org.openide.explorer.propertysheet.InplaceEditor
Connect this editor with a property editor.
connect(TopComponent, Node) - Static method in class org.openide.windows.TopComponent.NodeName
Connects a top component and a node.
construct() - Method in interface org.openide.util.AsyncGUIJob
Worker method, can be called in any thread but event dispatch thread.
consume() - Method in class org.openide.util.datatransfer.ClipboardEvent
Marks this event consumed.
contains(Object) - Method in class org.openide.util.WeakSet
Returns true if this set contains the specified element.
convert(Enumeration, Enumerations.Processor) - Static method in class org.openide.util.Enumerations
For each element of the input enumeration en asks the Enumerations.Processor to provide a replacement.
convert(Transferable) - Method in interface org.openide.util.datatransfer.ExClipboard.Convertor
Convert a given transferable to a new transferable, generally one which adds new flavors based on the existing flavors.
convert(Transferable) - Method in class org.openide.util.datatransfer.ExClipboard
Method that takes a transferable, applies all convertors, and creates a new transferable using the abilities of the convertors.
convert(Object) - Method in interface org.openide.util.lookup.InstanceContent.Convertor
Convert obj to other object.
cookie(Transferable, int, Class) - Static method in class org.openide.nodes.NodeTransfer
Obtain a cookie instance from the copied node in a transferable.
cookieClasses() - Method in class org.openide.actions.EditAction
 
cookieClasses() - Method in class org.openide.actions.OpenAction
 
cookieClasses() - Method in class org.openide.actions.PrintAction
 
cookieClasses() - Method in class org.openide.actions.ReorderAction
 
cookieClasses() - Method in class org.openide.actions.SaveAction
 
cookieClasses() - Method in class org.openide.actions.ViewAction
 
cookieClasses() - Method in class org.openide.util.actions.CookieAction
Get the cookies that this action requires.
copy(String, AbstractFileSystem.Transfer, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Transfer
Copy a file.
copy(FileObject, String, String) - Method in class org.openide.filesystems.FileObject
Copies this file.
copy(InputStream, OutputStream) - Static method in class org.openide.filesystems.FileUtil
Copies stream of files.
copyAnnotation(Throwable, Throwable) - Method in class org.openide.ErrorManager
Deprecated. Now does the same thing as ErrorManager.annotate(Throwable,Throwable) except marks the annotation ErrorManager.UNKNOWN severity. Otherwise you used to have inadvertent data loss when copyFrom had annotations of its own: the subannotations were kept but the main stack trace in copyFrom was discarded. In practice you usually want to keep all of copyFrom; if for some reason you just want to keep annotations, please do so explicitly using ErrorManager.findAnnotations(java.lang.Throwable) and ErrorManager.attachAnnotations(java.lang.Throwable, org.openide.ErrorManager.Annotation[]).
copyAttributes(FileObject, FileObject) - Static method in class org.openide.filesystems.FileUtil
Copies attributes from one file to another.
copyFile(FileObject, FileObject, String, String) - Static method in class org.openide.filesystems.FileUtil
Copies file to the selected folder.
copyFile(FileObject, FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Copies file to the selected folder.
copyNode(Node) - Method in class org.openide.nodes.FilterNode.Children
Allows subclasses to override creation of node representants for nodes in the mirrored children list.
create(int, String) - Static method in class org.openide.modules.Dependency
Parse dependencies from tags.
create(Runnable) - Method in class org.openide.util.RequestProcessor
Creates request that can be later started by setting its delay.
create(Class, EventListener, Object) - Static method in class org.openide.util.WeakListener
Deprecated. Use WeakListeners.create(java.lang.Class, java.util.EventListener, java.lang.Object)
create(Class, EventListener, Object) - Static method in class org.openide.util.WeakListeners
Generic factory method to create weak listener for any listener interface.
create(Class, Class, EventListener, Object) - Static method in class org.openide.util.WeakListeners
The most generic factory method to create weak listener for any listener interface that moreover behaves like a listener of another type.
create(Transferable) - Static method in class org.openide.util.datatransfer.ExTransferable
Method to create a new extended transferable from a plain transferable.
create() - Method in class org.openide.util.datatransfer.NewType
Create the object.
createActions() - Method in class org.openide.nodes.AbstractNode
Deprecated. Override Node.getActions(boolean) instead.
createActions() - Method in class org.openide.nodes.BeanNode
 
createClone() - Method in class org.openide.ServiceType
Deprecated. Service instance files should instead be copied in order to clone them.
createCloneableEditor() - Method in class org.openide.text.CloneableEditorSupport
Allows subclasses to create their own version of CloneableEditor component.
createCloneableTopComponent() - Method in class org.openide.text.CloneableEditorSupport
Prepares document, creates and initializes new CloneableEditor component.
createCloneableTopComponent() - Method in class org.openide.windows.CloneableOpenSupport
A method to create a new component.
createClonedObject() - Method in class org.openide.text.CloneableEditor
 
createClonedObject() - Method in class org.openide.windows.CloneableTopComponent
Called from CloneableTopComponent.clone() to actually create a new component from this one.
createContextAwareInstance(Lookup) - Method in class org.openide.actions.NewAction
 
createContextAwareInstance(Lookup) - Method in class org.openide.actions.PasteAction
 
createContextAwareInstance(Lookup) - Method in class org.openide.actions.PropertiesAction
 
createContextAwareInstance(Lookup) - Method in class org.openide.actions.ToolsAction
 
createContextAwareInstance(Lookup) - Method in interface org.openide.util.ContextAwareAction
Creates action instance for provided context.
createContextAwareInstance(Lookup) - Method in class org.openide.util.actions.CallbackSystemAction
Implements ContextAwareAction interface method.
createContextAwareInstance(Lookup) - Method in class org.openide.util.actions.CookieAction
Implements ContextAwareAction interface method.
createContextAwareInstance(Lookup) - Method in class org.openide.util.actions.NodeAction
Implements ContextAwareAction interface method.
createCookie(Class) - Method in interface org.openide.nodes.CookieSet.Factory
Creates a Node.Cookie of given class.
createCustomCursor(Component, Image, String) - Static method in class org.openide.util.Utilities
 
createData(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Change
Create new data file.
createData(String, String) - Method in class org.openide.filesystems.FileObject
Create new data file in this folder with the specified name.
createData(String) - Method in class org.openide.filesystems.FileObject
Create new data file in this folder with the specified name.
createData(FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Creates a data file on given filesystem.
createData(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
createData(String) - Method in class org.openide.filesystems.JarFileSystem
 
createData(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
createData(String) - Method in class org.openide.filesystems.LocalFileSystem
 
createData(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Create new data file.
createDefault() - Static method in class org.openide.nodes.Sheet
Convenience method to create new sheet with only one empty set, named Sheet.PROPERTIES.
createDesign(String) - Method in class org.openide.NotifyDescriptor.InputLine
Make a component representing the input line.
createDialog(DialogDescriptor) - Method in class org.openide.DialogDisplayer
Get a new standard dialog.
createDocument(String, String, String, String) - Static method in class org.openide.xml.XMLUtil
Creates empty DOM Document using JAXP factoring.
createEditor(JEditorPane) - Method in interface org.openide.text.NbDocument.CustomEditor
Create a whole editor component over the given JEditorPane.
createEditorKit() - Method in class org.openide.text.CloneableEditorSupport
Creates editor kit for this source.
createExpertSet() - Static method in class org.openide.nodes.Sheet
Convenience method to create new sheet set named Sheet.EXPERT.
createFolder(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Change
Create new folder.
createFolder(String) - Method in class org.openide.filesystems.FileObject
Create a new folder below this one with the specified name.
createFolder(FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Creates a folder on given filesystem.
createFolder(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
createFolder(String) - Method in class org.openide.filesystems.JarFileSystem
 
createFolder(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
createFolder(String) - Method in class org.openide.filesystems.LocalFileSystem
 
createFolder(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Creates new folder named name.
createGlobalContext() - Method in interface org.openide.util.ContextGlobalProvider
Creates the context in form of Lookup.
createHandle(Node) - Static method in class org.openide.nodes.DefaultHandle
Create a handle for a given node.
createHtmlBrowserImpl() - Method in interface org.openide.awt.HtmlBrowser.Factory
Returns a new instance of BrowserImpl implementation.
createIndex() - Method in class org.openide.nodes.Index.KeysChildren
The method that creates the supporting index for this children object.
createLabel() - Static method in class org.openide.awt.HtmlRenderer
For HTML rendering jobs outside of trees/lists/tables, returns a JLabel which will paint its text using the lightweight HTML renderer.
createLine(int) - Method in class org.openide.text.DocumentLine.Set
Creates a Line for a given offset.
createList() - Method in class org.openide.explorer.view.IconView
Creates the list that will display the data.
createList() - Method in class org.openide.explorer.view.ListView
Creates the list that will display the data.
createLocksOn(String) - Method in class org.openide.filesystems.MultiFileSystem
When a file is about to be locked this method is consulted to choose which delegates should be locked.
createLookup(ExplorerManager, ActionMap) - Static method in class org.openide.explorer.ExplorerUtils
Creates new lookup containing selected nodes and their lookups.
createMemoryFileSystem() - Static method in class org.openide.filesystems.FileUtil
Factory method that creates an empty implementation of a filesystem that completely resides in a memory.
createMenuItem(Node) - Method in class org.openide.explorer.view.MenuView.Menu
Create a menu element for a node.
createMode(String, String, URL) - Method in interface org.openide.windows.Workspace
Deprecated. Do no use. It is redundant. Currently it returns default predefined Mode instance.
createModel() - Method in class org.openide.explorer.view.BeanTreeView
Create a new model.
createModel() - Method in class org.openide.explorer.view.ChoiceView
Creates the model that this view should show.
createModel() - Method in class org.openide.explorer.view.ContextTreeView
Create model.
createModel() - Method in class org.openide.explorer.view.ListView
Allows subclasses to change the default model used for the list.
createModel() - Method in class org.openide.explorer.view.TreeTableView
 
createModel() - Method in class org.openide.explorer.view.TreeView
Allows subclasses to provide own model for displaying nodes.
createNode(Object) - Method in interface org.openide.nodes.BeanChildren.Factory
Create a node for a child bean.
createNodeListener() - Method in class org.openide.nodes.FilterNode
Creates a node listener that allows listening on the original node and propagating events to the proxy.
createNodes(Object) - Method in class org.openide.nodes.BeanChildren
Creates a node representant for given bean.
createNodes(Object) - Method in class org.openide.nodes.Children.Keys
Create nodes for a given key.
createNodes(Object) - Method in class org.openide.nodes.FilterNode.Children
Create nodes representing copies of the original node's children.
createPane() - Method in class org.openide.text.CloneableEditorSupport
 
createPart(int, int) - Method in class org.openide.text.Line
Create object which represent part of the text on the line.
createPaste(NodeTransfer.Paste) - Static method in class org.openide.nodes.NodeTransfer
Creates transfer object that is used to carry an intelligent paste source through transferable or clipboard.
createPasteTypes(Transferable, List) - Method in class org.openide.nodes.AbstractNode
Accumulate the paste types that this node can handle for a given transferable.
createPath(Node, Node) - Static method in class org.openide.nodes.NodeOp
Find a path (by name) from one node to the root or a parent.
createPopupMenu(SystemAction[]) - Static method in class org.openide.util.actions.SystemAction
Deprecated. Use Utilities.actionsToPopup(javax.swing.Action[], org.openide.util.Lookup)
createPosition(int) - Method in class org.openide.text.FilterDocument
 
createPosition(int, Position.Bias) - Method in interface org.openide.text.NbDocument.PositionBiasable
Creates position with a bias.
createPosition(Document, int, Position.Bias) - Static method in class org.openide.text.NbDocument
Creates position with a bias.
createPositionRef(int, Position.Bias) - Method in class org.openide.text.CloneableEditorSupport
Create a position reference for the given offset.
createPrintIterators() - Method in interface org.openide.text.NbDocument.Printable
Get an attributed character iterator for the document, so that it may be printed.
createProgressCursor(Component) - Static method in class org.openide.util.Utilities
Returns a cursor with an arrow and an hourglass (or stop watch) badge, to be used when a component is busy but the UI is still responding to the user.
createProperties(Object, BeanInfo) - Method in class org.openide.nodes.BeanNode
Prepare node properties based on the bean, storing them into the current property sheet.
createPropertiesSet() - Static method in class org.openide.nodes.Sheet
Convenience method to create new sheet set named Sheet.PROPERTIES.
createPropertyChangeListener() - Method in class org.openide.nodes.FilterNode
Create a property change listener that allows listening on the original node properties (contained in property sets) and propagating them to the proxy.
createReference(FileObject) - Method in class org.openide.filesystems.AbstractFileSystem
Creates Reference.
createReference(FileObject) - Method in class org.openide.filesystems.JarFileSystem
 
createReference(FileObject) - Method in class org.openide.filesystems.XMLFileSystem
 
createRenderer() - Static method in class org.openide.awt.HtmlRenderer
Returns an instance of Renderer which may be used as a table/tree/list cell renderer.
createRequest(Runnable) - Static method in class org.openide.util.RequestProcessor
Deprecated. Sharing of one singlethreaded RequestProcessor among different users and posting even blocking requests is inherently deadlock-prone. See use cases.
createSheet() - Method in class org.openide.nodes.AbstractNode
Initialize a default property sheet; commonly overridden.
createStyledDocument(EditorKit) - Method in class org.openide.text.CloneableEditorSupport
Method that can be overriden by children to create empty styled document or attach additional document properties to it.
createToolbar(JEditorPane) - Method in interface org.openide.text.NbDocument.CustomToolbar
Implementation shall return a toolbar for the document.
createToolbarPresenter(SystemAction[]) - Static method in class org.openide.util.actions.SystemAction
Create the default toolbar representation of an array of actions.
createTopComponentManager(TopComponent) - Method in class org.openide.windows.WindowManager
Create a component manager for the given top component.
createUndoRedoManager() - Method in class org.openide.text.CloneableEditorSupport
Create an undo/redo manager.
createWorkspace(String) - Method in class org.openide.windows.WindowManager
Deprecated. Do not use. Workspaces are not supported anymore.
createWorkspace(String, String) - Method in class org.openide.windows.WindowManager
Deprecated. Do not use. Workspaces are not supported anymore.
createWritableOn(String) - Method in class org.openide.filesystems.MultiFileSystem
Finds the system to create writable version of the file on.
createWritableOnForRename(String, String) - Method in class org.openide.filesystems.MultiFileSystem
Special case of createWritableOn (@see #createWritableOn).
createWriter(Document, int, Writer) - Method in class org.openide.text.IndentEngine
Creates writer that formats text that is inserted into it.
createXMLReader() - Static method in class org.openide.xml.XMLUtil
Create a simple parser.
createXMLReader(boolean) - Static method in class org.openide.xml.XMLUtil
Create a simple parser, possibly validating.
createXMLReader(boolean, boolean) - Static method in class org.openide.xml.XMLUtil
Create a SAX parser from the JAXP factory.
creatorOf(Object) - Method in class org.openide.util.lookup.AbstractLookup.Pair
Method that can test whether an instance of a class has been created by this item.
current() - Method in class org.openide.WizardDescriptor.ArrayIterator
 
current() - Method in interface org.openide.WizardDescriptor.Iterator
Get the current panel.
current - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Current position.
current() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
current - Variable in class org.openide.text.AttributedCharacters
Current.
customize(Node) - Method in class org.openide.nodes.NodeOperation
Tries to open a customization dialog for the specified node.
cutAmpersand(String) - Static method in class org.openide.awt.Actions
Removes an ampersand from a text string; commonly used to strip out unneeded mnemonics.

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.