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

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

R

RAISED_SPLITTER - Static variable in class org.openide.awt.SplittedPanel
Deprecated. constant for splitter component types - raised splitter
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.
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.
RedoAction - class org.openide.actions.RedoAction.
Redo an edit.
RedoAction() - Constructor for class org.openide.actions.RedoAction
 
RenameAction - class org.openide.actions.RenameAction.
Rename a node.
RenameAction() - Constructor for class org.openide.actions.RenameAction
 
ReorderAction - class org.openide.actions.ReorderAction.
Reorder items in a list with a dialog.
ReorderAction() - Constructor for class org.openide.actions.ReorderAction
 
ReplaceAction - class org.openide.actions.ReplaceAction.
(Search-and-)replace (for example, in an Editor).
ReplaceAction() - Constructor for class org.openide.actions.ReplaceAction
 
Repository - class org.openide.filesystems.Repository.
Holder for system filesystem, used for most of NetBeans' runtime configuration.
Repository(FileSystem) - Constructor for class org.openide.filesystems.Repository
Creates new instance of filesystem pool and registers it as the default one.
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 filesystem to, or removing a filesystem from, the filesystem pool.
RepositoryEvent(Repository, FileSystem, boolean) - Constructor for class org.openide.filesystems.RepositoryEvent
Create a new filesystem pool event.
RepositoryListener - interface org.openide.filesystems.RepositoryListener.
Listener to changes in the filesystem pool.
RepositoryReorderedEvent - class org.openide.filesystems.RepositoryReorderedEvent.
Fired when a filesystem pool is reordered.
RepositoryReorderedEvent(Repository, int[]) - Constructor for class org.openide.filesystems.RepositoryReorderedEvent
Create a new reorder event.
RequestProcessor - class org.openide.util.RequestProcessor.
Request processor that is capable to execute requests in dedicated threads.
RequestProcessor() - Constructor for class org.openide.util.RequestProcessor
Creates new RequestProcessor with automatically assigned unique name.
RequestProcessor(String) - Constructor for class org.openide.util.RequestProcessor
Creates a new named RequestProcessor with throughput 1.
RequestProcessor(String, int) - Constructor for class org.openide.util.RequestProcessor
Creates a new named RequestProcessor with defined throughput.
RequestProcessor.Task - class org.openide.util.RequestProcessor.Task.
The task describing the request sent to the processor.
read() - Method in class org.openide.util.io.NullInputStream
 
read() - Method in class org.openide.util.io.ReaderInputStream
 
read(byte[], int, int) - Method in class org.openide.util.io.ReaderInputStream
 
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.DefaultAttributes
 
