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

F

factory - Variable in class org.openide.src.nodes.SourceChildren
Factory for obtaining class nodes.
factory - Variable in class org.openide.src.nodes.ClassChildren
Factory for creating new child nodes.
FIELD - Static variable in class org.openide.src.nodes.ClassElementFilter
Specifies a child representing a field (instance variable).
FieldCustomizer - class org.openide.src.nodes.FieldCustomizer.
Customizer for FieldElement
FieldCustomizer(FieldElement) - Constructor for class org.openide.src.nodes.FieldCustomizer
Create new FieldCustomizer component
FieldElement - class org.openide.src.FieldElement.
Describes a field (variable) in a class.
FieldElement.Impl - interface org.openide.src.FieldElement.Impl.
Implementation of a field element.
FieldElement() - Constructor for class org.openide.src.FieldElement
Create a new field element represented in memory.
FieldElement(FieldElement.Impl, ClassElement) - Constructor for class org.openide.src.FieldElement
Create a new field element.
FieldElementNode - class org.openide.src.nodes.FieldElementNode.
Node representing a field (variable).
FieldElementNode(FieldElement, boolean) - Constructor for class org.openide.src.nodes.FieldElementNode
Create a new field node.
fieldName() - Method in interface org.openide.src.JavaDocTag.SerialField
Return the serialziable field name.
fieldType() - Method in interface org.openide.src.JavaDocTag.SerialField
Return the field type string.
FileAlreadyLockedException - exception org.openide.filesystems.FileAlreadyLockedException.
Exception raised when a file is already locked.
FileAlreadyLockedException() - Constructor for class org.openide.filesystems.FileAlreadyLockedException
Creates new FileAlreadyLockedException.
FileAlreadyLockedException(String) - Constructor for class org.openide.filesystems.FileAlreadyLockedException
Creates new FileAlreadyLockedException with specified text.
fileAttributeChanged(FileAttributeEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file attribute is changed.
fileAttributeChanged(FileAttributeEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file attribute is changed.
fileAttributeChanged(FileAttributeEvent) - Method in class org.openide.util.WeakListener.FileChange
Deprecated. Fired when a file attribute has been changed.
FileAttributeEvent - class org.openide.filesystems.FileAttributeEvent.
Event used to listen on file system attribute changes.
FileAttributeEvent(FileObject, FileObject, String, Object, Object) - Constructor for class org.openide.filesystems.FileAttributeEvent
Creates new FileAttributeEvent.
FileAttributeEvent(FileObject, FileObject, String, Object, Object, boolean) - Constructor for class org.openide.filesystems.FileAttributeEvent
Creates new FileAttributeEvent.
FileAttributeEvent(FileObject, String, Object, Object) - Constructor for class org.openide.filesystems.FileAttributeEvent
Creates new FileAttributeEvent.
fileChange(FileChangeListener, Object) - Static method in class org.openide.util.WeakListener
 
FileChangeAdapter - class org.openide.filesystems.FileChangeAdapter.
Adapter for changes in FileObjects.
FileChangeAdapter() - Constructor for class org.openide.filesystems.FileChangeAdapter
 
fileChanged(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file is changed.
fileChanged(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file is changed.
fileChanged(FileEvent) - Method in class org.openide.util.WeakListener.FileChange
Deprecated. Fired when a file has been changed.
FileChangeListener - interface org.openide.filesystems.FileChangeListener.
Listener for changes in FileObjects.
fileDataCreated(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a new file is created.
fileDataCreated(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a new file is created.
fileDataCreated(FileEvent) - Method in class org.openide.util.WeakListener.FileChange
Deprecated. Fired when a new file has been created.
fileDeleted(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file is deleted.
fileDeleted(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file is deleted.
fileDeleted(FileEvent) - Method in class org.openide.util.WeakListener.FileChange
Deprecated. Fired when a file has been deleted.
FileEntry - class org.openide.loaders.FileEntry.
Entry that works with plain files.
FileEntry.Folder - class org.openide.loaders.FileEntry.Folder.
Simple entry for handling folders, on copy, move and createFromTemplate it creates new empty folder and copies attributes of source folder.
FileEntry.Folder(MultiDataObject, FileObject) - Constructor for class org.openide.loaders.FileEntry.Folder
Creates new FolderEntry
FileEntry.Format - class org.openide.loaders.FileEntry.Format.
Specialized entry that simplifies substitution when a file entry is created from template.
FileEntry.Format(MultiDataObject, FileObject) - Constructor for class org.openide.loaders.FileEntry.Format
Create a new entry initially attached to a given file object.
FileEntry.Numb - class org.openide.loaders.FileEntry.Numb.
Simple file entry variant.
FileEntry.Numb(MultiDataObject, FileObject) - Constructor for class org.openide.loaders.FileEntry.Numb
Create a dummy entry.
FileEntry(MultiDataObject, FileObject) - Constructor for class org.openide.loaders.FileEntry
Creates new file entry initially attached to a given file object.
FileEvent - class org.openide.filesystems.FileEvent.
Event for listening on file system changes.
FileEvent(FileObject) - Constructor for class org.openide.filesystems.FileEvent
Creates new FileEvent.
FileEvent(FileObject, FileObject) - Constructor for class org.openide.filesystems.FileEvent
Creates new FileEvent, specifying the action object.
FileEvent(FileObject, FileObject, boolean) - Constructor for class org.openide.filesystems.FileEvent
Creates new FileEvent, specifying the action object.
fileFolderCreated(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a new folder is created.
fileFolderCreated(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a new folder is created.
fileFolderCreated(FileEvent) - Method in class org.openide.util.WeakListener.FileChange
Deprecated. Fired when a new folder has been created.
FileLock - class org.openide.filesystems.FileLock.
Represents an acquired lock on a FileObject.
FileLock() - Constructor for class org.openide.filesystems.FileLock
 
FileObject - class org.openide.filesystems.FileObject.
This is the base for all implementations of file objects on a file system.
FileObject() - Constructor for class org.openide.filesystems.FileObject
 
fileRenamed(FileRenameEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file is renamed.
fileRenamed(FileRenameEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file is renamed.
fileRenamed(FileRenameEvent) - Method in class org.openide.util.WeakListener.FileChange
Deprecated. Fired when a file has been renamed.
FileRenameEvent - class org.openide.filesystems.FileRenameEvent.
Event indicating a file rename.
FileRenameEvent(FileObject, FileObject, String, String) - Constructor for class org.openide.filesystems.FileRenameEvent
Creates new FileRenameEvent, specifying an event location.
FileRenameEvent(FileObject, FileObject, String, String, boolean) - Constructor for class org.openide.filesystems.FileRenameEvent
Creates new FileRenameEvent, specifying an event location and whether the event was expected by the system.
FileRenameEvent(FileObject, String, String) - Constructor for class org.openide.filesystems.FileRenameEvent
Creates new FileRenameEvent.
files() - Method in class org.openide.loaders.DataObject
Get all contained files.
files() - Method in class org.openide.loaders.MultiDataObject
 
FileStateInvalidException - exception org.openide.filesystems.FileStateInvalidException.
Signals that the file object is somehow corrupted.
FileStateInvalidException() - Constructor for class org.openide.filesystems.FileStateInvalidException
Create new FileStateInvalidException.
FileStateInvalidException(String) - Constructor for class org.openide.filesystems.FileStateInvalidException
Create new FileStateInvalidException with the specified text.
fileStatus(FileStatusListener, Object) - Static method in class org.openide.util.WeakListener
 
FileStatusEvent - class org.openide.filesystems.FileStatusEvent.
Event describing a change in annotation of files.
FileStatusEvent(FileSystem, boolean, boolean) - Constructor for class org.openide.filesystems.FileStatusEvent
Creates new FileStatusEvent.
FileStatusEvent(FileSystem, FileObject, boolean, boolean) - Constructor for class org.openide.filesystems.FileStatusEvent
Creates new FileStatusEvent
FileStatusEvent(FileSystem, Set, boolean, boolean) - Constructor for class org.openide.filesystems.FileStatusEvent
Creates new FileStatusEvent
FileStatusListener - interface org.openide.filesystems.FileStatusListener.
Listener to changes in annotation of file objects.
FileSystem - class org.openide.filesystems.FileSystem.
Interface that provides basic information about a virtual filesystem in the IDE.
FileSystem.AtomicAction - interface org.openide.filesystems.FileSystem.AtomicAction.
An action that it is to be called atomically with respect to file system event notification.
FileSystem.Environment - class org.openide.filesystems.FileSystem.Environment.
Interface that allows filesystems to set up the Java environment for external execution and compilation.
FileSystem.Environment() - Constructor for class org.openide.filesystems.FileSystem.Environment
 
FileSystem.Status - interface org.openide.filesystems.FileSystem.Status.
Allows a filesystem to annotate a group of files (typically comprising a data object) with additional markers.
FileSystem() - Constructor for class org.openide.filesystems.FileSystem
Default constructor.
FileSystemAction - class org.openide.actions.FileSystemAction.
Action that presents standard file system-related actions.
FileSystemAction() - Constructor for class org.openide.actions.FileSystemAction
 
fileSystemAdded(RepositoryEvent) - Method in interface org.openide.filesystems.RepositoryListener
Called when new file system is added to the pool.
fileSystemAdded(RepositoryEvent) - Method in class org.openide.filesystems.RepositoryAdapter
 
fileSystemAdded(RepositoryEvent) - Method in class org.openide.util.WeakListener.Repository
Deprecated. Called when new file system is added to the pool.
FileSystemCapability - class org.openide.filesystems.FileSystemCapability.
This class defines the capabilities of a file system to take part in different operations.
FileSystemCapability.Bean - class org.openide.filesystems.FileSystemCapability.Bean.
Default implementation of capabilities, that behaves like JavaBean and allows to set whether the well known capabilities (like compile, execute) should be enabled or not.
FileSystemCapability.Bean() - Constructor for class org.openide.filesystems.FileSystemCapability.Bean
 
FileSystemCapability() - Constructor for class org.openide.filesystems.FileSystemCapability
 
fileSystemPoolReordered(RepositoryReorderedEvent) - Method in interface org.openide.filesystems.RepositoryListener
Called when a file system pool is reordered.
fileSystemPoolReordered(RepositoryReorderedEvent) - Method in class org.openide.filesystems.RepositoryAdapter
 
fileSystemPoolReordered(RepositoryReorderedEvent) - Method in class org.openide.util.WeakListener.Repository
Deprecated. Called when a Repository is reordered.
fileSystemRemoved(RepositoryEvent) - Method in interface org.openide.filesystems.RepositoryListener
Called when a file system is removed from the pool.
fileSystemRemoved(RepositoryEvent) - Method in class org.openide.filesystems.RepositoryAdapter
 
fileSystemRemoved(RepositoryEvent) - Method in class org.openide.util.WeakListener.Repository
Deprecated. Called when a file system is deleted from the pool.
fileSystems() - Method in class org.openide.filesystems.Repository
Returns enumeration of all file systems.
fileSystems() - Method in class org.openide.filesystems.FileSystemCapability
All filesystems that are capable of this capability.
FileUtil - class org.openide.filesystems.FileUtil.
Common utilities for handling files.
fillInStackTrace() - Method in class org.openide.loaders.DataObjectExistsException
Performance trick
filter - Variable in class org.openide.src.nodes.SourceChildren
Filter for elements.
filter - Variable in class org.openide.src.nodes.ClassChildren
Filter for elements, or null to disable.
filterChildrenAdded(NodeMemberEvent) - Method in class org.openide.nodes.FilterNode.Children
Called when the filter node adds a new child.
filterChildrenRemoved(NodeMemberEvent) - Method in class org.openide.nodes.FilterNode.Children
Called when the filter node removes a child.
filterChildrenReordered(NodeReorderEvent) - Method in class org.openide.nodes.FilterNode.Children
Called when the filter node reorders its children.
filterCompilers(Collection) - Method in class org.openide.compiler.ExternalCompilerGroup
This implementation filters compilers that have the same hashCode and equals, but they report different up-to-date status.
FilterCookie - interface org.openide.cookies.FilterCookie.
Cookie for node groups which can somehow be filtered.
FilterDocument - class org.openide.text.FilterDocument.
Document that delegates all functionality to given document.
FilterDocument(Document) - Constructor for class org.openide.text.FilterDocument
Create new document instance.
FilterEnumeration - class org.openide.util.enum.FilterEnumeration.
Abstract class that takes an enumeration and filters its elements.
FilterEnumeration(Enumeration) - Constructor for class org.openide.util.enum.FilterEnumeration
 
FilterFactory - class org.openide.src.nodes.FilterFactory.
A factory used to create instances of hierarchy node implementations.
FilterFactory() - Constructor for class org.openide.src.nodes.FilterFactory
 
FilterNode - class org.openide.nodes.FilterNode.
A proxy for another node.
FilterNode.Children - class org.openide.nodes.FilterNode.Children.
Children for a filter node.
FilterNode.Children(Node) - Constructor for class org.openide.nodes.FilterNode.Children
Create children.
FilterNode.NodeAdapter - class org.openide.nodes.FilterNode.NodeAdapter.
Adapter that listens on changes in an original node and refires them in a proxy.
FilterNode.NodeAdapter(FilterNode) - Constructor for class org.openide.nodes.FilterNode.NodeAdapter
Create an adapter.
FilterNode.PropertyChangeAdapter - class org.openide.nodes.FilterNode.PropertyChangeAdapter.
Adapter that listens on changes in an original node and refires them in a proxy.
FilterNode.PropertyChangeAdapter(FilterNode) - Constructor for class org.openide.nodes.FilterNode.PropertyChangeAdapter
Create a new adapter.
FilterNode(Node) - Constructor for class org.openide.nodes.FilterNode
Create proxy.
FilterNode(Node, Children) - Constructor for class org.openide.nodes.FilterNode
Create proxy with a different set of children.
FilterStyledDocument - class org.openide.text.FilterStyledDocument.
Document that delegates all functionality to a given StyledDocument.
FilterStyledDocument(StyledDocument) - Constructor for class org.openide.text.FilterStyledDocument
Create new document instance.
finalize() - Method in class org.openide.filesystems.FileLock
Finalize this object.
finalize() - Method in class org.openide.filesystems.JarFileSystem
Close the jar file when we go away...
finalize() - Method in class org.openide.nodes.FilterNode
Removes all listeners (property and node) on the original node.
finalize() - Method in class org.openide.nodes.FilterNode.Children
Closes the listener, if any, on the original node.
finalize() - Method in class org.openide.util.SharedClassObject
 
finalize() - Method in class org.openide.util.RequestProcessor
When finalized, stops the thread.
find() - Method in interface org.openide.util.NbBundle.ClassLoaderFinder
Deprecated.  
find(Class) - Method in class org.openide.ServiceType.Registry
Find the service type implemented as a given class.
find(Class) - Static method in class org.openide.compiler.CompilerType
Find the compiler type implemented as a given class, among the services registered to the system.
find(Class) - Static method in class org.openide.debugger.DebuggerType
Find the debugger implemented as a given class, among the executors registered to the execution engine.
find(Class) - Static method in class org.openide.execution.Executor
Find the executor implemented as a given class, among the executors registered to the execution engine.
find(Class) - Static method in class org.openide.execution.ScriptType
Find the script type implemented as a given class.
find(Class) - Method in interface org.openide.src.ClassElement.Finder
Find a class element description for a class.
find(Component) - Static method in class org.openide.explorer.ExplorerManager
Find the proper Explorer manager for a given component.
find(DataFolder, String, Class) - Static method in class org.openide.loaders.InstanceDataObject
Finds instance of specified name in a given folder.
find(DataFolder, String, String) - Static method in class org.openide.loaders.InstanceDataObject
Finds instance of specified name in a given folder.
find(DataObject) - Static method in class org.openide.loaders.Environment
Finds a lookup for given data object.
find(Document) - Static method in class org.openide.text.IndentEngine
Finds engine associated with given document.
find(FileObject) - Static method in class org.openide.loaders.DataObject
Finds the data object for a specified file object.
find(String) - Method in class org.openide.ServiceType.Registry
Find a service type of a supplied name in the registry.
find(String) - Static method in class org.openide.compiler.CompilerType
Find the compiler with requested name, among the services registered to the system.
find(String) - Static method in class org.openide.debugger.DebuggerType
Find the debugger with requested name, among the executors registered to the execution engine.
find(String) - Static method in class org.openide.execution.Executor
Find the executor with requested name, among the executors registered to the execution engine.
find(String) - Static method in class org.openide.execution.ScriptType
Find the script type with requested name.
find(String) - Method in interface org.openide.src.ClassElement.Finder
Find a class element description for a class name.
find(String) - Static method in class org.openide.text.IndentEngine
Finds engine associated with given mime type.
find(String, String, String) - Method in class org.openide.filesystems.FileSystem
Finds file in the filesystem by name.
find(String, String, String) - Method in class org.openide.filesystems.AbstractFileSystem
 
find(String, String, String) - Method in class org.openide.filesystems.Repository
Finds file when its name is provided.
find(String, String, String) - Method in class org.openide.filesystems.FileSystemCapability
Finds file when its name is provided.
find(String, String, String) - Method in class org.openide.filesystems.MultiFileSystem
 
FindAction - class org.openide.actions.FindAction.
Search for something.
FindAction() - Constructor for class org.openide.actions.FindAction
 
findAll(String, String, String) - Method in class org.openide.filesystems.Repository
Finds all files among all file systems matching a given name, returning all matches.
findAll(String, String, String) - Method in class org.openide.filesystems.FileSystemCapability
Finds all files among all file systems with this capability that match a given name, returning all matches.
findAllResources(String) - Method in class org.openide.filesystems.Repository
Searches for the given resource among all file systems, returning all matches.
findAllResources(String) - Method in class org.openide.filesystems.FileSystemCapability
Searches for the given resource among all file systems that satifies this capability, returning all matches.
findAnnotations(Throwable) - Method in class org.openide.ErrorManager
Finds annotations associated with a given exception.
findBreakpoint(ConstructorElement) - Method in class org.openide.debugger.Debugger
Find the breakpoint assigned to a method (or constructor).
findBreakpoint(Line) - Method in class org.openide.debugger.Debugger
Find the breakpoint assigned to a given line.
findBrother(FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Finds brother file with same base name but different extension.
findChild(Node, String) - Static method in class org.openide.nodes.NodeOp
Look for a node child of given name.
findChild(String) - Method in class org.openide.nodes.Children
Find a child node by name.
findChild(String) - Method in class org.openide.nodes.FilterNode.Children
 
findChild(String) - Method in class org.openide.src.nodes.SourceChildren
 
findClass(String) - Method in class org.openide.execution.NbClassLoader
 
findCloneableOpenSupport() - Method in class org.openide.loaders.OpenSupport.Env
Method that allows environment to find its cloneable open support.
findCloneableOpenSupport() - Method in interface org.openide.windows.CloneableOpenSupport.Env
Method that allows environment to find its cloneable open support.
findComponentManager(TopComponent) - Static method in class org.openide.windows.WindowManager
Finds top component manager for given top component.
findContainer(FileObject) - Static method in class org.openide.loaders.DataFolder
Finds a DataObject.Container representing given folder.
findContextMenu(Node[]) - Static method in class org.openide.nodes.NodeOp
Compute common menu for specified nodes.
findDataObject() - Method in class org.openide.text.EditorSupport
Deprecated. Finds data object the entry belongs to.
findDataObject(FileObject) - Method in class org.openide.loaders.DataLoaderPool
Find a data object for this file object (not for normal users of the APIs).
findDataObject(FileObject, DataLoader.RecognizedFiles) - Method in class org.openide.loaders.DataLoader
Find a data object appropriate to the given file object--the meat of this class.
findDataObject(FileObject, DataLoader.RecognizedFiles) - Method in class org.openide.loaders.DataLoaderPool
Find a data object for this file object, considering already-recognized files (not for normal users of the APIs).
findElement(int) - Method in interface org.openide.cookies.SourceCookie.Editor
Find the element at the specified offset in the document.
findFileSystem(String) - Method in class org.openide.filesystems.Repository
Finds file system when only its system name is known.
findFolder(FileObject) - Static method in class org.openide.loaders.DataFolder
Create a folder for a specified file object.
findFreeFileName(FileObject, String, String) - Static method in class org.openide.filesystems.FileUtil
Finds an unused file name similar to that requested in the same folder.
findFreeFolderName(FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Finds an unused folder name similar to that requested in the same parent folder.
findHelp(Component) - Static method in class org.openide.util.HelpCtx
Find the help ID for a component.
findHelp(InstanceCookie) - Static method in class org.openide.loaders.InstanceSupport
Find context help for some instance.
findKey(SystemAction) - Static method in class org.openide.awt.Actions
Method that finds the keydescription assigned to this action.
findLineColumn(StyledDocument, int) - Static method in class org.openide.text.NbDocument
Finds column number given an offset.
findLineNumber(StyledDocument, int) - Static method in class org.openide.text.NbDocument
For given document and an offset, find the line number.
findLineOffset(StyledDocument, int) - Static method in class org.openide.text.NbDocument
Finds offset of the beginning of a line.
findLineRootElement(StyledDocument) - Static method in class org.openide.text.NbDocument
Find the root element of all lines.
findMIMEType(FileObject) - Method in class org.openide.filesystems.MIMEResolver
Resolves FileObject and returns recognized MIME type
findMode(String) - Method in interface org.openide.windows.Workspace
Search all modes on this workspace by name.
findMode(TopComponent) - Method in interface org.openide.windows.Workspace
Finds mode the component is in on this workspace.
findNode(Object) - Static method in class org.openide.explorer.view.Visualizer
Converts visualizer object back to its node representant.
findObject(Class) - Static method in class org.openide.util.SharedClassObject
Obtain an instance of the desired class, if there is one.
findObject(Class, boolean) - Static method in class org.openide.util.SharedClassObject
Find an existing object, possibly creating a new one as needed.
findPageable(StyledDocument) - Static method in class org.openide.text.NbDocument
Find a way to print a given document.
findPaste(Transferable) - Static method in class org.openide.nodes.NodeTransfer
Find an intelligent source of paste types in a transferable.
findPath(Node, Enumeration) - Static method in class org.openide.nodes.NodeOp
Traverse a path from a parent node down, by an enumeration of names.
findPath(Node, String[]) - Static method in class org.openide.nodes.NodeOp
Traverse a path from a parent node down, by an enumeration of names.
findPrimaryFile(FileObject) - Method in class org.openide.loaders.MultiFileLoader
For a given file finds the primary file.
findPrimaryFile(FileObject) - Method in class org.openide.loaders.UniFileLoader
Get the primary file.
findReference(String) - Method in class org.openide.filesystems.AbstractFileSystem
This method allows to find Reference to resourceName
findResource(String) - Method in class org.openide.filesystems.FileSystem
Finds file when its resource name is given.
findResource(String) - Method in class org.openide.filesystems.AbstractFileSystem
 
findResource(String) - Method in class org.openide.filesystems.Repository
Searches for the given resource among all file systems.
findResource(String) - Method in class org.openide.filesystems.FileSystemCapability
Find a resource in repository, ignoring not capable file systems.
findResource(String) - Method in class org.openide.filesystems.MultiFileSystem
 
findResourceOn(FileSystem, String) - Method in class org.openide.filesystems.MultiFileSystem
Finds a resource on given file system.
findRoot(Node) - Static method in class org.openide.nodes.NodeOp
Find the root for a given node.
findSecondaryEntry(FileObject) - Method in class org.openide.loaders.MultiDataObject
For a given file, find the associated secondary entry.
findSystem(FileObject) - Method in class org.openide.filesystems.MultiFileSystem
For given file object finds the file system that the object is placed on.
findToolbar(String) - Method in class org.openide.awt.ToolbarPool
Returns a Toolbar to which this pool maps the given name.
findVisualizer(Node) - Static method in class org.openide.explorer.view.Visualizer
Methods that create a tree node for given node.
findWorkspace(String) - Method in class org.openide.windows.WindowManager
Finds workspace given its name.
FINISH_OPTION - Static variable in class org.openide.WizardDescriptor
"Finish" button option.
finishDebugger() - Method in class org.openide.debugger.Debugger
Finish the debugger session.
FinishDebuggerAction - class org.openide.actions.FinishDebuggerAction.
End the debugger session.
FinishDebuggerAction() - Constructor for class org.openide.actions.FinishDebuggerAction
 
fireChangeEvent(ChangeEvent) - Method in class org.openide.loaders.DataLoaderPool
Fire change event to all listeners.
fireChangeEvent(ChangeEvent) - Method in class org.openide.nodes.Index.Support
Fires notification about reordering to all registered listeners.
fireClipboardChange() - Method in class org.openide.util.datatransfer.ExClipboard
Fires event about change of content in the clipboard.
fireCookieChange() - Method in class org.openide.nodes.Node
Fires a change event for Node.PROP_COOKIE.
firedFrom(FileSystem.AtomicAction) - Method in class org.openide.filesystems.FileEvent
Tests if FileEvent was fired from atomic action.
fireDisplayNameChange(String, String) - Method in class org.openide.nodes.Node
Allow subclasses that override the getDisplayName method to fire the changes of the name by itself.
fireDragToolbar(int, int, int) - Method in class org.openide.awt.Toolbar
Fire drag of Toolbar
fireDropToolbar(int, int, int) - Method in class org.openide.awt.Toolbar
Fire drop of Toolbar
fireErrorEvent(ErrorEvent) - Method in class org.openide.compiler.CompilerGroup
Fires an error event to all listeners.
fireEvent(ConnectionCookie.Event) - Method in class org.openide.loaders.ConnectionSupport
Fires info for all listeners of given type.
fireFileAttributeChangedEvent(Enumeration, FileAttributeEvent) - Method in class org.openide.filesystems.FileObject
Fire file attribute change event.
fireFileChangedEvent(Enumeration, FileEvent) - Method in class org.openide.filesystems.FileObject
Fire file change event.
fireFileDataCreatedEvent(Enumeration, FileEvent) - Method in class org.openide.filesystems.FileObject
Fire data creation event.
fireFileDeletedEvent(Enumeration, FileEvent) - Method in class org.openide.filesystems.FileObject
Fire file deletion event.
fireFileFolderCreatedEvent(Enumeration, FileEvent) - Method in class org.openide.filesystems.FileObject
Fire folder creation event.
fireFileRenamedEvent(Enumeration, FileRenameEvent) - Method in class org.openide.filesystems.FileObject
Fire file rename event.
fireFileStatusChanged(FileStatusEvent) - Method in class org.openide.filesystems.FileSystem
Notifies all registered listeners about change of status of some files.
fireIconChange() - Method in class org.openide.nodes.Node
Fire a change event for Node.PROP_ICON.
fireNameChange(String, String) - Method in class org.openide.nodes.Node
Allow subclasses that override the getName method to fire the changes of the name by itself.
fireNodeDestroyed() - Method in class org.openide.nodes.Node
To all node listeners fire node destroyed notification.
fireOpenedIconChange() - Method in class org.openide.nodes.Node
Fire a change event for Node.PROP_OPENED_ICON.
fireProgressEvent(ProgressEvent) - Method in class org.openide.compiler.CompilerGroup
Fire a progress event to all listeners.
firePropertyChange(String, Object, Object) - Method in class org.openide.NotifyDescriptor
Fire a PropertyChangeEvent to each listener.
firePropertyChange(String, Object, Object) - Method in class org.openide.ServiceType
Fire information about change of a property in the service type.
firePropertyChange(String, Object, Object) - Method in class org.openide.actions.ActionManager
Notifies all registered listeners about the event.
firePropertyChange(String, Object, Object) - Method in class org.openide.filesystems.FileSystem
Fires property change event.
firePropertyChange(String, Object, Object) - Method in class org.openide.loaders.DataObject
Fires property change notification to all listeners registered via DataObject.addPropertyChangeListener(java.beans.PropertyChangeListener).
firePropertyChange(String, Object, Object) - Method in class org.openide.loaders.OpenSupport.Env
Fires property change.
firePropertyChange(String, Object, Object) - Method in class org.openide.modules.ModuleInfo
Indicate that something changed, as a subclass.
firePropertyChange(String, Object, Object) - Method in class org.openide.nodes.Node
Fire a property change event.
firePropertyChange(String, Object, Object) - Method in class org.openide.options.SystemOption
Fire a property change event to all listeners.
firePropertyChange(String, Object, Object) - Method in class org.openide.text.Annotatable
Fire property change to registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.openide.text.Annotation
Fire property change to registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.openide.util.SharedClassObject
Fire a property change event to all listeners.
firePropertySetsChange(Node.PropertySet[], Node.PropertySet[]) - Method in class org.openide.nodes.Node
Fires a (Bean) property change event (for Node.PROP_PROPERTY_SETS).
fireShortDescriptionChange(String, String) - Method in class org.openide.nodes.Node
Allow subclasses that override the getShortDescription method to fire the changes of the description by itself.
fireSplitChange(int, int) - Method in class org.openide.awt.SplittedPanel
Fires the SplitChange event
fireVetoableChange(String, Object, Object) - Method in class org.openide.filesystems.FileSystem
Fires property vetoable event.
fireVetoableChange(String, Object, Object) - Method in class org.openide.loaders.DataObject
Fires vetoable change notification.
fireVetoableChange(String, Object, Object) - Method in class org.openide.loaders.OpenSupport.Env
Fires vetoable change.
fireVetoableChange(String, Object, Object) - Method in class org.openide.options.VetoSystemOption
Fire a property change event.
FIRST_PREFERRED - Static variable in class org.openide.awt.SplittedPanel
constant for moving the split point so that the first (left/top) component is sized according to its preferredSize
first() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
firstProducerOf(Class) - Method in class org.openide.loaders.DataLoaderPool
Finds the first producer of a representation class.
FLOAT - Static variable in class org.openide.src.Type
float primitive type.
flushReader() - Method in interface org.openide.windows.InputOutput
Flush pending data in the input-line's reader.
flushReader() - Method in class org.openide.windows.InputOutput.Null
Deprecated.  
focus(FocusListener, Object) - Static method in class org.openide.util.WeakListener
 
focusGained(FocusEvent) - Method in class org.openide.util.WeakListener.Focus
Deprecated. Delegates to the original listener.
focusLost(FocusEvent) - Method in class org.openide.util.WeakListener.Focus
Deprecated. Delegates to the original listener.
folder - Variable in class org.openide.loaders.FolderInstance
Folder to work with.
FOLDER_NAMES - Static variable in class org.openide.loaders.DataFolder.SortMode
Folders go first (sorted by name) followed by non-folder objects sorted by name.
folder(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Test if the file is a folder or contains data.
folder(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Test if the file is folder or contains data.
folder(String) - Method in class org.openide.filesystems.JarFileSystem
 
folder(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
folder(String) - Method in class org.openide.filesystems.LocalFileSystem
 
folder(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
FolderInstance - class org.openide.loaders.FolderInstance.
Support class for creation of an object from the content of a DataObject.Container.
FolderInstance(DataFolder) - Constructor for class org.openide.loaders.FolderInstance
Create new folder instance.
FolderInstance(DataObject.Container) - Constructor for class org.openide.loaders.FolderInstance
A new object that listens on changes in a container.
FolderLookup - class org.openide.loaders.FolderLookup.
Implements a lookup, that scans a content of a folder for its data objects and asks them for instance cookie, the created objects are then used to for the content of the lookup.
FolderLookup(DataObject.Container) - Constructor for class org.openide.loaders.FolderLookup
Constructs the FolderLookup for given container.
FolderLookup(DataObject.Container, String) - Constructor for class org.openide.loaders.FolderLookup
Constructs the FolderLookup for given container.
folders() - Method in interface org.openide.Places
Deprecated. Just as easy to access folders by resource name.
FoldingIOException - exception org.openide.util.io.FoldingIOException.
Deprecated. Better to create a new IOException and annotate it with the throwable.
FoldingIOException(Throwable) - Constructor for class org.openide.util.io.FoldingIOException
Deprecated.  
fonts - Variable in class org.openide.text.AttributedCharacters
Font for each character.
fonts - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Font for each character.
forClass(Class) - Static method in class org.openide.src.ClassElement
Search for a class element throughout the system.
forEachSection(ManifestSection.Iterator) - Method in class org.openide.modules.ModuleDescription
Deprecated. Iterates over all entries found in the module.
format(Element) - Method in class org.openide.src.ElementFormat
Formats an element.
format(Object, StringBuffer, FieldPosition) - Method in class org.openide.src.ElementFormat
Format an object.
format(Object, StringBuffer, FieldPosition) - Method in class org.openide.util.MapFormat
Formats the parsed string by inserting table's values.
format(String, Map) - Static method in class org.openide.util.MapFormat
Designated method.
forName(String) - Static method in class org.openide.src.ClassElement
Search for a class element throughout the system.
forward() - Method in class org.openide.awt.HtmlBrowser.Impl
Moves the browser forward.
fromFile(File) - Static method in class org.openide.filesystems.FileUtil
Finds appropriate FileObjects to java.io.File if possible.
fromHandles(Node.Handle[]) - Static method in class org.openide.nodes.NodeOp
Takes array of handles and creates array of nodes.
fromHex(char[], int, int) - Static method in class org.openide.xml.XMLUtil
Decodes data encoded using toHex.

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.