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

R

RAISED_SPLITTER - Static variable in class org.openide.awt.SplittedPanel
constant for splitter component types - raised splitter
READ_ONLY - Static variable in class org.openide.src.nodes.DefaultFactory
Default instance of the factory with read-only properties.
READ_WRITE - Static variable in class org.openide.src.nodes.DefaultFactory
Default instance of the factory with read-write properties.
read() - Method in class org.openide.util.io.ReaderInputStream
Reads the next byte of data from this input stream.
read() - Method in class org.openide.util.io.NullInputStream
read method
readAccess(Mutex.Action) - Method in class org.openide.util.Mutex
Run an action only with read access.
readAccess(Mutex.ExceptionAction) - Method in class org.openide.util.Mutex
Run an action with read access and possibly throw a checked exception.
readAccess(Runnable) - Method in class org.openide.util.Mutex
Run an action with read access, returning no result.
readAttribute(String, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Attr
Get the file attribute with the specified name.
readAttribute(String, String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Get the file attribute with the specified name.
readAttribute(String, String) - Method in class org.openide.filesystems.JarFileSystem
 
readAttribute(String, String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
readAttribute(String, String) - Method in class org.openide.filesystems.DefaultAttributes
 
ReaderInputStream - class org.openide.util.io.ReaderInputStream.
This class convert Reader to InputStream.
ReaderInputStream(Reader) - Constructor for class org.openide.util.io.ReaderInputStream
Creates new input stream from the given reader.
ReaderInputStream(Reader, String) - Constructor for class org.openide.util.io.ReaderInputStream
Creates new input stream from the given reader and encoding.
readExternal(ObjectInput) - Method in class org.openide.awt.HtmlBrowser.BrowserComponent
 
readExternal(ObjectInput) - Method in class org.openide.awt.MenuBar
Restores contents of this object from the specified stream.
readExternal(ObjectInput) - Method in class org.openide.explorer.ExplorerPanel
Reads the manager.
readExternal(ObjectInput) - Method in class org.openide.explorer.view.ListView
 
readExternal(ObjectInput) - Method in class org.openide.explorer.view.ChoiceView
 
readExternal(ObjectInput) - Method in class org.openide.filesystems.Repository
Reads object from stream.
readExternal(ObjectInput) - Method in class org.openide.loaders.DataLoader
Reads actions and display name from the stream.
readExternal(ObjectInput) - Method in class org.openide.loaders.UniFileLoader
Reads nothing from the stream.
readExternal(ObjectInput) - Method in class org.openide.options.SystemOption
Read all properties of this object (or subclasses) from an object input.
readExternal(ObjectInput) - Method in class org.openide.options.ControlPanel
Deprecated.  
readExternal(ObjectInput) - Method in class org.openide.options.ContextSystemOption
 
readExternal(ObjectInput) - Method in class org.openide.src.nodes.SourceOptions
 
readExternal(ObjectInput) - Method in class org.openide.text.PrintSettings
Deexetrnalizes this SystemOption
readExternal(ObjectInput) - Method in class org.openide.text.CloneableEditor
 
readExternal(ObjectInput) - Method in class org.openide.text.EditorSupport.Editor
Deprecated.  
readExternal(ObjectInput) - Method in class org.openide.util.SharedClassObject
Reads nothing from the stream.
readExternal(ObjectInput) - Method in class org.openide.windows.TopComponent
Deserialize this top component.
readExternal(ObjectInput) - Method in class org.openide.windows.CloneableTopComponent
 
readOnly(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Test whether this file can be written to or not.
readOnly(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Test whether this file can be written to or not.
readOnly(String) - Method in class org.openide.filesystems.JarFileSystem
 
readOnly(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
readOnly(String) - Method in class org.openide.filesystems.LocalFileSystem
 
readOnly(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
readResolve() - Method in interface org.openide.src.Element.Impl
Implementations must be resolvable.
readResolve() - Method in class org.openide.text.CloneableEditor
If this component should be discarded then return null.
readSafely(ObjectInput) - Static method in class org.openide.util.io.NbObjectInputStream
Reads an object from the given object input.
readSettings(Object) - Method in interface org.openide.WizardDescriptor.Panel
Provides the wizard panel with the current data--either the default data or already-modified settings, if the user used the previous and/or next buttons.
reasonWhyUnsatisfied(ModuleDescription[]) - Method in class org.openide.modules.ModuleDescription
Deprecated. Check whether this description satisfies all of its dependencies, and if not say why.
recreate() - Method in class org.openide.loaders.FolderInstance
Starts recreation of the instance in special thread.
redo() - Method in interface org.openide.awt.UndoRedo
Redo a previously undone edit.
redo() - Method in class org.openide.awt.UndoRedo.Empty
 
RedoAction - class org.openide.actions.RedoAction.
Redo an edit.
RedoAction() - Constructor for class org.openide.actions.RedoAction
 
referencedClassName() - Method in interface org.openide.src.JavaDocTag.See
get the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedMemberName() - Method in interface org.openide.src.JavaDocTag.See
get the name of the member referenced by the prototype part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
refresh() - Method in class org.openide.filesystems.FileObject
Should check for external modifications.
refresh() - Method in class org.openide.loaders.DataShadow
 
refresh() - Method in class org.openide.nodes.Children.Array
This method can be called by subclasses that directly modify the nodes collection to update the state of the nodes appropriatelly.
refresh() - Method in class org.openide.nodes.Children.Map
Allows subclasses that directly modifies the map with nodes to synchronize the state of the children.
refresh(boolean) - Method in class org.openide.filesystems.FileObject
Should check for external modifications.
refreshAllKeys() - Method in class org.openide.src.nodes.ClassChildren
Updates all the keys (elements) according to the current filter & ordering.
refreshKey(Object) - Method in class org.openide.nodes.Children.Keys
Refresh the child nodes for a given key.
refreshKey(Object) - Method in class org.openide.nodes.Children.Map
Allows subclasses that directly modifies the map with nodes to synchronize the state of the children.
refreshKeys(int) - Method in class org.openide.src.nodes.ClassChildren
Updates all the keys with given filter.
refreshResource(String, boolean) - Method in class org.openide.filesystems.AbstractFileSystem
Allows subclasses to fire that a change occured in a file or folder.
refreshRoot() - Method in class org.openide.filesystems.AbstractFileSystem
Instruct the filesystem that the root should change.
register(ClassElement.Finder) - Static method in class org.openide.src.ClassElement
Register a new finder for locating class elements.
register(ConnectionCookie.Type, Node) - Method in interface org.openide.cookies.ConnectionCookie
Attaches new node to listen to events produced by this event.
register(ConnectionCookie.Type, Node) - Method in class org.openide.loaders.ConnectionSupport
Attaches new node to listen to events produced by this event.
register(String, IndentEngine) - Static method in class org.openide.text.IndentEngine
Deprecated. IndentEngine now is a ServiceType
register(String, URLStreamHandler) - Method in class org.openide.execution.NbfsStreamHandlerFactory
Register a new stream handler into this factory.
registerCatalogEntry(String, String) - Static method in class org.openide.loaders.XMLDataObject
Deprecated. use module's XMLlayer instead registering at "Services" folder an XML document with EntityCatalog.PUBLIC_ID
registerCatalogEntry(String, String, ClassLoader) - Static method in class org.openide.loaders.XMLDataObject
Deprecated. use module's XMLlayer instead registering at "Services" folder an XML document with EntityCatalog.PUBLIC_ID
registerEntry(FileObject) - Method in class org.openide.loaders.MultiDataObject
Tests whether this file is between entries and if not, creates a secondary entry for it and adds it into set of secondary entries.
registerFilterClass(Class, Class) - Static method in class org.openide.loaders.DataObjectFilter
Register a new filter type for a given type of data object.
registerInfo(String, XMLDataObject.Info) - Static method in class org.openide.loaders.XMLDataObject
Deprecated. Register via lookup
registerServer(HttpServer.Impl) - Static method in class org.openide.util.HttpServer
Register the system HTTP server.
rejected() - Method in interface org.openide.util.datatransfer.TransferListener
The transfer has been rejected.
releaseLock() - Method in class org.openide.filesystems.FileLock
Release this lock.
reloadDocument() - Method in class org.openide.awt.HtmlBrowser.Impl
Reloads current html page.
reloadDocument() - Method in class org.openide.text.CloneableEditorSupport
Reload the document in response to external modification.
reloadDocument() - Method in class org.openide.text.EditorSupport
Deprecated. Reload the document in response to external modification.
reloadDocumentTask() - Method in class org.openide.text.EditorSupport
Deprecated. Starts reloading of document.
REMOVE - Static variable in interface org.openide.src.SourceElement.Impl
Remove some top-level classes.
REMOVE - Static variable in interface org.openide.src.JavaDoc
Serves as second parameter in method JavaDoc.changeTags(org.openide.src.JavaDocTag[], int).
REMOVE - Static variable in interface org.openide.src.ClassElement.Impl
Remove some items.
remove() - Method in class org.openide.debugger.Breakpoint
Destroy this breakpoint.
remove() - Method in class org.openide.debugger.Watch
Remove the watch from the list of all watches in the system.
remove() - Method in interface org.openide.windows.Workspace
Removes this workspace from set of workspaces in window manager.
remove(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable
Remove a flavor from the supported set.
remove(DataFolder, String, Class) - Static method in class org.openide.loaders.InstanceDataObject
Remove an existing instance data object.
remove(DataFolder, String, String) - Static method in class org.openide.loaders.InstanceDataObject
Remove an existing instance data object.
remove(int, int) - Method in class org.openide.text.FilterDocument
 
remove(Node.Cookie) - Method in class org.openide.nodes.CookieSet
Remove a cookie from the set.
remove(Node[]) - Method in class org.openide.nodes.Children
Remove nodes from the list.
remove(Node[]) - Method in class org.openide.nodes.Children.Array
 
remove(Node[]) - Method in class org.openide.nodes.Children.Keys
 
remove(Node[]) - Method in class org.openide.nodes.FilterNode.Children
 
remove(Node[]) - Method in class org.openide.nodes.Children.Map
Does nothing.
remove(Object) - Method in class org.openide.nodes.Children.Map
Remove a given child node from the list by its key.
remove(Object) - Method in class org.openide.util.WeakSet
Removes the given element from this set if it is present.
remove(Object) - Method in class org.openide.util.lookup.InstanceContent
Remove instance.
remove(Object, InstanceContent.Convertor) - Method in class org.openide.util.lookup.InstanceContent
Remove instance added with a convertor.
remove(String) - Method in class org.openide.nodes.Sheet
Remove a property set from the sheet.
remove(String) - Method in class org.openide.nodes.Sheet.Set
Remove a property from the set.
remove(SystemOption) - Method in class org.openide.options.ControlPanel
Deprecated.  
removeAll() - Method in class org.openide.awt.Toolbar
Removes all ACTION components.
removeAll(Collection) - Method in class org.openide.nodes.Children.Map
Remove some children from the list by key.
removeAllBreakpoints() - Method in class org.openide.debugger.Debugger
Remove all breakpoints from the system.
removeAllWatches() - Method in class org.openide.debugger.Debugger
Remove all watches from the system.
removeAnnotation(Annotation) - Method in class org.openide.text.Annotatable
Remove annotation to this Annotatable class
removeAnnotation(Annotation) - Method in class org.openide.text.DocumentLine
Remove annotation to this Annotatable class
removeAnnotation(Annotation) - Method in interface org.openide.text.NbDocument.Annotatable
Removal of added annotation.
removeAnnotation(StyledDocument, Annotation) - Static method in class org.openide.text.NbDocument
Removal of added annotation.
removeChangeListener(ChangeListener) - Method in interface org.openide.WizardDescriptor.Iterator
Remove a listener to changes of the current panel.
removeChangeListener(ChangeListener) - Method in interface org.openide.WizardDescriptor.Panel
Remove a listener to changes of the panel's validity.
removeChangeListener(ChangeListener) - Method in class org.openide.WizardDescriptor.ArrayIterator
 
removeChangeListener(ChangeListener) - Method in interface org.openide.actions.ToolsAction.Model
Deprecated.  
removeChangeListener(ChangeListener) - Method in interface org.openide.awt.Actions.SubMenuModel
Removes change listener for changes of the model.
removeChangeListener(ChangeListener) - Method in interface org.openide.awt.UndoRedo
Remove a change listener.
removeChangeListener(ChangeListener) - Method in class org.openide.awt.UndoRedo.Manager
 
removeChangeListener(ChangeListener) - Method in class org.openide.awt.UndoRedo.Empty
 
removeChangeListener(ChangeListener) - Method in class org.openide.loaders.DataLoaderPool
Remove a listener from the listener list.
removeChangeListener(ChangeListener) - Method in class org.openide.loaders.DataObject.Registry
Remove a listener to changes in the set of modified objects.
removeChangeListener(ChangeListener) - Method in interface org.openide.nodes.Index
Remove a listener from the listener list.
removeChangeListener(ChangeListener) - Method in class org.openide.nodes.Index.Support
 
removeChangeListener(ChangeListener) - Method in class org.openide.nodes.CookieSet
Remove a listener to changes in the cookie set.
removeChangeListener(ChangeListener) - Method in class org.openide.nodes.Index.ArrayChildren
 
removeChangeListener(ChangeListener) - Method in class org.openide.text.CloneableEditorSupport
Removes a listener for status changes.
removeChangeListener(ChangeListener) - Method in class org.openide.text.EditorSupport
Deprecated. Removes a listener for status changes.
removeClass(ClassElement) - Method in class org.openide.src.SourceElement
Remove an top-level class.
removeClass(ClassElement) - Method in class org.openide.src.ClassElement
Remove an inner class from this class.
removeClasses(ClassElement[]) - Method in class org.openide.src.SourceElement
Remove some top-level classes.
removeClasses(ClassElement[]) - Method in class org.openide.src.ClassElement
Remove some inner classes from this class.
removeClipboardListener(ClipboardListener) - Method in class org.openide.util.datatransfer.ExClipboard
Remove a listener to clipboard operations.
removeCompilerListener(CompilerListener) - Method in class org.openide.compiler.CompilerGroup
Remove a listener.
removeConstructor(ConstructorElement) - Method in class org.openide.src.ClassElement
Remove a constructor from this class.
removeConstructors(ConstructorElement[]) - Method in class org.openide.src.ClassElement
Remove some constructors from this class.
removeDocumentListener(DocumentListener) - Method in class org.openide.text.FilterDocument
 
RemoveDuplicatesEnumeration - class org.openide.util.enum.RemoveDuplicatesEnumeration.
Enumeration that scans through another one and removes duplicates.
RemoveDuplicatesEnumeration(Enumeration) - Constructor for class org.openide.util.enum.RemoveDuplicatesEnumeration
 
removeEntityResolver(EntityResolver) - Static method in class org.openide.loaders.XMLDataObject
Deprecated. EntityResolver is a parser user responsibility.
removeExtension(String) - Method in class org.openide.loaders.ExtensionList
Remove an extension.
removeField(FieldElement) - Method in class org.openide.src.ClassElement
Remove a field from the class.
removeFields(FieldElement[]) - Method in class org.openide.src.ClassElement
Remove some fields from the class.
removeFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.FileObject
Remove listener from this object.
removeFileStatusListener(FileStatusListener) - Method in class org.openide.filesystems.FileSystem
Removes FileStatusListener from the list of listeners.
removeFileSystem(FileSystem) - Method in class org.openide.filesystems.Repository
Removes a file system from the pool.
removeImport(Import) - Method in class org.openide.src.SourceElement
Remove an import.
removeImports(Import[]) - Method in class org.openide.src.SourceElement
Remove some imports.
removeInitializer(InitializerElement) - Method in class org.openide.src.ClassElement
Remove an initializer block from this class.
removeInitializers(InitializerElement[]) - Method in class org.openide.src.ClassElement
Remove some initializer blocks from this class.
removeInterface(Identifier) - Method in class org.openide.src.ClassElement
Remove an interface from this class.
removeInterface(Identifier[]) - Method in class org.openide.src.ClassElement
Deprecated. the method's name is incorrect; please use removeInterfaces(ins) instead.
removeInterfaces(Identifier) - Method in class org.openide.src.ClassElement
Deprecated. the method's name is incorrect; please use removeInterface(i) instead.
removeInterfaces(Identifier[]) - Method in class org.openide.src.ClassElement
Remove some interfaces from this class.
removeLoader(Class) - Method in class org.openide.loaders.DataObjectFilter
Prevent a representation class of data object from being show at all.
removeLookupListener(LookupListener) - Method in class org.openide.util.Lookup.Result
Unregisters a listener previously added.
removeMethod(MethodElement) - Method in class org.openide.src.ClassElement
Remove a method from this class.
removeMethodName() - Method in class org.openide.util.WeakListener
Method name to use for removing the listener.
removeMethodName() - Method in class org.openide.util.WeakListener.PropertyChange
Deprecated. Method name to use for removing the listener.
removeMethodName() - Method in class org.openide.util.WeakListener.VetoableChange
Deprecated. Method name to use for removing the listener.
removeMethodName() - Method in class org.openide.util.WeakListener.FileChange
Deprecated. Method name to use for removing the listener.
removeMethodName() - Method in class org.openide.util.WeakListener.FileStatus
Deprecated. Method name to use for removing the listener.
removeMethodName() - Method in class org.openide.util.WeakListener.Repository
Deprecated. Method name to use for removing the listener.
removeMethodName() - Method in class org.openide.util.WeakListener.Document
Deprecated. Method name to use for removing the listener.
removeMethodName() - Method in class org.openide.util.WeakListener.Change
Deprecated. Method name to use for removing the listener.
removeMethodName() - Method in class org.openide.util.WeakListener.Node
Deprecated. Method name to use for removing the listener.
removeMethodName() - Method in class org.openide.util.WeakListener.Focus
Deprecated. Method name to use for removing the listener.
removeMethods(MethodElement[]) - Method in class org.openide.src.ClassElement
Remove some methods from this class.
removeMimeType(String) - Method in class org.openide.loaders.ExtensionList
Removes a mime type.
removeMouseListener(MouseListener) - Method in class org.openide.explorer.view.TreeTableView
 
removeNodeListener(NodeListener) - Method in class org.openide.nodes.Node
Remove a node listener.
removeNotify() - Method in class org.openide.explorer.propertysheet.PropertySheetView
 
removeNotify() - Method in class org.openide.explorer.view.ListView
Removes listeners.
removeNotify() - Method in class org.openide.explorer.view.ListTableView
 
removeNotify() - Method in class org.openide.explorer.view.TreeView
 
removeNotify() - Method in class org.openide.explorer.view.TreeTableView
 
removeNotify() - Method in class org.openide.explorer.view.MenuView
 
removeNotify() - Method in class org.openide.explorer.view.ChoiceView
 
removeNotify() - Method in class org.openide.filesystems.FileSystem
Notifies this file system that it has been removed from the repository.
removeNotify() - Method in class org.openide.filesystems.MultiFileSystem
Notifies all encapsulated file systems in advance to superclass behaviour.
removeNotify() - Method in class org.openide.filesystems.XMLFileSystem
Notifies this file system that it has been removed from the repository.
removeNotify() - Method in class org.openide.filesystems.JarFileSystem
 
removeNotify() - Method in class org.openide.loaders.DataObjectFilter
 
removeNotify() - Method in class org.openide.nodes.Children
Called when the list of nodes for this children object is no longer needed by the IDE.
removeNotify() - Method in class org.openide.nodes.FilterNode.Children
Clears current keys, because all mirrored nodes disappeared.
removeNotify() - Method in class org.openide.nodes.BeanChildren
Removes the listener and does some necessary clean up.
removeNotify() - Method in class org.openide.src.nodes.SourceChildren
 
removeNotify() - Method in class org.openide.src.nodes.ClassChildren
 
removeNotify() - Method in class org.openide.util.SharedClassObject
Notify subclasses that the last listener has been removed from this action.
removeNotify() - Method in class org.openide.util.actions.NodeAction
Shuts down the selection listener.
removeNotify() - Method in class org.openide.util.actions.ProjectSensitiveAction
 
removeOperationListener(OperationListener) - Method in class org.openide.loaders.DataLoaderPool
Remove a listener for operations on data objects.
removeOption(SystemOption) - Method in class org.openide.options.ContextSystemOption
Remove an option from the set.
removePair(AbstractLookup.Pair) - Method in class org.openide.util.lookup.AbstractLookup
Remove instance.
removePair(AbstractLookup.Pair) - Method in class org.openide.util.lookup.AbstractLookup.Content
Remove instance.
removeProcessorClass(Class) - Method in class org.openide.loaders.XMLDataObject.Info
Deprecated. Remove processor class from info.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.TopManager
Remove a listener to property changes in the TopManager.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.NotifyDescriptor
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.ServiceType
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.actions.ActionManager
Removes PropertyChangeListener from the list of listeners.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.awt.HtmlBrowser.BrowserComponent
Removes property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.awt.HtmlBrowser.Impl
Removes PropertyChangeListener from this browser.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.awt.SpinButton
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.debugger.Breakpoint
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.debugger.Debugger
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.debugger.Watch
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.explorer.ExplorerManager
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.explorer.propertysheet.PropertyModel
Remove listener to change of the value.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.explorer.propertysheet.DefaultPropertyModel
Removes listener to change of the value.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystem
Removes PropertyChangeListener from the list of listeners.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystemCapability
Removes PropertyChange listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystemCapability.Bean
Removes listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.loaders.DataObject
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.loaders.OpenSupport.Env
Removes property listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.loaders.DataObject.Container
Removes property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.modules.ModuleInfo
Remove a change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Node
Remove a Bean property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.IndexedCustomizer
Deprecated.  
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Sheet
Remove a change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Sheet.Set
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.src.Element
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.src.Element.Impl
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.text.Annotatable
Remove listeners on changes of annotatable properties
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.text.Annotation
Remove listeners on changes of annotation properties
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.util.SharedClassObject
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.CloneableOpenSupport.Env
Removes property listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.Mode
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.TopComponent.Registry
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.windows.WindowManager
Removes listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.Workspace
Remove a property change listener.
removeRepositoryListener(RepositoryListener) - Method in class org.openide.filesystems.Repository
Removes listener.
removeSecondaryEntry(MultiDataObject.Entry) - Method in class org.openide.loaders.MultiDataObject
Remove a secondary entry from the list.
removeSpinButtonListener(SpinButtonListener) - Method in class org.openide.awt.SpinButton
 
removeSplitChangeListener(SplittedPanel.SplitChangeListener) - Method in class org.openide.awt.SplittedPanel
Removes specified listener from the current set of SplitChangeListeners
removeStyle(String) - Method in class org.openide.text.FilterDocument
 
removeStyle(String) - Method in class org.openide.text.FilterStyledDocument
 
removeTaskListener(TaskListener) - Method in class org.openide.util.Task
Remove a listener from the task.
removeTransferListener(TransferListener) - Method in class org.openide.util.datatransfer.ExTransferable
Removes a listener.
removeUndoableEditListener(UndoableEditListener) - Method in class org.openide.text.FilterDocument
 
removeUpdate(DocumentEvent) - Method in class org.openide.util.WeakListener.Document
Deprecated. Gives notification that a portion of the document has been removed.
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.explorer.ExplorerManager
Remove a VetoableChangeListener from the listener list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.explorer.propertysheet.PropertyEnv
Vetoable change listener removal.
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.filesystems.FileSystem
Removes listener for the veto of property change.
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.loaders.DataObject
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.loaders.OpenSupport.Env
Removes veto listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.options.VetoSystemOption
Remove a veto listener from all instances of this exact class.
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.src.Element
Removes the vetoable listener from the element.
removeVetoableChangeListener(VetoableChangeListener) - Method in interface org.openide.src.Element.Impl2
Removes a vetoable listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in interface org.openide.windows.CloneableOpenSupport.Env
Removes veto listener.
rename(FileLock, String, String) - Method in class org.openide.filesystems.FileObject
Renames this file (or folder).
rename(String) - Method in class org.openide.loaders.DataObject
Rename this object.
rename(String) - Method in class org.openide.loaders.MultiDataObject.Entry
Called when the entry is to be renamed.
rename(String) - Method in class org.openide.loaders.FileEntry
 
rename(String) - Method in class org.openide.loaders.FileEntry.Numb
Removes file.
rename(String) - Method in class org.openide.loaders.FileEntry.Folder
Renames folder.
rename(String, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Change
Rename a file.
rename(String, String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Rename a file.
rename(String, String) - Method in class org.openide.filesystems.JarFileSystem
 
rename(String, String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
rename(String, String) - Method in class org.openide.filesystems.LocalFileSystem
 
rename(String, String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
RenameAction - class org.openide.actions.RenameAction.
Rename a node.
RenameAction() - Constructor for class org.openide.actions.RenameAction
 
renameAttributes(String, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Attr
Called when a file is renamed, to appropriately update its attributes.
renameAttributes(String, String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Called when a file is renamed, to appropriately update its attributes.
renameAttributes(String, String) - Method in class org.openide.filesystems.JarFileSystem
 
renameAttributes(String, String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
renameAttributes(String, String) - Method in class org.openide.filesystems.DefaultAttributes
 
render(Runnable) - Method in class org.openide.text.FilterDocument
 
reorder() - Method in class org.openide.loaders.DataFolder.Index
 
reorder() - Method in interface org.openide.nodes.Index
Invoke a dialog for reordering the children.
reorder() - Method in class org.openide.nodes.Index.Support
Reorder the nodes with dialog; should be overridden if needed.
reorder() - Method in class org.openide.nodes.Index.ArrayChildren
Invokes a dialog for reordering children using IndexedCustomizer.
reorder(int[]) - Method in class org.openide.filesystems.Repository
Reorders FileSystems by given permutation.
reorder(int[]) - Method in class org.openide.loaders.DataFolder.Index
 
reorder(int[]) - Method in interface org.openide.nodes.Index
Reorder all children with a given permutation.
reorder(int[]) - Method in class org.openide.nodes.Index.Support
Reorder by permutation.
reorder(int[]) - Method in class org.openide.nodes.Index.ArrayChildren
 
reorder(int[]) - Method in class org.openide.nodes.Index.KeysChildren
 
ReorderAction - class org.openide.actions.ReorderAction.
Reorder items in a list with a dialog.
ReorderAction() - Constructor for class org.openide.actions.ReorderAction
 
repeatDelay - Variable in class org.openide.awt.SpinButton
Adjusts the amount of time that elapses before a increment (or decrement) begins repeating when you hold down a mouse button.
repeating - Variable in class org.openide.awt.SpinButton
Flag if the SpinRepeatThread is currently running.
repeatRate - Variable in class org.openide.awt.SpinButton
Adjusts the speed at which a increment (or decrement) repeats when you hold down a mouse button.
repeatThreadNotify() - Method in class org.openide.awt.SpinButton
 
ReplaceAction - class org.openide.actions.ReplaceAction.
(Search-and-)replace (e.g. in an Editor).
ReplaceAction() - Constructor for class org.openide.actions.ReplaceAction
 
replaceObject(Object) - Method in class org.openide.util.io.NbObjectOutputStream
 
replaceString(String, String, String) - Static method in class org.openide.util.Utilities
Search-and-replace fixed string matches within a string.
Repository - class org.openide.filesystems.Repository.
This singleton object contains all FileSystems in the IDE.
repository() - Method in interface org.openide.Places.Nodes
Get the Repository node.
repository(DataFilter) - Method in interface org.openide.Places.Nodes
Get a Repository node with a given data filter.
Repository(FileSystem) - Constructor for class org.openide.filesystems.Repository
Creates new instance of file system pool and registers it as the default one.
repository(RepositoryListener, Object) - Static method in class org.openide.util.WeakListener
 
RepositoryAdapter - class org.openide.filesystems.RepositoryAdapter.
Dummy adapter for RepositoryListener.
RepositoryAdapter() - Constructor for class org.openide.filesystems.RepositoryAdapter
 
RepositoryEvent - class org.openide.filesystems.RepositoryEvent.
Event describing adding a file system to, or removing a file system from, the file system pool.
RepositoryEvent(Repository, FileSystem, boolean) - Constructor for class org.openide.filesystems.RepositoryEvent
Create a new file system pool event.
RepositoryListener - interface org.openide.filesystems.RepositoryListener.
Listener to changes in the file system pool.
RepositoryReorderedEvent - class org.openide.filesystems.RepositoryReorderedEvent.
Fired when a file system pool is reordered.
RepositoryReorderedEvent(Repository, int[]) - Constructor for class org.openide.filesystems.RepositoryReorderedEvent
Create a new reorder event.
repositorySettings() - Method in interface org.openide.Places.Nodes
Get the Repository settings node.
requestFocus() - Method in class org.openide.awt.HtmlBrowser
 
requestFocus() - Method in class org.openide.explorer.ExplorerPanel
 
requestFocus() - Method in class org.openide.explorer.propertysheet.PropertyPanel
 
requestFocus() - Method in class org.openide.explorer.view.ListView
 
requestFocus() - Method in class org.openide.explorer.view.TreeView
Requests focus for the tree component.
requestFocus() - Method in class org.openide.text.CloneableEditor
Transfer the focus to the editor pane.
requestFocus() - Method in class org.openide.windows.TopComponent
Request focus for the window holding this top component.
requestFocus() - Method in interface org.openide.windows.WindowManager.Component
Called when the component requests focus.
RequestProcessor - class org.openide.util.RequestProcessor.
Request processor that is capable to execute actions in special thread.
RequestProcessor.Task - class org.openide.util.RequestProcessor.Task.
The task describing the request task send to the processor.
RequestProcessor() - Constructor for class org.openide.util.RequestProcessor
Default constructor.
RequestProcessor(String) - Constructor for class org.openide.util.RequestProcessor
Constructor.
requestVisible() - Method in class org.openide.windows.TopComponent
Set this component visible but not selected or focused if possible.
requestVisible() - Method in interface org.openide.windows.WindowManager.Component
Set this component visible but not selected or focused if possible.
reset() - Method in class org.openide.WizardDescriptor.ArrayIterator
Resets this iterator to initial state.
reset() - Method in class org.openide.windows.OutputWriter
Clear the output pane.
reset() - Method in class org.openide.windows.InputOutput.NullOutputWriter
Deprecated.  
resolve() - Method in interface org.openide.src.Identifier.Resolver
 
resolveClass(ObjectStreamClass) - Method in class org.openide.util.io.NbObjectInputStream
 
RESOLVED - Static variable in class org.openide.src.Identifier
The identifier was resolved, the full name is filled in.
resolveIconBase() - Method in class org.openide.src.nodes.ElementNode
Get the currently appropriate icon base.
resolveIconBase() - Method in class org.openide.src.nodes.InitializerElementNode
 
resolveIconBase() - Method in class org.openide.src.nodes.ConstructorElementNode
 
resolveIconBase() - Method in class org.openide.src.nodes.FieldElementNode
 
resolveIconBase() - Method in class org.openide.src.nodes.ClassElementNode
 
resolveIconBase() - Method in class org.openide.src.nodes.MethodElementNode
 
resolveOrdering(Set) - Static method in class org.openide.modules.ModuleDescription
Deprecated. Resolve the proper ordering of a set of modules.
resolveOrderingForRealInstall(Set, Set) - Static method in class org.openide.modules.ModuleDescription
Deprecated. Actually generate a list of newly-installable modules in this IDE (but do not install them).
resourceIcon() - Method in class org.openide.actions.CustomizeBeanAction
 
restored() - Method in class org.openide.modules.ModuleInstall
Called when an already-installed module is restored (at IDE startup time).
restoreDefaultValue() - Method in class org.openide.nodes.Node.Property
Restore this property to its default value, if supported.
result() - Method in class org.openide.execution.ExecutorTask
Check the result of execution.
resultChanged(LookupEvent) - Method in interface org.openide.util.LookupListener
A change in lookup occured.
RIGHT - Static variable in class org.openide.text.PrintSettings
Constant for right position of page header.
RIGHT_ALIGN - Static variable in class org.openide.DialogDescriptor
Alignment to place options vertically in the right part.
ROOT_OBJECT - Static variable in class org.openide.src.ClassElement
Default class to extend.
roots() - Method in interface org.openide.Places.Nodes
Get all root nodes.
rowCount(int) - Static method in class org.openide.awt.Toolbar
Compute with HEIGHT_TOLERANCE number of rows for specific toolbar height.
rt - Variable in class org.openide.awt.SpinButton
Spin repeat thread.
run() - Method in class org.openide.actions.OpenProjectAction
Deprecated. does nothing
run() - Method in interface org.openide.filesystems.FileSystem.AtomicAction
Executed when it is guaranteed that no events about changes in filesystems will be notified.
run() - Method in class org.openide.loaders.FolderInstance
Synchronously starts the creation of the instance.
run() - Method in class org.openide.util.Task
Start the task.
run() - Method in interface org.openide.util.Mutex.Action
Execute the action.
run() - Method in interface org.openide.util.Mutex.ExceptionAction
Execute the action.
runAtomic(Runnable) - Method in class org.openide.src.SourceElement
Lock the underlaing document to have exclusive access to it and could make changes on this SourceElement.
runAtomic(Runnable) - Method in interface org.openide.src.SourceElement.Impl
Lock the underlaing document to have exclusive access to it and could make changes on this SourceElement.
runAtomic(Runnable) - Method in interface org.openide.text.NbDocument.WriteLockable
Executes given runnable in lock mode of the document.
runAtomic(StyledDocument, Runnable) - Static method in class org.openide.text.NbDocument
Locks the document to have exclusive access to it.
runAtomicAction(FileSystem.AtomicAction) - Method in class org.openide.filesystems.FileSystem
Executes atomic action.
runAtomicAsUser(Runnable) - Method in class org.openide.src.SourceElement
Executes given runnable in "user mode" does not allowing any modifications to parts of text marked as guarded.
runAtomicAsUser(Runnable) - Method in interface org.openide.src.SourceElement.Impl
Executes given runnable in "user mode" does not allowing any modifications to parts of text marked as guarded.
runAtomicAsUser(Runnable) - Method in interface org.openide.text.NbDocument.WriteLockable
Executes given runnable in "user mode" does not allowing any modifications to parts of text marked as guarded.
runAtomicAsUser(StyledDocument, Runnable) - Static method in class org.openide.text.NbDocument
Executes given runnable in "user mode" does not allowing any modifications to parts of text marked as guarded.
runLimit - Variable in class org.openide.text.AttributedCharacters
Limit indices of continous ...
runLimit - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Limit indices of continous ...
running - Variable in class org.openide.awt.SpinButton
Flag if the SpinRepeatThread is currently running.
runningDir - Variable in class org.openide.awt.SpinButton
Current direction of the run of the SpinRepeatThread.
runStart - Variable in class org.openide.text.AttributedCharacters
Start indices of continuous blocks of text with the same font.
runStart - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Start indices of continuous blocks of text with the same font.

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