- filter(Enumeration<? extends T>, Enumerations.Processor<T, R>) - Static method in class org.openide.util.Enumerations
-
Filters some elements out from the input enumeration.
- 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() - Method in interface org.openide.util.NbBundle.ClassLoaderFinder
-
- findAnnotations(Throwable) - Method in class org.openide.ErrorManager
-
Finds annotations associated with a given exception.
- findCenterBounds(Dimension) - Static method in class org.openide.util.Utilities
-
Helps client code place components on the center of the screen.
- findElement(Element, String, String) - Static method in class org.openide.xml.XMLUtil
-
Search for an XML element in the direct children of parent only.
- 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.
- findLocalizedMessage(Throwable) - Static method in class org.openide.util.Exceptions
-
Extracts previously attached localized message for a given throwable.
- findObject(Class<T>) - Static method in class org.openide.util.SharedClassObject
-
Obtain an instance of the desired class, if there is one.
- findObject(Class<T>, boolean) - Static method in class org.openide.util.SharedClassObject
-
Find an existing object, possibly creating a new one as needed.
- findSubElements(Element) - Static method in class org.openide.xml.XMLUtil
-
Find all direct child elements of an element.
- findText(Node) - Static method in class org.openide.xml.XMLUtil
-
Extract nested text from a node.
- finished() - Method in interface org.openide.util.AsyncGUIJob
-
- fireChange() - Method in class org.openide.util.ChangeSupport
-
Fires a change event to all registered listeners.
- fireClipboardChange() - Method in class org.openide.util.datatransfer.ExClipboard
-
Fires event about change of content in the clipboard.
- firePropertyChange(String, Object, Object) - Method in class org.openide.ServiceType
-
Deprecated.
Fire information about change of a property in the service type.
- firePropertyChange(String, Object, Object) - Method in class org.openide.util.SharedClassObject
-
Fire a property change event to all listeners.
- first() - Method in class org.openide.util.Union2
-
Retrieve the union member of the first type.
- FoldingIOException - Exception in org.openide.util.io
-
Encapsulates an exception.
- FoldingIOException(Throwable) - Constructor for exception org.openide.util.io.FoldingIOException
-
- 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.
- forModule(Class) - Static method in class org.openide.util.NbPreferences
-
Returns user preference node .
- fromHex(char[], int, int) - Static method in class org.openide.xml.XMLUtil
-
Decodes data encoded using
toHex
.