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

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

F

FINISH_OPTION - Static variable in class org.openide.WizardDescriptor
"Finish" button option.
FIRST_PREFERRED - Static variable in class org.openide.awt.SplittedPanel
Deprecated. constant for moving the split point so that the first (left/top) component is sized according to its preferredSize
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.
FileAttributeEvent - class org.openide.filesystems.FileAttributeEvent.
Event used to listen on filesystem attribute changes.
FileAttributeEvent(FileObject, String, Object, Object) - Constructor for class org.openide.filesystems.FileAttributeEvent
Creates new FileAttributeEvent.
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.
FileChangeAdapter - class org.openide.filesystems.FileChangeAdapter.
Adapter for changes in FileObjects.
FileChangeAdapter() - Constructor for class org.openide.filesystems.FileChangeAdapter
 
FileChangeListener - interface org.openide.filesystems.FileChangeListener.
Listener for changes in FileObjects.
FileEvent - class org.openide.filesystems.FileEvent.
Event for listening on filesystem 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.
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 filesystem.
FileObject() - Constructor for class org.openide.filesystems.FileObject
 
FileRenameEvent - class org.openide.filesystems.FileRenameEvent.
Event indicating a file rename.
FileRenameEvent(FileObject, String, String) - Constructor for class org.openide.filesystems.FileRenameEvent
Creates new FileRenameEvent.
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.
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.
FileStatusEvent - class org.openide.filesystems.FileStatusEvent.
Event describing a change in annotation of files.
FileStatusEvent(FileSystem, Set, 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, 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() - Constructor for class org.openide.filesystems.FileSystem
Default constructor.
FileSystem.AtomicAction - interface org.openide.filesystems.FileSystem.AtomicAction.
An action that it is to be called atomically with respect to filesystem event notification.
FileSystem.Environment - class org.openide.filesystems.FileSystem.Environment.
Deprecated. Please use the ClassPath API instead.
FileSystem.Environment() - Constructor for class org.openide.filesystems.FileSystem.Environment
Deprecated.  
FileSystem.HtmlStatus - interface org.openide.filesystems.FileSystem.HtmlStatus.
Extension interface for Status provides HTML-formatted annotations.
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.
FileSystemCapability - class org.openide.filesystems.FileSystemCapability.
Deprecated. Now useless.
FileSystemCapability() - Constructor for class org.openide.filesystems.FileSystemCapability
Deprecated.  
FileSystemCapability.Bean - class org.openide.filesystems.FileSystemCapability.Bean.
Deprecated. For the same reason the whole class is.
FileSystemCapability.Bean() - Constructor for class org.openide.filesystems.FileSystemCapability.Bean
Deprecated.  
FileUtil - class org.openide.filesystems.FileUtil.
Common utilities for handling files.
FilterCookie - interface org.openide.cookies.FilterCookie.
Deprecated. Use Looks instead.
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.
FilterNode - class org.openide.nodes.FilterNode.
A proxy for another node.
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.
FilterNode(Node, Children, Lookup) - Constructor for class org.openide.nodes.FilterNode
Constructs new filter node with a provided children and lookup.
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.
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.
FindAction - class org.openide.actions.FindAction.
Search for something.
FindAction() - Constructor for class org.openide.actions.FindAction
 
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.  
fileAttributeChanged(FileAttributeEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file attribute is changed.
fileAttributeChanged(FileAttributeEvent) - Method in interface org.openide.filesystems.FileChangeListener
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.
fileChange(FileChangeListener, Object) - Static method in class org.openide.util.WeakListener
Deprecated. Use FileUtil.weakFileChangeListener(org.openide.filesystems.FileChangeListener, java.lang.Object) or WeakListeners.create(java.lang.Class, java.util.EventListener, java.lang.Object)
fileChanged(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file is changed.
fileChanged(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file is changed.
fileChanged(FileEvent) - Method in class org.openide.util.WeakListener.FileChange
Deprecated. Fired when a file has been changed.
fileDataCreated(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a new file is created.
fileDataCreated(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
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 class org.openide.filesystems.FileChangeAdapter
Fired when a file is deleted.
fileDeleted(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file is deleted.
fileDeleted(FileEvent) - Method in class org.openide.util.WeakListener.FileChange
Deprecated. Fired when a file has been deleted.
fileFolderCreated(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a new folder is created.
fileFolderCreated(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
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.
fileRenamed(FileRenameEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file is renamed.
fileRenamed(FileRenameEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file is renamed.
fileRenamed(FileRenameEvent) - Method in class org.openide.util.WeakListener.FileChange
Deprecated. Fired when a file has been renamed.
fileStatus(FileStatusListener, Object) - Static method in class org.openide.util.WeakListener
Deprecated. Use FileUtil.weakFileStatusListener(org.openide.filesystems.FileStatusListener, java.lang.Object) or WeakListeners.create(java.lang.Class, java.util.EventListener, java.lang.Object)
fileSystemAdded(RepositoryEvent) - Method in class org.openide.filesystems.RepositoryAdapter
 
fileSystemAdded(RepositoryEvent) - Method in interface org.openide.filesystems.RepositoryListener
Called when new filesystem is added to the pool.
fileSystemAdded(RepositoryEvent) - Method in class org.openide.util.WeakListener.Repository
Deprecated. Called when new file system is added to the pool.
fileSystemPoolReordered(RepositoryReorderedEvent) - Method in class org.openide.filesystems.RepositoryAdapter
 
fileSystemPoolReordered(RepositoryReorderedEvent) - Method in interface org.openide.filesystems.RepositoryListener
Called when a filesystem pool is reordered.
fileSystemPoolReordered(RepositoryReorderedEvent) - Method in class org.openide.util.WeakListener.Repository
Deprecated. Called when a Repository is reordered.
fileSystemRemoved(RepositoryEvent) - Method in class org.openide.filesystems.RepositoryAdapter
 
fileSystemRemoved(RepositoryEvent) - Method in interface org.openide.filesystems.RepositoryListener
Called when a filesystem is removed from the pool.
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.FileSystemCapability
Deprecated. Please use the ClassPath API instead.
fileSystems() - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
filter(Enumeration, Enumerations.Processor) - Static method in class org.openide.util.Enumerations
Filters some elements out from the input enumeration.
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.
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.Children
Closes the listener, if any, on the original node.
finalize() - Method in class org.openide.nodes.FilterNode
Removes all listeners (property and node) on the original node.
finalize() - Method in class org.openide.util.SharedClassObject
 
find(Class) - Method in class org.openide.ServiceType.Registry
Deprecated. Just use lookup.
find(String) - Method in class org.openide.ServiceType.Registry
Deprecated. Find a service type of a supplied name in the registry.
find(Component) - Static method in class org.openide.explorer.ExplorerManager
Finds the proper Explorer manager for a given component.
find(String, String, String) - Method in class org.openide.filesystems.AbstractFileSystem
 
find(String, String, String) - Method in class org.openide.filesystems.FileSystem
Deprecated. Please use the ClassPath API instead, or use FileSystem.findResource(java.lang.String) if you are not interested in classpaths.
find(String, String, String) - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Please use the ClassPath API instead.
find(String, String, String) - Method in class org.openide.filesystems.MultiFileSystem
 
find(String, String, String) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
find(String) - Static method in class org.openide.text.IndentEngine
Finds engine associated with given mime type.
find(Document) - Static method in class org.openide.text.IndentEngine
Finds engine associated with given document.
find() - Method in interface org.openide.util.NbBundle.ClassLoaderFinder
Deprecated. Useless.
findActions(Node[]) - Static method in class org.openide.nodes.NodeOp
Asks the provided nodes for their actions and those that are common, to all of them returns.
findAll(String, String, String) - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Please use the ClassPath API instead.
findAll(String, String, String) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
findAllResources(String) - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Please use the ClassPath API instead.
findAllResources(String) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
findAnnotations(Throwable) - Method in class org.openide.ErrorManager
Finds annotations associated with a given exception.
findBrother(FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Finds brother file with same base name but different extension.
findCenterBounds(Dimension) - Static method in class org.openide.util.Utilities
Helps client code place components on the center of the screen.
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(Node, String) - Static method in class org.openide.nodes.NodeOp
Look for a node child of given name.
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
Deprecated. Do not use anymore. See WindowManager.Component deprecation.
findContextMenu(Node[]) - Static method in class org.openide.nodes.NodeOp
Compute common menu for specified nodes.
findFileObject(URL) - Static method in class org.openide.filesystems.URLMapper
Find an appropiate instance of FileObject that addresses this url
findFileObjects(URL) - Static method in class org.openide.filesystems.URLMapper
Deprecated. Use URLMapper.findFileObject(java.net.URL) instead.
findFileSystem(String) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
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(Object) - Static method in class org.openide.util.HelpCtx
Finds help context for a generic object.
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
findMnemonicAmpersand(String) - Static method in class org.openide.awt.Mnemonics
Searches for an ampersand in a string which indicates a mnemonic.
findMode(String) - Method in class org.openide.windows.WindowManager
Finds mode where specified name.
findMode(TopComponent) - Method in class org.openide.windows.WindowManager
Finds mode which contains specified TopComponent.
findMode(String) - Method in interface org.openide.windows.Workspace
Deprecated. Use WindowManager.findMode(String) instead.
findMode(TopComponent) - Method in interface org.openide.windows.Workspace
Deprecated. Use WindowManager.findMode(TopComponent) instead.
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.
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.AbstractFileSystem
 
findResource(String) - Method in class org.openide.filesystems.FileSystem
Finds a file given its full resource path.
findResource(String) - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Please use the ClassPath API instead.
findResource(String) - Method in class org.openide.filesystems.MultiFileSystem
 
findResource(String) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
findResourceOn(FileSystem, String) - Method in class org.openide.filesystems.MultiFileSystem
Finds a resource on given filesystem.
findRoot(Node) - Static method in class org.openide.nodes.NodeOp
Find the root for a given node.
findSystem(FileObject) - Method in class org.openide.filesystems.MultiFileSystem
For given file object finds the filesystem that the object is placed on.
findTopComponent(String) - Method in class org.openide.windows.WindowManager
Returns TopComponent for given unique ID.
findTopComponentGroup(String) - Method in class org.openide.windows.WindowManager
Finds TopComponentGroup of given name.
findTopComponentID(TopComponent) - Method in class org.openide.windows.WindowManager
Returns unique ID for specified TopComponent.
findURL(FileObject, int) - Static method in class org.openide.filesystems.URLMapper
Find a good URL for this file object which works according to type: -inside this VM - inside this machine - from networked machines
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
Deprecated. Do not use. Workspaces are not supported anymore.
finished() - Method in interface org.openide.util.AsyncGUIJob
Method to update UI using given data constructed in AsyncGUIJob.construct() method.
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.
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.
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.
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.explorer.propertysheet.PropertyPanel
Overridden to catch changes in those client properties that are relevant to PropertyPanel
firePropertyChange(String, Object, Object) - Method in class org.openide.filesystems.FileSystem
Fires property change event.
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.text.CloneableEditorSupport
Report a bound property update to any 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
Deprecated. 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.options.VetoSystemOption
Fire a property change event.
firedFrom(FileSystem.AtomicAction) - Method in class org.openide.filesystems.FileEvent
Tests if FileEvent was fired from atomic action.
first() - Method in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
fixed(Object[]) - Static method in class org.openide.util.lookup.Lookups
Creates a lookup that contains an array of objects specified via the parameter.
fixed(Object[], InstanceContent.Convertor) - Static method in class org.openide.util.lookup.Lookups
Creates a lookup that contains an array of objects specified via the parameter.
focus(FocusListener, Object) - Static method in class org.openide.util.WeakListener
Deprecated. Use WeakListeners.create(java.lang.Class, java.util.EventListener, java.lang.Object)
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(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.JarFileSystem.Impl
 
folder(String) - Method in class org.openide.filesystems.JarFileSystem
 
folder(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
folder(String) - Method in class org.openide.filesystems.LocalFileSystem
 
folder(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Test if the file is folder or contains data.
fonts - Variable in class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
Font for each character.
fonts - Variable in class org.openide.text.AttributedCharacters
Font for each character.
format(String, Map) - Static method in class org.openide.util.MapFormat
Designated method.
format(Object, StringBuffer, FieldPosition) - Method in class org.openide.util.MapFormat
Formats the parsed string by inserting table's values.
forward() - Method in class org.openide.awt.HtmlBrowser.Impl
Moves the browser forward.
fromFile(File) - Static method in class org.openide.filesystems.FileUtil
Deprecated. Use FileUtil.toFileObject(java.io.File) instead.
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 May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.