readAttribute(String, String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
readAttribute(String, String) - Method in class org.openide.filesystems.JarFileSystem
 
readAttribute(String, String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Get the file attribute with the specified name.
readClassDescriptor() - Method in class org.openide.util.io.NbObjectInputStream
Provides a special handling for renaming of serialized classes.
readExternal(ObjectInput) - Method in class org.openide.explorer.ExplorerPanel
Deprecated. Reads the manager.
readExternal(ObjectInput) - Method in class org.openide.explorer.view.ChoiceView
 
readExternal(ObjectInput) - Method in class org.openide.explorer.view.ListView
 
readExternal(ObjectInput) - Method in class org.openide.filesystems.Repository
Deprecated. Unused.
readExternal(ObjectInput) - Method in class org.openide.options.ContextSystemOption
 
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.text.CloneableEditor
 
readExternal(ObjectInput) - Method in class org.openide.text.PrintSettings
Deexetrnalizes this SystemOption
readExternal(ObjectInput) - Method in class org.openide.util.SharedClassObject
Reads nothing from the stream.
readExternal(ObjectInput) - Method in class org.openide.windows.CloneableTopComponent
 
readExternal(ObjectInput) - Method in class org.openide.windows.TopComponent
Deserialize this top component.
readFromXML(Node) - Method in interface org.openide.explorer.propertysheet.editors.XMLPropertyEditor
Called to load property value from specified XML subtree.
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.JarFileSystem.Impl
 
readOnly(String) - Method in class org.openide.filesystems.JarFileSystem
 
readOnly(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
readOnly(String) - Method in class org.openide.filesystems.LocalFileSystem
 
readOnly(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Test whether this file can be written to or not.
readResolve() - Method in class org.openide.text.CloneableEditor
Resolves deserialized object.
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.
redo() - Method in class org.openide.awt.UndoRedo.Empty
Deprecated.  
redo() - Method in interface org.openide.awt.UndoRedo
Redo a previously undone edit.
refresh(boolean) - Method in class org.openide.filesystems.AbstractFileSystem
Actually implements contract of FileSystem.refresh().
refresh(boolean) - Method in class org.openide.filesystems.FileObject
Should check for external modifications.
refresh() - Method in class org.openide.filesystems.FileObject
Should check for external modifications.
refresh(boolean) - Method in class org.openide.filesystems.FileSystem
Should check for external modifications.
refresh(boolean) - Method in class org.openide.filesystems.MultiFileSystem
Actually implements contract of FileSystem.refresh().
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.
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.
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(ConnectionCookie.Type, Node) - Method in interface org.openide.cookies.ConnectionCookie
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
registerInplaceEditorFactory(InplaceEditor.Factory) - Method in class org.openide.explorer.propertysheet.PropertyEnv
Register a factory for InplaceEditor instances that the property sheet should use as an inline editor for the property.
registerServer(HttpServer.Impl) - Static method in class org.openide.util.HttpServer
Deprecated. As of 2.11 use Lookup instead of registering 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.
remove(Node[]) - Method in class org.openide.nodes.Children.Array
 
remove(Node[]) - Method in class org.openide.nodes.Children.Keys
 
remove(Object) - Method in class org.openide.nodes.Children.Map
Remove a given child node from the list by its key.
remove(Node[]) - Method in class org.openide.nodes.Children.Map
Does nothing.
remove(Node[]) - Method in class org.openide.nodes.Children
Remove nodes from the list.
remove(Node.Cookie) - Method in class org.openide.nodes.CookieSet
Remove a cookie from the set.
remove(Class, CookieSet.Factory) - Method in class org.openide.nodes.CookieSet
Unregisters a Factory for given cookie class
remove(Class[], CookieSet.Factory) - Method in class org.openide.nodes.CookieSet
Unregisters a Factory for given cookie classes
remove(Node[]) - Method in class org.openide.nodes.FilterNode.Children
 
remove(String) - Method in class org.openide.nodes.Sheet.Set
Remove a property from the set.
remove(String) - Method in class org.openide.nodes.Sheet
Remove a property set from the sheet.
remove(int, int) - Method in class org.openide.text.FilterDocument
 
remove(Object) - Method in class org.openide.util.WeakSet
Removes the given element from this set if it is present.
remove(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable
Remove a flavor from the supported set.
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() - Method in interface org.openide.windows.Workspace
Deprecated. Do no use. It is redundant.
removeActionListener(ActionListener) - Method in interface org.openide.explorer.propertysheet.InplaceEditor
Remove an action listener from an InplaceEditor.
removeAll(Collection) - Method in class org.openide.nodes.Children.Map
Remove some children from the list by key.
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 class org.openide.WizardDescriptor.ArrayIterator
 
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 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 class org.openide.awt.StatusDisplayer
Remove a listener for the text.
removeChangeListener(ChangeListener) - Method in class org.openide.awt.UndoRedo.Empty
Deprecated.  
removeChangeListener(ChangeListener) - Method in class org.openide.awt.UndoRedo.Manager
 
removeChangeListener(ChangeListener) - Method in interface org.openide.awt.UndoRedo
Remove a change listener.
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.nodes.Index.Support
 
removeChangeListener(ChangeListener) - Method in interface org.openide.nodes.Index
Remove a listener from the listener list.
removeChangeListener(ChangeListener) - Method in class org.openide.text.CloneableEditorSupport
Deprecated. Deprecated since 3.40. Use CloneableEditorSupport.removePropertyChangeListener(java.beans.PropertyChangeListener) instead. See also EditorCookie.Observable.
removeClipboardListener(ClipboardListener) - Method in class org.openide.util.datatransfer.ExClipboard
Remove a listener to clipboard operations.
removeDocumentListener(DocumentListener) - Method in class org.openide.text.FilterDocument
 
removeDuplicates(Enumeration) - Static method in class org.openide.util.Enumerations
Filters the input enumeration to new one that should contain each of the provided elements just once.
removeFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.FileObject
Remove listener from this object.
removeFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.FileSystem
Remove listener from this object.
removeFileChangeListener(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().
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
Deprecated. Please use the ClassPath API instead.
removeLookupListener(LookupListener) - Method in class org.openide.util.Lookup.Result
Unregisters a listener previously added.
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.Document
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.Focus
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.PropertyChange
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.VetoableChange
Deprecated. Method name to use for removing the listener.
removeMethodName() - Method in class org.openide.util.WeakListener
Deprecated. Method name to use for removing the listener.
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.PropertyPanel
Overridden to dispose the component that actually displays the property and any state information associated with it
removeNotify() - Method in class org.openide.explorer.propertysheet.PropertySheet
 
removeNotify() - Method in class org.openide.explorer.propertysheet.PropertySheetView
 
removeNotify() - Method in class org.openide.explorer.view.ChoiceView
 
removeNotify() - Method in class org.openide.explorer.view.ListTableView
Deprecated.  
removeNotify() - Method in class org.openide.explorer.view.ListView
Removes listeners.
removeNotify() - Method in class org.openide.explorer.view.MenuView
 
removeNotify() - Method in class org.openide.explorer.view.TreeTableView
 
removeNotify() - Method in class org.openide.explorer.view.TreeView
Deinitializes listeners.
removeNotify() - Method in class org.openide.filesystems.FileSystem
Notifies this filesystem that it has been removed from the repository.
removeNotify() - Method in class org.openide.filesystems.JarFileSystem
 
removeNotify() - Method in class org.openide.filesystems.MultiFileSystem
Notifies all encapsulated filesystems in advance to superclass behaviour.
removeNotify() - Method in class org.openide.filesystems.XMLFileSystem
Notifies this filesystem that it has been removed from the repository.
removeNotify() - Method in class org.openide.nodes.BeanChildren
Removes the listener and does some necessary clean up.
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.util.SharedClassObject
Notify subclasses that the last listener has been removed from this object.
removeNotify() - Method in class org.openide.util.actions.NodeAction
Shuts down the selection listener.
removeNulls(Enumeration) - Static method in class org.openide.util.Enumerations
Removes all nulls from the input enumeration.
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.Content
Remove instance.
removePair(AbstractLookup.Pair) - Method in class org.openide.util.lookup.AbstractLookup
Remove instance.
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.Impl
Removes PropertyChangeListener from this browser.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.awt.SpinButton
Deprecated.  
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.cookies.EditorCookie.Observable
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.explorer.ExplorerManager
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.explorer.propertysheet.DefaultPropertyModel
Deprecated. Removes listener to change of the value.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.explorer.propertysheet.PropertyEnv
Removes Property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.explorer.propertysheet.PropertyModel
Remove 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.Bean
Deprecated.  
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Removes PropertyChange listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.modules.ModuleInfo
Remove a change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.IndexedCustomizer
Deprecated.  
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Node
Remove a Bean property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Sheet.Set
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Sheet
Remove a 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.text.CloneableEditorSupport
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.util.SharedClassObject
Removes the specified property change listener so that it no longer receives property change events from this object.
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 a listener for changes in workspaces.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.Workspace
Deprecated. Use WindowManager.removePropertyChangeListener(java.beans.PropertyChangeListener) instead.
removeRepositoryListener(RepositoryListener) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
removeSelectionInterval(int, int) - Method in class org.openide.awt.ListPane
Deprecated.  
removeSpinButtonListener(SpinButtonListener) - Method in class org.openide.awt.SpinButton
Deprecated.  
removeSplitChangeListener(SplittedPanel.SplitChangeListener) - Method in class org.openide.awt.SplittedPanel
Deprecated. 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.options.VetoSystemOption
Remove a veto listener from all instances of this exact class.
removeVetoableChangeListener(VetoableChangeListener) - Method in interface org.openide.windows.CloneableOpenSupport.Env
Removes veto listener.
rename(String, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Change
Rename a file.
rename(FileLock, String, String) - Method in class org.openide.filesystems.FileObject
Renames this file (or folder).
rename(String, String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
rename(String, String) - Method in class org.openide.filesystems.JarFileSystem
 
rename(String, String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
rename(String, String) - Method in class org.openide.filesystems.LocalFileSystem
 
rename(String, String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Rename a file.
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.DefaultAttributes
 
renameAttributes(String, String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
renameAttributes(String, String) - Method in class org.openide.filesystems.JarFileSystem
 
renameAttributes(String, String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Called when a file is renamed, to appropriately update its attributes.
render(Runnable) - Method in class org.openide.text.FilterDocument
 
renderHTML(String, Graphics, int, int, int, int, Font, Color, int, boolean) - Static method in class org.openide.awt.HtmlRenderer
Render a string as HTML using a fast, lightweight renderer supporting a limited subset of HTML.
renderPlainString(String, Graphics, int, int, int, int, Font, Color, int, boolean) - Static method in class org.openide.awt.HtmlRenderer
Render a string to a graphics instance, using the same API as renderHTML().
renderString(String, Graphics, int, int, int, int, Font, Color, int, boolean) - Static method in class org.openide.awt.HtmlRenderer
Render a string to a graphics context, using HTML markup if the string begins with html tags.
reorder(int[]) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
reorder(int[]) - Method in class org.openide.nodes.Index.ArrayChildren
 
reorder() - Method in class org.openide.nodes.Index.ArrayChildren
Invokes a dialog for reordering children using IndexedCustomizer.
reorder(int[]) - Method in class org.openide.nodes.Index.KeysChildren
 
reorder() - Method in class org.openide.nodes.Index.Support
Reorder the nodes with dialog; should be overridden if needed.
reorder(int[]) - Method in class org.openide.nodes.Index.Support
Reorder by permutation.
reorder() - Method in interface org.openide.nodes.Index
Invoke a dialog for reordering the children.
reorder(int[]) - Method in interface org.openide.nodes.Index
Reorder all children with a given permutation.
repeatDelay - Variable in class org.openide.awt.SpinButton
Deprecated. Adjusts the amount of time that elapses before a increment (or decrement) begins repeating when you hold down a mouse button.
repeatRate - Variable in class org.openide.awt.SpinButton
Deprecated. 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
Deprecated.  
repeating - Variable in class org.openide.awt.SpinButton
Deprecated. Flag if the SpinRepeatThread is currently running.
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(RepositoryListener, Object) - Static method in class org.openide.util.WeakListener
Deprecated. Creates a weak implementation of RepositoryListener.
requestActive() - Method in class org.openide.windows.TopComponent
Activates this TopComponent if it is opened.
requestAttention(boolean) - Method in class org.openide.windows.TopComponent
Cause this TopComponent's tab to flash or otherwise draw attention to itself.
requestDefaultFocus() - Method in class org.openide.text.CloneableEditor
 
requestFocus() - Method in class org.openide.awt.HtmlBrowser
 
requestFocus() - Method in class org.openide.explorer.propertysheet.PropertyPanel
Overridden to do nothing in a read only state, since some custom property editors (File chooser) are capable of receiving focus even if they are disabled, effectively making focus disappear
requestFocus() - Method in class org.openide.explorer.propertysheet.PropertySheet
Overridden to route focus requests to the table
requestFocus() - Method in class org.openide.explorer.view.ListView
 
requestFocus() - Method in class org.openide.explorer.view.TreeTableView
Requests focus for the tree component.
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
Deprecated. Use TopComponent.requestActive() instead to make TopComponent active in window system not only focused. This method should have been preserved for focus management only but not activation of TopComponent inside window system. The default implementation does nothing, and does not call super.requestFocus().
requestFocus() - Method in interface org.openide.windows.WindowManager.Component
Deprecated. Called when the component requests focus.
requestFocusInWindow() - Method in class org.openide.awt.HtmlBrowser
 
requestFocusInWindow() - Method in class org.openide.explorer.propertysheet.PropertySheet
Overridden to route focus requests to the table
requestFocusInWindow() - Method in class org.openide.explorer.view.ListView
 
requestFocusInWindow() - Method in class org.openide.explorer.view.TreeTableView
 
requestFocusInWindow() - Method in class org.openide.explorer.view.TreeView
Requests focus for the tree component.
requestFocusInWindow() - Method in class org.openide.text.CloneableEditor
Transfer the focus to the editor pane.
requestFocusInWindow() - Method in class org.openide.windows.TopComponent
Deprecated. Use TopComponent.requestActive() instead to make TopComponent active in window system not only focused. This method should have been preserved for focus management only but not activation of TopComponent inside window system. The default implementation does nothing, and does not call super.requestFocusInWindow().
requestVisible() - Method in class org.openide.windows.TopComponent
Selects this TopComponent, if it is opened, but does not activate it unless it is in active mode already.
requestVisible() - Method in interface org.openide.windows.WindowManager.Component
Deprecated. 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 interface org.openide.awt.HtmlRenderer.Renderer
Clear any stale data from previous use by other components, clearing the icon, text, disabled state and other customizations, returning the component to its initialized state.
reset() - Method in interface org.openide.explorer.propertysheet.InplaceEditor
Restore the inplace editor to the value returned by the property editor's getValue() method, discarding any edits.
reset() - Method in class org.openide.options.SystemOption
Implements the reset by setting back all properties that were modified.
reset() - Method in class org.openide.util.SharedClassObject
Is called by the infrastructure in cases when a clean instance is requested.
resolveClass(ObjectStreamClass) - Method in class org.openide.util.io.NbObjectInputStream
 
restoreDefaultValue() - Method in class org.openide.nodes.Node.Property
Restore this property to its default value, if supported.
restored() - Method in class org.openide.modules.ModuleInstall
Called when an already-installed module is restored (during IDE startup).
resultChanged(LookupEvent) - Method in interface org.openide.util.LookupListener
A change in lookup occured.
rt - Variable in class org.openide.awt.SpinButton
Deprecated. Spin repeat thread.
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 interface org.openide.util.Mutex.Action
Execute the action.
run() - Method in interface org.openide.util.Mutex.ExceptionAction
Execute the action.
run() - Method in class org.openide.util.RequestProcessor.Task
 
run() - Method in class org.openide.util.Task
Start the task.
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 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.AttributedCharacterIteratorImpl
Limit indices of continous ...
runLimit - Variable in class org.openide.text.AttributedCharacters
Limit indices of continous ...
runStart - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Start indices of continuous blocks of text with the same font.
runStart - Variable in class org.openide.text.AttributedCharacters
Start indices of continuous blocks of text with the same font.
running - Variable in class org.openide.awt.SpinButton
Deprecated. Flag if the SpinRepeatThread is currently running.
runningDir - Variable in class org.openide.awt.SpinButton
Deprecated. Current direction of the run of the SpinRepeatThread.

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.