A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractLookup - Class in org.openide.util.lookup
Implementation of the lookup from OpenAPIs that is based on the introduction of Item.
AbstractLookup(AbstractLookup.Content) - Constructor for class org.openide.util.lookup.AbstractLookup
Constructor to create this lookup and associate it with given Content.
AbstractLookup() - Constructor for class org.openide.util.lookup.AbstractLookup
Default constructor for subclasses that do not need to provide a content
AbstractLookup.Content - Class in org.openide.util.lookup
A class that can be used by the creator of the AbstractLookup to control its content.
AbstractLookup.Content() - Constructor for class org.openide.util.lookup.AbstractLookup.Content
Default constructor.
AbstractLookup.Content(Executor) - Constructor for class org.openide.util.lookup.AbstractLookup.Content
Creates a content associated with an executor to handle dispatch of changes.
AbstractLookup.Pair<T> - Class in org.openide.util.lookup
Extension to the default lookup item that offers additional information for the data structures use in AbstractLookup
AbstractLookup.Pair() - Constructor for class org.openide.util.lookup.AbstractLookup.Pair
For use by subclasses.
accepted(int) - Method in interface org.openide.util.datatransfer.TransferListener
Accepted by a drop operation.
actionPerformed(ActionEvent) - Method in class org.netbeans.modules.openide.util.ActionsBridge.ActionRunnable
 
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.BooleanStateAction
 
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.CallableSystemAction
 
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.CallbackSystemAction
Perform the action.
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.SystemAction
Actually perform the action.
ActionPerformer - Interface in org.openide.util.actions
Deprecated. No longer recommended. See CallbackSystemAction.setActionPerformer(org.openide.util.actions.ActionPerformer) for details.
ActionsBridge - Class in org.netbeans.modules.openide.util
Allows Node action to get access to special tricks in CallableSystemAction.
ActionsBridge() - Constructor for class org.netbeans.modules.openide.util.ActionsBridge
 
ActionsBridge.ActionRunnable - Class in org.netbeans.modules.openide.util
Special class that can be passed to invokeAction and delegates to correct values
ActionsBridge.ActionRunnable(ActionEvent, SystemAction, boolean) - Constructor for class org.netbeans.modules.openide.util.ActionsBridge.ActionRunnable
 
actionsForPath(String) - Static method in class org.openide.util.Utilities
Load a menu sequence from a lookup path.
actionsGlobalContext() - Static method in class org.openide.util.Utilities
Global context for actions.
actionsToPopup(Action[], Lookup) - Static method in class org.openide.util.Utilities
Builds a popup menu from actions for provided context specified by Lookup.
actionsToPopup(Action[], Component) - Static method in class org.openide.util.Utilities
Builds a popup menu for provided component.
ActiveQueue - Class in org.netbeans.modules.openide.util
Implementation of the active reference queue.
activeReferenceQueue() - Static method in class org.openide.util.Utilities
Useful queue for all parts of system that use java.lang.ref.References together with some ReferenceQueue and need to do some clean up when the reference is enqueued.
add(Object) - Method in class org.openide.util.lookup.InstanceContent
The method to add instance to the lookup with.
add(T, InstanceContent.Convertor<T, R>) - Method in class org.openide.util.lookup.InstanceContent
Adds a convertible instance into the lookup.
add(E) - Method in class org.openide.util.WeakSet
Adds the specified element to this set if it is not already present.
addChangeListener(ChangeListener) - Method in class org.openide.util.ChangeSupport
Adds a ChangeListener to the listener list.
addClipboardListener(ClipboardListener) - Method in class org.openide.util.datatransfer.ExClipboard
Add a listener to clipboard operations.
addLookupListener(LookupListener) - Method in class org.openide.util.Lookup.Result
Registers a listener that is invoked when there is a possible change in this result.
addNotify() - Method in class org.openide.util.SharedClassObject
Notify subclasses that the first listener has been added to this object.
addPair(AbstractLookup.Pair<?>) - Method in class org.openide.util.lookup.AbstractLookup
The method to add instance to the lookup with.
addPair(AbstractLookup.Pair<?>, Executor) - Method in class org.openide.util.lookup.AbstractLookup
The method to add instance to the lookup with.
addPair(AbstractLookup.Pair<?>) - Method in class org.openide.util.lookup.AbstractLookup.Content
The method to add instance to the lookup with.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.modules.openide.util.ActionsBridge.ActionRunnable
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.ServiceType
Deprecated. Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.util.SharedClassObject
Adds the specified property change listener to receive property change events from this object.
addTaskListener(TaskListener) - Method in class org.openide.util.Task
Add a listener to the task.
addToolTipToImage(Image, String) - Static method in class org.openide.util.ImageUtilities
Add text to tool tip for given image (creates new or returns cached, original remains unmodified) Text can contain HTML tags e.g.
addTransferListener(TransferListener) - Method in class org.openide.util.datatransfer.ExTransferable
Adds a listener to watch the life-cycle of this object.
allClasses() - Method in class org.openide.util.Lookup.Result
Get all classes represented in the result.
allInstances() - Method in class org.openide.util.Lookup.Result
Get all instances in the result.
allItems() - Method in class org.openide.util.Lookup.Result
Get all registered items.
annotate(Throwable, int, String, String, Throwable, Date) - Method in class org.openide.ErrorManager
Annotates given exception with given values.
annotate(Throwable, String) - Method in class org.openide.ErrorManager
Annotates given exception with given values.
annotate(Throwable, Throwable) - Method in class org.openide.ErrorManager
Annotates target exception with given exception.
annotateClass(Class) - Method in class org.openide.util.io.NbObjectOutputStream
 
areDataFlavorsSupported(DataFlavor[]) - Method in interface org.openide.util.datatransfer.MultiTransferObject
Test whether each transferred item supports at least one of these flavors.
array(T...) - Static method in class org.openide.util.Enumerations
Returns an enumeration that iterates over provided array.
arrayHashCode(Object[]) - Static method in class org.openide.util.Utilities
Compute hash code of array.
assignToolTipToImage(Image, String) - Static method in class org.openide.util.ImageUtilities
Assign tool tip text to given image (creates new or returns cached, original remains unmodified) Text can contain HTML tags e.g.
AsyncGUIJob - Interface in org.openide.util
Service provider interface (SPI) for executing of time consuming task which results are visible in UI.
asynchronous() - Method in class org.openide.util.actions.CallableSystemAction
If true, this action should be performed asynchronously in a private thread.
attachAnnotations(Throwable, ErrorManager.Annotation[]) - Method in class org.openide.ErrorManager
Associates annotations with an exception.
attachInitJob(Component, AsyncGUIJob) - Static method in class org.openide.util.Utilities
Attaches asynchronous init job to given component.
attachLocalizedMessage(E, String) - Static method in class org.openide.util.Exceptions
Attaches additional localized message to given exception.
attachMessage(E, String) - Static method in class org.openide.util.Exceptions
Attaches additional message to given exception.
available() - Method in class org.openide.util.io.ReaderInputStream
 
AWTBridge - Class in org.netbeans.modules.openide.util
Provider of action presentations.
AWTBridge() - Constructor for class org.netbeans.modules.openide.util.AWTBridge
 

B

beforeLookup(Lookup.Template<?>) - Method in class org.openide.util.lookup.AbstractLookup
Notifies subclasses that a query is about to be processed.
beforeLookup(Lookup.Template<?>) - Method in class org.openide.util.lookup.ProxyLookup
Notifies subclasses that a query is about to be processed.
BooleanStateAction - Class in org.openide.util.actions
An action that can be toggled on or off.
BooleanStateAction() - Constructor for class org.openide.util.actions.BooleanStateAction
 

C

CallableSystemAction - Class in org.openide.util.actions
An action which may be called programmatically.
CallableSystemAction() - Constructor for class org.openide.util.actions.CallableSystemAction
 
CallbackSystemAction - Class in org.openide.util.actions
Action that can have a performer of the action attached to it at any time, or changed.
CallbackSystemAction() - Constructor for class org.openide.util.actions.CallbackSystemAction
 
cancel() - Method in interface org.openide.util.Cancellable
Cancel processing of the job.
cancel() - Method in class org.openide.util.RequestProcessor.Task
Removes the task from the queue.
Cancellable - Interface in org.openide.util
Service provider interface (SPI) for adding cancel support to various jobs.
change(ChangeListener, Object) - Static method in class org.openide.util.WeakListeners
Creates a weak implementation of ChangeListener.
ChangeSupport - Class in org.openide.util
A simple equivalent of PropertyChangeSupport for ChangeListeners.
ChangeSupport(Object) - Constructor for class org.openide.util.ChangeSupport
Creates a new ChangeSupport
checkedEnumerationByFilter(Enumeration, Class<E>, boolean) - Static method in class org.openide.util.NbCollections
Create a typesafe filter of an unchecked enumeration.
checkedIteratorByFilter(Iterator, Class<E>, boolean) - Static method in class org.openide.util.NbCollections
Create a typesafe filter of an unchecked iterator.
checkedListByCopy(List, Class<E>, boolean) - Static method in class org.openide.util.NbCollections
Create a typesafe copy of a raw list.
checkedMapByCopy(Map, Class<K>, Class<V>, boolean) - Static method in class org.openide.util.NbCollections
Create a typesafe copy of a raw map.
checkedMapByFilter(Map, Class<K>, Class<V>, boolean) - Static method in class org.openide.util.NbCollections
Create a typesafe view over an underlying raw map.
checkedSetByCopy(Set, Class<E>, boolean) - Static method in class org.openide.util.NbCollections
Create a typesafe copy of a raw set.
checkedSetByFilter(Set, Class<E>, boolean) - Static method in class org.openide.util.NbCollections
Create a typesafe view over an underlying raw set.
clear() - Method in class org.openide.util.WeakSet
Removes all of the elements from this set.
clearSharedData() - Method in class org.openide.util.actions.SystemAction
Indicate whether action state should be cleared after the last action of this class is deleted.
clearSharedData() - Method in class org.openide.util.SharedClassObject
Indicate whether the shared data of the last existing instance of this class should be cleared when that instance is finalized.
clipboardChanged(ClipboardEvent) - Method in interface org.openide.util.datatransfer.ClipboardListener
Called when the content of the clipboard is changed.
ClipboardEvent - Class in org.openide.util.datatransfer
Event describing change of clipboard content.
ClipboardListener - Interface in org.openide.util.datatransfer
Listener to changes in the clipboard.
clone() - Method in class org.openide.ServiceType
Deprecated. Service instance files should instead be copied in order to clone them.
clone() - Method in class org.openide.util.Union2
 
clone() - Method in class org.openide.util.WeakSet
Returns a shallow copy of this WeakSet instance: the elements themselves are not cloned.
close() - Method in class org.openide.util.io.ReaderInputStream
 
compareObjects(Object, Object) - Static method in class org.openide.util.Utilities
Safe equality check.
compareObjectsImpl(Object, Object, int) - Static method in class org.openide.util.Utilities
Safe equality check with array recursion.
concat(Enumeration<? extends T>, Enumeration<? extends T>) - Static method in class org.openide.util.Enumerations
Concatenates the content of two enumerations into one.
concat(Enumeration<? extends Enumeration<? extends T>>) - Static method in class org.openide.util.Enumerations
Concatenates the content of many enumerations.
confirmed() - Method in exception org.openide.util.UserQuestionException
Invoke the action if the user confirms the action.
construct() - Method in interface org.openide.util.AsyncGUIJob
Worker method, can be called in any thread but event dispatch thread.
consume() - Method in class org.openide.util.datatransfer.ClipboardEvent
Marks this event consumed.
contains(Object) - Method in class org.openide.util.WeakSet
Returns true if this set contains the specified element.
ContextAwareAction - Interface in org.openide.util
Interface to be implemented by an action whose behavior is dependent on some context.
ContextGlobalProvider - Interface in org.openide.util
An interface that can be registered in a lookup by subsystems wish to provide a global context actions should react to.
convert(Transferable) - Method in class org.openide.util.datatransfer.ExClipboard
Method that takes a transferable, applies all convertors, and creates a new transferable using the abilities of the convertors.
convert(Transferable) - Method in interface org.openide.util.datatransfer.ExClipboard.Convertor
Convert a given transferable to a new transferable, generally one which adds new flavors based on the existing flavors.
convert(Enumeration<? extends T>, Enumerations.Processor<T, R>) - Static method in class org.openide.util.Enumerations
For each element of the input enumeration en asks the Enumerations.Processor to provide a replacement.
convert(T) - Method in interface org.openide.util.lookup.InstanceContent.Convertor
Convert obj to other object.
convertComponents(Component) - Method in class org.netbeans.modules.openide.util.AWTBridge
 
copyAnnotation(Throwable, Throwable) - Method in class org.openide.ErrorManager
Deprecated. Now does the same thing as ErrorManager.annotate(Throwable,Throwable) except marks the annotation ErrorManager.UNKNOWN severity. Otherwise you used to have inadvertent data loss when copyFrom had annotations of its own: the subannotations were kept but the main stack trace in copyFrom was discarded. In practice you usually want to keep all of copyFrom; if for some reason you just want to keep annotations, please do so explicitly using ErrorManager.findAnnotations(java.lang.Throwable) and ErrorManager.attachAnnotations(java.lang.Throwable, org.openide.ErrorManager.Annotation[]).
create(String) - Method in class org.netbeans.modules.openide.util.NamedServicesProvider
 
create(Transferable) - Static method in class org.openide.util.datatransfer.ExTransferable
Method to create a new extended transferable from a plain transferable.
create() - Method in class org.openide.util.datatransfer.NewType
Create the object.
create(Runnable) - Method in class org.openide.util.RequestProcessor
Creates request that can be later started by setting its delay.
create(Runnable, boolean) - Method in class org.openide.util.RequestProcessor
Creates request that can be later started by setting its delay.
create(Class<T>, T, Object) - Static method in class org.openide.util.WeakListeners
Generic factory method to create weak listener for any listener interface.
create(Class<T>, Class<? super T>, T, Object) - Static method in class org.openide.util.WeakListeners
The most generic factory method to create weak listener for any listener interface that moreover behaves like a listener of another type.
createClone() - Method in class org.openide.ServiceType
Deprecated. Service instance files should instead be copied in order to clone them.
createContextAwareInstance(Lookup) - Method in class org.openide.util.actions.CallbackSystemAction
Implements ContextAwareAction interface method.
createContextAwareInstance(Lookup) - Method in interface org.openide.util.ContextAwareAction
Creates action instance for provided context.
createCustomCursor(Component, Image, String) - Static method in class org.openide.util.Utilities
 
createDocument(String, String, String, String) - Static method in class org.openide.xml.XMLUtil
Creates empty DOM Document using JAXP factoring.
createEmptyPopup() - Method in class org.netbeans.modules.openide.util.AWTBridge
Creates a default empty implementation of popup menu.
createFirst(First) - Static method in class org.openide.util.Union2
Construct a union based on the first type.
createGlobalContext() - Method in interface org.openide.util.ContextGlobalProvider
Creates the context in form of Lookup.
createMenuPresenter(Action) - Method in class org.netbeans.modules.openide.util.AWTBridge
Creates a menu item that can present this action in a JMenu.
createPopupMenu(SystemAction[]) - Static method in class org.openide.util.actions.SystemAction
Deprecated. Use Utilities.actionsToPopup(javax.swing.Action[], org.openide.util.Lookup)
createPopupPresenter(Action) - Method in class org.netbeans.modules.openide.util.AWTBridge
Get a menu item that can present this action in a JPopupMenu.
createProgressCursor(Component) - Static method in class org.openide.util.Utilities
Returns a cursor with an arrow and an hourglass (or stop watch) badge, to be used when a component is busy but the UI is still responding to the user.
createRequest(Runnable) - Static method in class org.openide.util.RequestProcessor
Deprecated. Sharing of one singlethreaded RequestProcessor among different users and posting even blocking requests is inherently deadlock-prone. See use cases.
createSecond(Second) - Static method in class org.openide.util.Union2
Construct a union based on the second type.
createToolbarPresenter(Action) - Method in class org.netbeans.modules.openide.util.AWTBridge
Get a component that can present this action in a JToolBar.
createToolbarPresenter(SystemAction[]) - Static method in class org.openide.util.actions.SystemAction
Create the default toolbar representation of an array of actions.
createXMLReader() - Static method in class org.openide.xml.XMLUtil
Create a simple parser.
createXMLReader(boolean) - Static method in class org.openide.xml.XMLUtil
Create a simple parser, possibly validating.
createXMLReader(boolean, boolean) - Static method in class org.openide.xml.XMLUtil
Create a SAX parser from the JAXP factory.
creatorOf(Object) - Method in class org.openide.util.lookup.AbstractLookup.Pair
Method that can test whether an instance of a class has been created by this item.

D

DEFAULT_HELP - Static variable in class org.openide.util.HelpCtx
Default help page.
displayName() - Method in class org.openide.ServiceType
Deprecated. Default human-presentable name of the service type.
displayName(T) - Method in interface org.openide.util.lookup.InstanceContent.Convertor
The human presentable name for the object.
document(DocumentListener, Object) - Static method in class org.openide.util.WeakListeners
Creates a weak implementation of DocumentListener.
doPerformAction(CallableSystemAction, ActionsBridge.ActionRunnable) - Static method in class org.netbeans.modules.openide.util.ActionsBridge
 
doRun() - Method in class org.netbeans.modules.openide.util.ActionsBridge.ActionRunnable
 

E

EMPTY - Static variable in class org.openide.util.datatransfer.ExTransferable
An implementation of Transferable that contains no data.
empty() - Static method in class org.openide.util.Enumerations
An empty enumeration.
EMPTY - Static variable in class org.openide.util.Lookup
A dummy lookup that never returns any results.
EMPTY - Static variable in class org.openide.util.Task
Dummy task which is already finished.
enterReadAccess() - Method in class org.openide.util.Mutex.Privileged
 
enterWriteAccess() - Method in class org.openide.util.Mutex.Privileged
 
EntityCatalog - Class in org.openide.xml
Entity resolver resolving all entities registered by modules.
EntityCatalog() - Constructor for class org.openide.xml.EntityCatalog
 
Enumerations - Class in org.openide.util
Factory methods for various types of Enumeration.
Enumerations.Processor<T,R> - Interface in org.openide.util
Processor interface that can filter out objects from the enumeration, change them or add aditional objects to the end of the current enumeration.
equals(Object) - Method in class org.openide.util.HelpCtx
 
equals(Object) - Method in class org.openide.util.io.NbMarshalledObject
Two objects are equal if the hold the same serialized representation.
equals(Object) - Method in class org.openide.util.Lookup.Template
 
equals(Object) - Method in class org.openide.util.SharedClassObject
Test whether the classes of the compared objects are the same.
ERROR - Static variable in class org.openide.ErrorManager
Serious problem, application may be crippled.
ErrorManager - Class in org.openide
A more or less deprecated system of managing, annotating, and classifying errors and log messages.
ErrorManager() - Constructor for class org.openide.ErrorManager
 
ErrorManager.Annotation - Interface in org.openide
Annotation that can be attached to an error.
escapeParameters(String[]) - Static method in class org.openide.util.Utilities
Complementary method to parseParameters
EVENT - Static variable in class org.openide.util.Mutex
Mutex that allows code to be synchronized with the AWT event dispatch thread.
EXCEPTION - Static variable in class org.openide.ErrorManager
Something went wrong, though it can be recovered.
Exceptions - Class in org.openide.util
Useful utility and methods to work with exceptions as described in detail in the NetBeans logging guide.
ExClipboard - Class in org.openide.util.datatransfer
Extended clipboard that supports listeners that can be notified about changes of content.
ExClipboard(String) - Constructor for class org.openide.util.datatransfer.ExClipboard
Make a new clipboard.
ExClipboard.Convertor - Interface in org.openide.util.datatransfer
Convertor that can convert the contents of a clipboard to additional flavors.
exclude(Lookup, Class...) - Static method in class org.openide.util.lookup.Lookups
Creates a lookup that wraps another one and filters out instances of specified classes.
execute(Runnable) - Method in class org.openide.util.RequestProcessor
Implements contract of Executor.
exit() - Method in class org.openide.LifecycleManager
Exit NetBeans.
exitReadAccess() - Method in class org.openide.util.Mutex.Privileged
 
exitWriteAccess() - Method in class org.openide.util.Mutex.Privileged
 
ExTransferable - Class in org.openide.util.datatransfer
Provides additional operations on a transferable.
ExTransferable.Multi - Class in org.openide.util.datatransfer
Transferable object for multiple transfer.
ExTransferable.Multi(Transferable[]) - Constructor for class org.openide.util.datatransfer.ExTransferable.Multi
Constructor taking a list of Transferable objects.
ExTransferable.Single - Class in org.openide.util.datatransfer
Support for transferable owner with only one data flavor.
ExTransferable.Single(DataFlavor) - Constructor for class org.openide.util.datatransfer.ExTransferable.Single
Constructor.

F

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(String) - Static method in class org.netbeans.modules.openide.util.NamedServicesProvider
 
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
Deprecated. Useless.
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.
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.
finished() - Method in interface org.openide.util.AsyncGUIJob
Method to update UI using given data constructed in AsyncGUIJob.construct() method.
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.
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(T[], InstanceContent.Convertor<? super T, R>) - Static method in class org.openide.util.lookup.Lookups
Creates a lookup that contains an array of objects specified via the parameter.
FoldingIOException - Exception in org.openide.util.io
Encapsulates an exception.
FoldingIOException(Throwable) - Constructor for exception org.openide.util.io.FoldingIOException
Deprecated. Better to create a new IOException and use its Throwable.initCause(java.lang.Throwable) method.
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 .
forPath(String) - Static method in class org.openide.util.lookup.Lookups
Creates a named lookup.
fromHex(char[], int, int) - Static method in class org.openide.xml.XMLUtil
Decodes data encoded using toHex.

G

get(Class<T>) - Static method in class org.openide.util.actions.SystemAction
Obtain a singleton instance of the action with a specified class.
get() - Method in class org.openide.util.io.NbMarshalledObject
Returns a new copy of the contained marshalledobject.
get() - Method in class org.openide.util.Queue
Deprecated. Gets an object from the queue.
getActionMapKey() - Method in class org.openide.util.actions.CallbackSystemAction
Getter for action map key, which is used to find action from provided context (i.e.
getActionPerformer() - Method in class org.openide.util.actions.CallbackSystemAction
Deprecated. use TopComponent.getActionMap() as described in the javadoc
getBeanInfo(Class) - Static method in class org.openide.util.Utilities
Central method for obtaining BeanInfo for potential JavaBean classes.
getBeanInfo(Class, Class) - Static method in class org.openide.util.Utilities
Central method for obtaining BeanInfo for potential JavaBean classes, with a stop class.
getBooleanState() - Method in class org.openide.util.actions.BooleanStateAction
Get the current state.
getBranding() - Static method in class org.openide.util.NbBundle
Get the current branding token.
getBundle(String) - Static method in class org.openide.util.NbBundle
Get a resource bundle with the default class loader and locale/branding.
getBundle(Class) - Static method in class org.openide.util.NbBundle
Get a resource bundle in the same package as the provided class, with the default locale/branding and the class' own classloader.
getBundle(String, Locale) - Static method in class org.openide.util.NbBundle
Get a resource bundle with the default class loader and branding.
getBundle(String, Locale, ClassLoader) - Static method in class org.openide.util.NbBundle
Get a resource bundle the hard way.
getCause() - Method in exception org.openide.util.io.OperationException
 
getCause() - Method in exception org.openide.util.io.SafeException
 
getCause() - Method in exception org.openide.util.MutexException
 
getClassName(Class) - Static method in class org.openide.util.Utilities
Assemble a human-presentable class name for a specified class.
getClipboard() - Method in class org.openide.util.datatransfer.ClipboardEvent
Get the clipboard where operation occurred.
getConvertors() - Method in class org.openide.util.datatransfer.ExClipboard
Obtain a list of convertors assigned to this clipboard.
getCount() - Method in interface org.openide.util.datatransfer.MultiTransferObject
Get the number of transferred elements.
getData() - Method in class org.openide.util.datatransfer.ExTransferable.Single
Abstract method to override to provide the right data for this transferable.
getDate() - Method in interface org.openide.ErrorManager.Annotation
Time at which the exception occurred.
getDefault() - Static method in class org.netbeans.modules.openide.util.AWTBridge
Finds out the global implementtion of the object
getDefault() - Static method in class org.openide.ErrorManager
Getter for the default version of error manager.
getDefault() - Static method in class org.openide.LifecycleManager
Get the default lifecycle manager.
getDefault() - Static method in class org.openide.util.Lookup
Static method to obtain the global lookup in the whole system.
getDefault() - Static method in class org.openide.util.RequestProcessor
The getter for the shared instance of the RequestProcessor.
getDefault() - Static method in class org.openide.xml.EntityCatalog
Get a master entity catalog which can delegate to any others that have been registered via lookup.
getDelay() - Method in class org.openide.util.RequestProcessor.Task
Getter for amount of millis till this task is started.
getDeps() - Method in exception org.openide.util.Utilities.UnorderableException
Deprecated. Get the dependencies.
getDisplayName() - Method in class org.openide.util.Lookup.Item
Get a human presentable name for the item.
getException() - Method in exception org.openide.util.io.OperationException
 
getException() - Method in exception org.openide.util.io.SafeException
 
getException() - Method in exception org.openide.util.MutexException
Get the encapsulated exception.
getFocusTraversableComponent(Component) - Static method in class org.openide.util.Utilities
Find a focus-traverable component.
getHelp() - Method in class org.openide.util.HelpCtx
Get a URL to the help page, if applicable.
getHelpCtx() - Method in class org.openide.ServiceType
Deprecated. Get context help for this service type.
getHelpCtx() - Method in class org.openide.util.actions.SystemAction
Get a help context for the action.
getHelpCtx() - Method in class org.openide.util.datatransfer.NewType
Help context for the creation action.
getHelpCtx() - Method in class org.openide.util.datatransfer.PasteType
Help content for the action.
getHelpCtx() - Method in interface org.openide.util.HelpCtx.Provider
Get the HelpCtx associated with implementing object.
getHelpID() - Method in class org.openide.util.HelpCtx
Get the ID of the help page, if applicable.
getIcon() - Method in class org.openide.util.actions.SystemAction
Get the action's display icon.
getIcon(boolean) - Method in class org.openide.util.actions.SystemAction
Get the action's display icon, possibly creating a text label.
getId() - Method in class org.openide.util.Lookup.Item
Get a persistent indentifier for the item.
getId() - Method in class org.openide.util.Lookup.Template
Get the persistent identifier being searched for, if any.
getImageToolTip(Image) - Static method in class org.openide.util.ImageUtilities
Get tool tip text for given image
getInstance(String) - Method in class org.openide.ErrorManager
Returns an instance with given name.
getInstance() - Method in class org.openide.util.Lookup.Item
Get the instance itself.
getInstance() - Method in class org.openide.util.Lookup.Template
Get the specific instance being searched for, if any.
getLeftBrace() - Method in class org.openide.util.MapFormat
Returns string used as left brace
getLocalizedFile(String, String) - Static method in class org.openide.util.NbBundle
Deprecated. Use the nbresloc URL protocol instead. This method does a poor job of handling resources such as /some.dir/res.txt or /some/res.txt.sample.
getLocalizedFile(String, String, Locale) - Static method in class org.openide.util.NbBundle
Deprecated. Use the nbresloc URL protocol instead. This method does a poor job of handling resources such as /some.dir/res.txt or /some/res.txt.sample.
getLocalizedFile(String, String, Locale, ClassLoader) - Static method in class org.openide.util.NbBundle
Deprecated. Use the nbresloc URL protocol instead. This method does a poor job of handling resources such as /some.dir/res.txt or /some/res.txt.sample.
getLocalizedMessage() - Method in interface org.openide.ErrorManager.Annotation
Localized message.
getLocalizedMessage() - Method in exception org.openide.util.io.FoldingIOException
 
getLocalizedValue(Map<String, T>, String, Locale) - Static method in class org.openide.util.NbBundle
Find a localized and/or branded value for a given key and locale.
getLocalizedValue(Map<String, T>, String) - Static method in class org.openide.util.NbBundle
Find a localized and/or branded value for a given key in the default system locale.
getLocalizedValue(Attributes, Attributes.Name, Locale) - Static method in class org.openide.util.NbBundle
Find a localized and/or branded value in a JAR manifest.
getLocalizedValue(Attributes, Attributes.Name) - Static method in class org.openide.util.NbBundle
Find a localized and/or branded value in a JAR manifest in the default system locale.
getLocalizingSuffixes() - Static method in class org.openide.util.NbBundle
Get a list of all suffixes used to search for localized/branded resources.
getLock() - Method in class org.openide.util.SharedClassObject
Obtain lock for synchronization on manipulation with this class.
getLookup() - Method in interface org.openide.util.Lookup.Provider
Returns lookup associated with the object.
getLookups() - Method in class org.openide.util.lookup.ProxyLookup
Getter for the delegates.
getMap() - Method in class org.openide.util.MapFormat
Returns argument map
getMenuPresenter() - Method in class org.openide.util.actions.BooleanStateAction
 
getMenuPresenter() - Method in class org.openide.util.actions.CallableSystemAction
 
getMenuPresenter() - Method in interface org.openide.util.actions.Presenter.Menu
Get a menu item that can present this action in a JMenu.
getMessage() - Method in interface org.openide.ErrorManager.Annotation
Non-localized message.
getMessage() - Method in exception org.openide.util.io.OperationException
Description taken from previous message
getMessage(Class, String) - Static method in class org.openide.util.NbBundle
Finds a localized and/or branded string in a bundle.
getMessage(Class, String, Object) - Static method in class org.openide.util.NbBundle
Finds a localized and/or branded string in a bundle and formats the message by passing requested parameters.
getMessage(Class, String, Object, Object) - Static method in class org.openide.util.NbBundle
Finds a localized and/or branded string in a bundle and formats the message by passing requested parameters.
getMessage(Class, String, Object, Object, Object) - Static method in class org.openide.util.NbBundle
Finds a localized and/or branded string in a bundle and formats the message by passing requested parameters.
getMessage(Class, String, Object[]) - Static method in class org.openide.util.NbBundle
Finds a localized and/or branded string in a bundle and formats the message by passing requested parameters.
getMessage() - Method in exception org.openide.util.TopologicalSortException
 
getName() - Method in class org.openide.ServiceType
Deprecated. Get the name of the service type.
getName() - Method in class org.openide.util.actions.SystemAction
Get a human presentable name of the action.
getName() - Method in class org.openide.util.datatransfer.NewType
Display name for the creation action.
getName() - Method in class org.openide.util.datatransfer.PasteType
Display name for the paste action.
getObjectType(Class) - Static method in class org.openide.util.Utilities
Get the object type for given primitive type.
getOperatingSystem() - Static method in class org.openide.util.Utilities
Get the operating system on which NetBeans is running.
getPopupPresenter() - Method in class org.openide.util.actions.BooleanStateAction
 
getPopupPresenter() - Method in class org.openide.util.actions.CallableSystemAction
 
getPopupPresenter() - Method in interface org.openide.util.actions.Presenter.Popup
Get a menu item that can present this action in a JPopupMenu.
getPrimitiveType(Class) - Static method in class org.openide.util.Utilities
Get the primitive type for given object type.
getPriority() - Method in class org.openide.util.RequestProcessor.Task
Current priority of the task.
getProperty(Object) - Method in class org.openide.util.SharedClassObject
Get a shared variable.
getRightBrace() - Method in class org.openide.util.MapFormat
Returns string used as right brace
getScreenSize() - Static method in class org.openide.util.Utilities
Deprecated. this method is almost useless in multiple monitor configuration
getServiceType() - Method in class org.openide.ServiceType.Handle
Deprecated. Find the service for this handle.
getServiceTypes() - Method in class org.openide.ServiceType.Registry
Deprecated. Getter for list of all service types.
getSeverity() - Method in interface org.openide.ErrorManager.Annotation
Severity of the exception.
getShortClassName(Class) - Static method in class org.openide.util.Utilities
Assemble a human-presentable class name for a specified class (omitting the package).
getStackTrace() - Method in interface org.openide.ErrorManager.Annotation
Stack trace.
getSurviveFocusChange() - Method in class org.openide.util.actions.CallbackSystemAction
Test whether the action will survive a change in focus.
getToolbarPresenter() - Method in class org.openide.util.actions.BooleanStateAction
 
getToolbarPresenter() - Method in class org.openide.util.actions.CallableSystemAction
 
getToolbarPresenter() - Method in interface org.openide.util.actions.Presenter.Toolbar
Get a component that can present this action in a JToolBar.
getTransferableAt(int) - Method in interface org.openide.util.datatransfer.MultiTransferObject
Get the transferable at some index.
getTransferData(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable
 
getTransferData(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable.Multi
Get transfer data.
getTransferData(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable.Single
 
getTransferData(int, DataFlavor) - Method in interface org.openide.util.datatransfer.MultiTransferObject
Get transfer data for the item at some index.
getTransferDataFlavors() - Method in class org.openide.util.datatransfer.ExTransferable
 
getTransferDataFlavors() - Method in class org.openide.util.datatransfer.ExTransferable.Multi
Get supported flavors.
getTransferDataFlavors() - Method in class org.openide.util.datatransfer.ExTransferable.Single
 
getTransferDataFlavors(int) - Method in interface org.openide.util.datatransfer.MultiTransferObject
Get list of all supported flavors for the item at an index.
getType() - Method in class org.openide.util.Lookup.Item
Get the implementing class of the instance.
getType() - Method in class org.openide.util.Lookup.Template
Get the class (or superclass or interface) to search for.
getUnorderable() - Method in exception org.openide.util.Utilities.UnorderableException
Deprecated. Get the unorderable elements.
getUsableScreenBounds() - Static method in class org.openide.util.Utilities
Returns the usable area of the screen where applications can place its windows.
getUsableScreenBounds(GraphicsConfiguration) - Static method in class org.openide.util.Utilities
Returns the usable area of the screen where applications can place its windows.
getValue(String) - Method in class org.netbeans.modules.openide.util.ActionsBridge.ActionRunnable
 
getValue(String) - Method in class org.openide.util.actions.SystemAction
Get a property in the singleton.

H

hasFirst() - Method in class org.openide.util.Union2
Check if the union contains the first type.
hashCode() - Method in class org.openide.util.HelpCtx
 
hashCode() - Method in class org.openide.util.io.NbMarshalledObject
 
hashCode() - Method in class org.openide.util.Lookup.Template
 
hashCode() - Method in class org.openide.util.SharedClassObject
Get a hashcode of the shared class.
hasListeners() - Method in class org.openide.util.ChangeSupport
Checks if there are any listeners registered to thisChangeSupport.
hasSecond() - Method in class org.openide.util.Union2
Check if the union contains the second type.
HelpCtx - Class in org.openide.util
Provides help for any window or other feature in the system.
HelpCtx(URL) - Constructor for class org.openide.util.HelpCtx
Deprecated. Does not work nicely with JavaHelp.
HelpCtx(String) - Constructor for class org.openide.util.HelpCtx
Create a help context by tag.
HelpCtx(Class) - Constructor for class org.openide.util.HelpCtx
Create a help context by class.
HelpCtx.Provider - Interface in org.openide.util
An object implementing this interface is willing to answer the HelpCtx.findHelp() query itself.

I

icon2Image(Icon) - Static method in class org.openide.util.ImageUtilities
Converts given icon to a Image.
icon2Image(Icon) - Static method in class org.openide.util.Utilities
Deprecated. Use ImageUtilities.icon2Image(javax.swing.Icon).
iconResource() - Method in class org.openide.util.actions.SystemAction
Specify the proper resource name for the action's icon.
id(T) - Method in interface org.openide.util.lookup.InstanceContent.Convertor
Computes the ID of the resulted object.
image2Icon(Image) - Static method in class org.openide.util.ImageUtilities
Converts given image to an icon.
ImageUtilities - Class in org.openide.util
Useful static methods for manipulation with images/icons, results are cached.
INFORMATIONAL - Static variable in class org.openide.ErrorManager
Message that would be useful for tracing events but which need not be a problem.
initialize() - Method in class org.openide.util.actions.BooleanStateAction
 
initialize() - Method in class org.openide.util.actions.CallbackSystemAction
Initialize the action to have no performer.
initialize() - Method in class org.openide.util.actions.SystemAction
Initialize the action.
initialize() - Method in class org.openide.util.lookup.AbstractLookup
Method for subclasses to initialize them selves.
initialize() - Method in class org.openide.util.SharedClassObject
Initialize shared state.
InstanceContent - Class in org.openide.util.lookup
A special content implementation that can be passed to AbstractLookup and provides methods for registration of instances and lazy instances.
InstanceContent() - Constructor for class org.openide.util.lookup.InstanceContent
Create a new, empty content.
InstanceContent(Executor) - Constructor for class org.openide.util.lookup.InstanceContent
Creates a content associated with an executor to handle dispatch of changes.
InstanceContent.Convertor<T,R> - Interface in org.openide.util.lookup
Convertor postpones an instantiation of an object.
instanceOf(Class<?>) - Method in class org.openide.util.lookup.AbstractLookup.Pair
Tests whether this item can produce object of class c.
invokeAction(Action, ActionEvent) - Method in class org.netbeans.modules.openide.util.ActionsBridge
Invokes an action.
isConsumed() - Method in class org.openide.util.datatransfer.ClipboardEvent
Has this event been consumed?
isDataFlavorSupported(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable
 
isDataFlavorSupported(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable.Multi
Is this flavor supported?
isDataFlavorSupported(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable.Single
 
isDataFlavorSupported(int, DataFlavor) - Method in interface org.openide.util.datatransfer.MultiTransferObject
Test whether a given data flavor is supported by the item at index.
isEmpty() - Method in class org.openide.util.WeakSet
Returns true if this set contains no elements.
isEnabled() - Method in class org.netbeans.modules.openide.util.ActionsBridge.ActionRunnable
 
isEnabled() - Method in class org.openide.util.actions.SystemAction
Test whether the action is currently enabled.
isExactMatch() - Method in class org.openide.util.MapFormat
Test whether both brackets are required in the expression.
isFinished() - Method in class org.openide.util.Task
Test whether the task has finished running.
isJavaIdentifier(String) - Static method in class org.openide.util.Utilities
Test whether a given string is a valid Java identifier.
isLargeFrameIcons() - Static method in class org.openide.util.Utilities
Deprecated. Obsolete, useless method, no replacement.
isLoggable(int) - Method in class org.openide.ErrorManager
Test whether a messages with given severity will be logged in advance.
isMac() - Static method in class org.openide.util.Utilities
Test whether NetBeans is running on MacOS.
isNotifiable(int) - Method in class org.openide.ErrorManager
Test whether a throwable, if notified at the given level, will actually be displayed in any way (even to a log file etc.).
isReadAccess() - Method in class org.openide.util.Mutex
Tests whether this thread has already entered the mutex in read access.
isRequestProcessorThread() - Method in class org.openide.util.RequestProcessor
Tests if the current thread is request processor thread.
isUnix() - Static method in class org.openide.util.Utilities
Test whether NetBeans is running on some variant of Unix.
isWindows() - Static method in class org.openide.util.Utilities
Test whether NetBeans is running on some variant of Windows.
isWriteAccess() - Method in class org.openide.util.Mutex
Tests whether this thread has already entered the mutex in write access.
iterable(Iterator<E>) - Static method in class org.openide.util.NbCollections
Treat an Iterator as an Iterable so it can be used in an enhanced for-loop.
iterable(Enumeration<E>) - Static method in class org.openide.util.NbCollections
Treat an Enumeration as an Iterable so it can be used in an enhanced for-loop.
iterator() - Method in class org.openide.util.WeakSet
Returns an iterator over the elements in this set.

J

javaIdentifier(CharSequence, CharSequence) - Static method in class org.openide.util.Parameters
Asserts the parameter value is not null and it is a Java identifier.
javaIdentifierOrNull(CharSequence, CharSequence) - Static method in class org.openide.util.Parameters
Asserts the parameter value is either null or a Java identifier.

K

keyToString(KeyStroke) - Static method in class org.openide.util.Utilities
Converts a Swing key stroke descriptor to a familiar Emacs-like name.
keyToString(KeyStroke, boolean) - Static method in class org.openide.util.Utilities
Converts a Swing key stroke descriptor to a familiar Emacs-like name, but in a portable way, ie.

L

LifecycleManager - Class in org.openide
Manages major aspects of the NetBeans lifecycle - currently saving all objects and exiting.
LifecycleManager() - Constructor for class org.openide.LifecycleManager
Subclass constructor.
linkActions(SystemAction[], SystemAction[]) - Static method in class org.openide.util.actions.SystemAction
Concatenate two arrays of actions.
loadImage(String) - Static method in class org.openide.util.ImageUtilities
Loads an image from the specified resource ID.
loadImage(String, boolean) - Static method in class org.openide.util.ImageUtilities
Loads an image based on resource path.
loadImage(String) - Static method in class org.openide.util.Utilities
Deprecated. Use ImageUtilities.loadImage(java.lang.String).
loadImage(String, boolean) - Static method in class org.openide.util.Utilities
Deprecated. Use ImageUtilities.loadImage(java.lang.String, boolean).
loadImageIcon(String, boolean) - Static method in class org.openide.util.ImageUtilities
Loads an icon based on resource path.
log(int, String) - Method in class org.openide.ErrorManager
Logs the message to a file and (possibly) tells the user.
log(String) - Method in class org.openide.ErrorManager
Logs the message to log file and (possibly) tells the user.
Lookup - Class in org.openide.util
A general registry permitting clients to find instances of services (implementation of a given interface).
Lookup() - Constructor for class org.openide.util.Lookup
Empty constructor for use by subclasses.
lookup(Class<T>) - Method in class org.openide.util.lookup.AbstractLookup
 
lookup(Lookup.Template<T>) - Method in class org.openide.util.lookup.AbstractLookup
 
lookup(Class<T>) - Method in class org.openide.util.Lookup
Look up an object matching a given interface.
lookup(Lookup.Template<T>) - Method in class org.openide.util.Lookup
The general lookup method.
lookup(Class<T>) - Method in class org.openide.util.lookup.ProxyLookup
 
lookup(Lookup.Template<T>) - Method in class org.openide.util.lookup.ProxyLookup
 
Lookup.Item<T> - Class in org.openide.util
A single item in a lookup result.
Lookup.Item() - Constructor for class org.openide.util.Lookup.Item
 
Lookup.Provider - Interface in org.openide.util
Objects implementing interface Lookup.Provider are capable of and willing to provide a lookup (usually bound to the object).
Lookup.Result<T> - Class in org.openide.util
Result of a lookup request.
Lookup.Result() - Constructor for class org.openide.util.Lookup.Result
 
Lookup.Template<T> - Class in org.openide.util
Template defining a pattern to filter instances by.
Lookup.Template() - Constructor for class org.openide.util.Lookup.Template
Deprecated. Use new Template (Object.class) which is going to be better typed with JDK1.5 templates and should produce the same result.
Lookup.Template(Class<T>) - Constructor for class org.openide.util.Lookup.Template
Create a simple template matching by class.
Lookup.Template(Class<T>, String, T) - Constructor for class org.openide.util.Lookup.Template
Constructor to create new template.
lookupAll(Class<T>) - Method in class org.openide.util.Lookup
Find all instances corresponding to a given class.
LookupEvent - Class in org.openide.util
An event describing the change in the lookup's result.
LookupEvent(Lookup.Result) - Constructor for class org.openide.util.LookupEvent
Create a new lookup event.
lookupItem(Lookup.Template<T>) - Method in class org.openide.util.lookup.AbstractLookup
 
lookupItem(Lookup.Template<T>) - Method in class org.openide.util.Lookup
Look up the first item matching a given template.
lookupItem(T, String) - Static method in class org.openide.util.lookup.Lookups
Creates Lookup.Item representing the instance passed in.
lookupItem(Lookup.Template<T>) - Method in class org.openide.util.lookup.ProxyLookup
 
LookupListener - Interface in org.openide.util
General listener for changes in lookup.
lookupResult(Class<T>) - Method in class org.openide.util.Lookup
Find a result corresponding to a given class.
Lookups - Class in org.openide.util.lookup
Static factory methods for creating common lookup implementations.

M

MapFormat - Class in org.openide.util
A text format similar to MessageFormat but using string rather than numeric keys.
MapFormat(Map) - Constructor for class org.openide.util.MapFormat
Constructor.
mergeImages(Image, Image, int, int) - Static method in class org.openide.util.ImageUtilities
This method merges two images into the new one.
mergeImages(Image, Image, int, int) - Static method in class org.openide.util.Utilities
Deprecated. Use ImageUtilities.mergeImages(java.awt.Image, java.awt.Image, int, int).
metaInfServices(ClassLoader) - Static method in class org.openide.util.lookup.Lookups
Returns a lookup that implements the JDK1.3 JAR services mechanism and delegates to META-INF/services/name.of.class files.
metaInfServices(ClassLoader, String) - Static method in class org.openide.util.lookup.Lookups
Returns a lookup that behaves exactly like Lookups.metaInfServices(ClassLoader) except that it does not read data from META-INF/services/, but instead from the specified prefix.
multiFlavor - Static variable in class org.openide.util.datatransfer.ExTransferable
Flavor for transfer of multiple objects.
MultiTransferObject - Interface in org.openide.util.datatransfer
Interface for transferring multiple objects at once.
Mutex - Class in org.openide.util
Read-many/write-one lock.
Mutex(Object) - Constructor for class org.openide.util.Mutex
Enhanced constructor that permits specifying an object to use as a lock.
Mutex() - Constructor for class org.openide.util.Mutex
Default constructor.
Mutex(Mutex.Privileged) - Constructor for class org.openide.util.Mutex
 
Mutex(Mutex.Privileged, Executor) - Constructor for class org.openide.util.Mutex
Constructor for those who wish to do some custom additional tasks whenever an action or runnable is executed in the Mutex.
Mutex.Action<T> - Interface in org.openide.util
Action to be executed in a mutex without throwing any checked exceptions.
Mutex.ExceptionAction<T> - Interface in org.openide.util
Action to be executed in a mutex, possibly throwing checked exceptions.
Mutex.Privileged - Class in org.openide.util
Provides access to Mutex's internal methods.
Mutex.Privileged() - Constructor for class org.openide.util.Mutex.Privileged
 
MutexException - Exception in org.openide.util
Encapsulates other exceptions thrown from a mutex method.
MutexException(Exception) - Constructor for exception org.openide.util.MutexException
Create an encapsulated exception.

N

NamedServicesProvider - Class in org.netbeans.modules.openide.util
Interface for core/startup and core/settings to provide lookup over system filesystem.
NamedServicesProvider() - Constructor for class org.netbeans.modules.openide.util.NamedServicesProvider
 
NbBundle - Class in org.openide.util
Convenience class permitting easy loading of localized resources of various sorts.
NbBundle() - Constructor for class org.openide.util.NbBundle
Deprecated. There is no reason to instantiate or subclass this class. All methods in it are static.
NbBundle.ClassLoaderFinder - Interface in org.openide.util
Deprecated. Useless.
NbCollections - Class in org.openide.util
Utilities for working with generics.
NbMarshalledObject - Class in org.openide.util.io
Object that holds serialized reference to another object.
NbMarshalledObject(Object) - Constructor for class org.openide.util.io.NbMarshalledObject
Creates a new NbMarshalledObject that contains the serialized representation of the provided object.
NbObjectInputStream - Class in org.openide.util.io
Controlled deserialization stream using the system class loader.
NbObjectInputStream(InputStream) - Constructor for class org.openide.util.io.NbObjectInputStream
Create a new object input.
NbObjectOutputStream - Class in org.openide.util.io
Object output stream that could in the future be smart about saving certain objects.
NbObjectOutputStream(OutputStream) - Constructor for class org.openide.util.io.NbObjectOutputStream
Create a new object output.
NbPreferences - Class in org.openide.util
Provides an implementation of the Preferences API which may be backed by a NetBeans-specific implementation.
needsToBeSynchronous() - Method in class org.netbeans.modules.openide.util.ActionsBridge.ActionRunnable
 
NewType - Class in org.openide.util.datatransfer
Describes a type that can be created anew.
NewType() - Constructor for class org.openide.util.datatransfer.NewType
 
notEmpty(CharSequence, CharSequence) - Static method in class org.openide.util.Parameters
Asserts the parameter value is neither null nor an empty character sequence.
notify(int, Throwable) - Method in class org.openide.ErrorManager
Prints the exception to the log file and (possibly) notifies the user.
notify(Throwable) - Method in class org.openide.ErrorManager
Prints the exception to the log file and (possibly) notifies the user.
notifyFinished() - Method in class org.openide.util.Task
Notify all waiters that this task has finished.
notifyRunning() - Method in class org.openide.util.Task
Changes the state of the task to be running.
NotImplementedException - Exception in org.openide.util
Should be thrown when a feature is not implemented.
NotImplementedException() - Constructor for exception org.openide.util.NotImplementedException
Creates new exception NotImplementedException
NotImplementedException(String) - Constructor for exception org.openide.util.NotImplementedException
Creates new exception NotImplementedException with text specified string s.
notNull(CharSequence, Object) - Static method in class org.openide.util.Parameters
Asserts the parameter value is not null.
notWhitespace(CharSequence, CharSequence) - Static method in class org.openide.util.Parameters
Asserts the parameter value is not null and it contains at least one non-whitespace character.
NullInputStream - Class in org.openide.util.io
Input stream that is always empty.
NullInputStream() - Constructor for class org.openide.util.io.NullInputStream
Create an empty null input stream.
NullOutputStream - Class in org.openide.util.io
null OutputStream utility
NullOutputStream() - Constructor for class org.openide.util.io.NullOutputStream
 

O

OperationException - Exception in org.openide.util.io
Special IOException that is used to signal that the write operation failed but the underlaying stream is not corrupted and can be used for next operations.
OperationException(Exception) - Constructor for exception org.openide.util.io.OperationException
Default constructor.
org.netbeans.modules.openide.util - package org.netbeans.modules.openide.util
 
org.openide - package org.openide
Provides ErrorManager - the central place for logging and reproting failures in NetBeans based system.
org.openide.util - package org.openide.util
A set of utility classes covering a few general infrastructure points in the Open APIs.
org.openide.util.actions - package org.openide.util.actions
There are several types of standard actions that should be used for many user interactions within NetBeans.
org.openide.util.datatransfer - package org.openide.util.datatransfer
NetBeans uses special extensions to data transfer.
org.openide.util.io - package org.openide.util.io
A set of utility classes providing extensions to the Java I/O system.
org.openide.util.lookup - package org.openide.util.lookup
Support classes for the Registration and Lookup extension mechanism.
org.openide.xml - package org.openide.xml
A set of utility classes assisting in the manipulation of XML documents.
OS_AIX - Static variable in class org.openide.util.Utilities
Operating system is IBM AIX.
OS_DEC - Static variable in class org.openide.util.Utilities
Deprecated. please use OS_TRU64 instead
OS_FREEBSD - Static variable in class org.openide.util.Utilities
Operating system is FreeBSD
OS_HP - Static variable in class org.openide.util.Utilities
Operating system is HP-UX.
OS_IRIX - Static variable in class org.openide.util.Utilities
Operating system is SGI IRIX.
OS_LINUX - Static variable in class org.openide.util.Utilities
Operating system is Linux.
OS_MAC - Static variable in class org.openide.util.Utilities
Operating system is Mac.
OS_OPENBSD - Static variable in class org.openide.util.Utilities
Operating system is OpenBSD.
OS_OS2 - Static variable in class org.openide.util.Utilities
Operating system is OS/2.
OS_OTHER - Static variable in class org.openide.util.Utilities
Operating system is unknown.
OS_SOLARIS - Static variable in class org.openide.util.Utilities
Operating system is Solaris.
OS_SUNOS - Static variable in class org.openide.util.Utilities
Operating system is Sun OS.
OS_TRU64 - Static variable in class org.openide.util.Utilities
Operating system is Compaq TRU64 Unix
OS_UNIX_MASK - Static variable in class org.openide.util.Utilities
Deprecated. Use Utilities.isUnix() instead.
OS_UNIX_OTHER - Static variable in class org.openide.util.Utilities
Operating system is one of the Unix variants but we don't know which one it is.
OS_VMS - Static variable in class org.openide.util.Utilities
Operating system is Compaq OpenVMS
OS_WIN2000 - Static variable in class org.openide.util.Utilities
Operating system is Windows 2000.
OS_WIN95 - Static variable in class org.openide.util.Utilities
Operating system is Windows 95.
OS_WIN98 - Static variable in class org.openide.util.Utilities
Operating system is Windows 98.
OS_WIN_OTHER - Static variable in class org.openide.util.Utilities
Operating system is one of the Windows variants but we don't know which one it is
OS_WINDOWS_MASK - Static variable in class org.openide.util.Utilities
Deprecated. Use Utilities.isWindows() instead.
OS_WINNT - Static variable in class org.openide.util.Utilities
Operating system is Windows NT.
OS_WINVISTA - Static variable in class org.openide.util.Utilities
Operating system is Windows Vista.
ownershipLost() - Method in interface org.openide.util.datatransfer.TransferListener
Released from a clipboard.

P

Parameters - Class in org.openide.util
Utilities for checking the values of method parameters.
parse(String) - Method in class org.openide.util.MapFormat
Parses the string.
parse(InputSource, boolean, boolean, ErrorHandler, EntityResolver) - Static method in class org.openide.xml.XMLUtil
Create from factory a DocumentBuilder and let it create a org.w3c.dom.Document.
parseObject(String, ParsePosition) - Method in class org.openide.util.MapFormat
Parses the string.
parseParameters(String) - Static method in class org.openide.util.Utilities
Parses parameters from a given string in shell-like manner.
partialSort() - Method in exception org.openide.util.TopologicalSortException
Because the full sort was not possible, this methods returns the best possible substitute for it that is available.
partialSort(List, Comparator, boolean) - Static method in class org.openide.util.Utilities
Deprecated. Deprecated in favor of the potentially much faster (and possibly more correct) Utilities.topologicalSort(java.util.Collection, java.util.Map>).
paste() - Method in class org.openide.util.datatransfer.PasteType
Perform the paste action.
PasteType - Class in org.openide.util.datatransfer
Clipboard operation providing one kind of paste action.
PasteType() - Constructor for class org.openide.util.datatransfer.PasteType
 
performAction(SystemAction) - Method in interface org.openide.util.actions.ActionPerformer
Deprecated. Called when the action is to be performed.
performAction() - Method in class org.openide.util.actions.CallableSystemAction
Actually perform the action.
performAction() - Method in class org.openide.util.actions.CallbackSystemAction
Deprecated. This only uses ActionPerformer. Use CallbackSystemAction.actionPerformed(java.awt.event.ActionEvent) instead.
poll() - Method in class org.netbeans.modules.openide.util.ActiveQueue
 
post(Runnable) - Method in class org.openide.util.RequestProcessor
This methods asks the request processor to start given runnable immediately.
post(Runnable, int) - Method in class org.openide.util.RequestProcessor
This methods asks the request processor to start given runnable after timeToWait milliseconds.
post(Runnable, int, int) - Method in class org.openide.util.RequestProcessor
This methods asks the request processor to start given runnable after timeToWait milliseconds.
postReadRequest(Runnable) - Method in class org.openide.util.Mutex
Posts a read request.
postRequest(Runnable) - Static method in class org.openide.util.RequestProcessor
Deprecated. Sharing of one singlethreaded RequestProcessor among different users and posting even blocking requests is inherently deadlock-prone. See use cases.
postRequest(Runnable, int) - Static method in class org.openide.util.RequestProcessor
Deprecated. Sharing of one singlethreaded RequestProcessor among different users and posting even blocking requests is inherently deadlock-prone. See use cases.
postRequest(Runnable, int, int) - Static method in class org.openide.util.RequestProcessor
Deprecated. Sharing of one singlethreaded RequestProcessor among different users and posting even blocking requests is inherently deadlock-prone. See use cases.
postWriteRequest(Runnable) - Method in class org.openide.util.Mutex
Posts a write request.
preferencesForModule(Class) - Method in interface org.netbeans.modules.openide.util.PreferencesProvider
Returns user preference node.
PreferencesProvider - Interface in org.netbeans.modules.openide.util
 
preferencesRoot() - Method in interface org.netbeans.modules.openide.util.PreferencesProvider
Returns the root preference node.
Presenter - Interface in org.openide.util.actions
Provides a presentation feature for an action.
Presenter.Menu - Interface in org.openide.util.actions
The presenter interface for presenting an action in a menu.
Presenter.Popup - Interface in org.openide.util.actions
The presenter interface for presenting an action in a popup menu.
Presenter.Toolbar - Interface in org.openide.util.actions
The presenter interface for presenting an action in a toolbar.
printStackTrace(Throwable) - Static method in class org.openide.util.Exceptions
Notifies an exception with a severe level.
printStackTrace() - Method in exception org.openide.util.io.FoldingIOException
Prints stack trace of the foreign exception
printStackTrace(PrintStream) - Method in exception org.openide.util.io.FoldingIOException
Prints stack trace of the foreign exception
printStackTrace(PrintWriter) - Method in exception org.openide.util.io.FoldingIOException
Prints stack trace of the foreign exception
printStackTrace(PrintWriter) - Method in exception org.openide.util.TopologicalSortException
Adds description why the graph cannot be sorted.
printStackTrace(PrintStream) - Method in exception org.openide.util.TopologicalSortException
Adds description why the graph cannot be sorted.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.netbeans.modules.openide.util.ServiceProviderProcessor
 
process(T, Collection<T>) - Method in interface org.openide.util.Enumerations.Processor
 
processKey(String) - Method in class org.openide.util.MapFormat
Returns the value for given key.
processPattern(String) - Method in class org.openide.util.MapFormat
Scans the pattern and prepares internal variables.
PROP_BOOLEAN_STATE - Static variable in class org.openide.util.actions.BooleanStateAction
Name of property hold the state of the action.
PROP_ENABLED - Static variable in class org.openide.util.actions.SystemAction
Name of property indicating whether or not the action is enabled.
PROP_ICON - Static variable in class org.openide.util.actions.SystemAction
Name of property for the action's display icon.
PROP_NAME - Static variable in class org.openide.ServiceType
Deprecated. Name of property for the name of the service type.
propertyChange(PropertyChangeListener, Object) - Static method in class org.openide.util.WeakListeners
Creates a weak implementation of PropertyChangeListener.
proxy(Lookup.Provider) - Static method in class org.openide.util.lookup.Lookups
Creates a lookup that delegates to another one but that one can change from time to time.
ProxyLookup - Class in org.openide.util.lookup
Implementation of lookup that can delegate to others.
ProxyLookup(Lookup...) - Constructor for class org.openide.util.lookup.ProxyLookup
Create a proxy to some other lookups.
ProxyLookup() - Constructor for class org.openide.util.lookup.ProxyLookup
Create a lookup initially proxying to no others.
PUBLIC_ID - Static variable in class org.openide.xml.EntityCatalog
DOCTYPE public ID defining grammar used for entity registrations.
pureClassName(String) - Static method in class org.openide.util.Utilities
Turn full name of an inner class into its pure form.
put(ExTransferable.Single) - Method in class org.openide.util.datatransfer.ExTransferable
Add a new flavor with its data.
put(T) - Method in class org.openide.util.Queue
Deprecated. Adds new item.
putProperty(Object, Object) - Method in class org.openide.util.SharedClassObject
Set a shared variable.
putProperty(String, Object, boolean) - Method in class org.openide.util.SharedClassObject
Set a shared variable available only for string names.
putValue(String, Object) - Method in class org.netbeans.modules.openide.util.ActionsBridge.ActionRunnable
 
putValue(String, Object) - Method in class org.openide.util.actions.SystemAction
Set a property in the singleton.

Q

queue() - Static method in class org.netbeans.modules.openide.util.ActiveQueue
 
queue(Enumeration<? extends T>, Enumerations.Processor<T, R>) - Static method in class org.openide.util.Enumerations
Support for breadth-first enumerating.
Queue<T> - Class in org.openide.util
Deprecated. Use BlockingQueue instead.
Queue() - Constructor for class org.openide.util.Queue
Deprecated.  

R

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<T>) - Method in class org.openide.util.Mutex
Run an action only with read access.
readAccess(Mutex.ExceptionAction<T>) - 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.
readClassDescriptor() - Method in class org.openide.util.io.NbObjectInputStream
Provides a special handling for renaming of serialized classes.
ReaderInputStream - Class in org.openide.util.io
This class convert Reader to InputStream.
ReaderInputStream(Reader) - Constructor for class org.openide.util.io.ReaderInputStream
Creates new input stream from the given reader.
ReaderInputStream(Reader, String) - Constructor for class org.openide.util.io.ReaderInputStream
Creates new input stream from the given reader and encoding.
readExternal(ObjectInput) - Method in class org.openide.util.SharedClassObject
Reads nothing from the stream.
readSafely(ObjectInput) - Static method in class org.openide.util.io.NbObjectInputStream
Reads an object from the given object input.
rejected() - Method in interface org.openide.util.datatransfer.TransferListener
The transfer has been rejected.
remove(long) - Method in class org.netbeans.modules.openide.util.ActiveQueue
 
remove() - Method in class org.netbeans.modules.openide.util.ActiveQueue
 
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(T, InstanceContent.Convertor<T, R>) - Method in class org.openide.util.lookup.InstanceContent
Remove instance added with a convertor.
remove(Object) - Method in class org.openide.util.WeakSet
Removes the given element from this set if it is present.
removeChangeListener(ChangeListener) - Method in class org.openide.util.ChangeSupport
Removes a ChangeListener from the listener list.
removeClipboardListener(ClipboardListener) - Method in class org.openide.util.datatransfer.ExClipboard
Remove a listener to clipboard operations.
removeDuplicates(Enumeration<T>) - 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.
removeLookupListener(LookupListener) - Method in class org.openide.util.Lookup.Result
Unregisters a listener previously added.
removeNotify() - Method in class org.openide.util.SharedClassObject
Notify subclasses that the last listener has been removed from this object.
removeNulls(Enumeration<T>) - Static method in class org.openide.util.Enumerations
Removes all nulls from the input enumeration.
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.
removePair(AbstractLookup.Pair<?>, Executor) - Method in class org.openide.util.lookup.AbstractLookup
Remove instance.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.modules.openide.util.ActionsBridge.ActionRunnable
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.ServiceType
Deprecated. Remove a property change listener.
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.
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.
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.
RequestProcessor - Class in org.openide.util
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(String, int, boolean) - Constructor for class org.openide.util.RequestProcessor
Creates a new named RequestProcessor with defined throughput which can support interruption of the thread the processor runs in.
RequestProcessor.Task - Class in org.openide.util
The task describing the request sent to the processor.
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
 
resultChanged(LookupEvent) - Method in interface org.openide.util.LookupListener
A change in lookup occured.
root() - Static method in class org.openide.util.NbPreferences
Returns the root preference node.
run() - Method in class org.netbeans.modules.openide.util.ActionsBridge.ActionRunnable
 
run() - Method in class org.netbeans.modules.openide.util.ActiveQueue
 
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.

S

SafeException - Exception in org.openide.util.io
Special IOException that is used to signal that the write operation failed but the underlaying stream is not corrupted and can be used for next operations.
SafeException(Exception) - Constructor for exception org.openide.util.io.SafeException
Default constructor.
saveAll() - Method in class org.openide.LifecycleManager
Save all opened objects.
schedule(int) - Method in class org.openide.util.RequestProcessor.Task
(Re-)schedules a task to run in the future.
second() - Method in class org.openide.util.Union2
Retrieve the union member of the second type.
ServiceProvider - Annotation Type in org.openide.util.lookup
Declarative registration of a singleton service provider.
ServiceProviderProcessor - Class in org.netbeans.modules.openide.util
 
ServiceProviderProcessor() - Constructor for class org.netbeans.modules.openide.util.ServiceProviderProcessor
public for ServiceLoader
ServiceProviders - Annotation Type in org.openide.util.lookup
Similar to ServiceProvider but permits multiple registrations of one class.
services() - Method in class org.openide.ServiceType.Registry
Deprecated. Get all available services managed by the engine.
services(Class<T>) - Method in class org.openide.ServiceType.Registry
Deprecated. Get all available services that are assignable to the given superclass.
ServiceType - Class in org.openide
Deprecated. The prefered way to register and lookup services is now Lookup as described in services registration and lookup page.
ServiceType() - Constructor for class org.openide.ServiceType
Deprecated.  
ServiceType.Handle - Class in org.openide
Deprecated. The prefered way to register and lookup services is now Lookup as described in services registration and lookup page.
ServiceType.Handle(ServiceType) - Constructor for class org.openide.ServiceType.Handle
Deprecated. Create a new handle for an service.
ServiceType.Registry - Class in org.openide
Deprecated. Use lookup instead.
ServiceType.Registry() - Constructor for class org.openide.ServiceType.Registry
Deprecated.  
set(Collection<T>, InstanceContent.Convertor<T, R>) - Method in class org.openide.util.lookup.InstanceContent
Changes all pairs in the lookup to new values.
setActionPerformer(ActionPerformer) - Method in class org.openide.util.actions.CallbackSystemAction
Deprecated. use TopComponent.getActionMap() as described in the javadoc
setBooleanState(boolean) - Method in class org.openide.util.actions.BooleanStateAction
Set the current state.
setBranding(String) - Static method in class org.openide.util.NbBundle
Set the current branding token.
setClassLoaderFinder(NbBundle.ClassLoaderFinder) - Static method in class org.openide.util.NbBundle
Deprecated. Useless.
setContents(Transferable, ClipboardOwner) - Method in class org.openide.util.datatransfer.ExClipboard
 
setEnabled(boolean) - Method in class org.netbeans.modules.openide.util.ActionsBridge.ActionRunnable
 
setEnabled(boolean) - Method in class org.openide.util.actions.SystemAction
Set whether the action should be enabled.
setExactMatch(boolean) - Method in class org.openide.util.MapFormat
Specify whether both brackets are required in the expression.
setHelpIDString(JComponent, String) - Static method in class org.openide.util.HelpCtx
Set the help ID for a component.
setIcon(Icon) - Method in class org.openide.util.actions.SystemAction
Set the action's display icon.
setLeftBrace(String) - Method in class org.openide.util.MapFormat
Sets string used as left brace
setLookups(Lookup...) - Method in class org.openide.util.lookup.ProxyLookup
Changes the delegates.
setLookups(Executor, Lookup...) - Method in class org.openide.util.lookup.ProxyLookup
Changes the delegates immediatelly, notifies the listeners in provided executor, potentially later.
setMap(Map) - Method in class org.openide.util.MapFormat
Sets argument map This map should contain key-value pairs with key values used in formatted string expression.
setName(String) - Method in class org.openide.ServiceType
Deprecated. Set the name of the service type.
setPairs(Collection<? extends AbstractLookup.Pair>) - Method in class org.openide.util.lookup.AbstractLookup.Content
Changes all pairs in the lookup to new values.
setPairs(Collection<? extends AbstractLookup.Pair>) - Method in class org.openide.util.lookup.AbstractLookup
Changes all pairs in the lookup to new values.
setPairs(Collection<? extends AbstractLookup.Pair>, Executor) - Method in class org.openide.util.lookup.AbstractLookup
Changes all pairs in the lookup to new values, notifies listeners using provided executor.
setPriority(int) - Method in class org.openide.util.RequestProcessor.Task
Changes the priority the task will be performed with.
setRightBrace(String) - Method in class org.openide.util.MapFormat
Sets string used as right brace
setServiceTypes(List) - Method in class org.openide.ServiceType.Registry
Deprecated. Better to change service instance files instead.
setSurviveFocusChange(boolean) - Method in class org.openide.util.actions.CallbackSystemAction
Set whether the action will survive a change in focus.
setThrowExceptionIfKeyWasNotFound(boolean) - Method in class org.openide.util.MapFormat
Specify whether formatter will throw exception if object for key was not found.
SharedClassObject - Class in org.openide.util
Shared object that allows different instances of the same class to share common data.
SharedClassObject() - Constructor for class org.openide.util.SharedClassObject
Create a shared object.
showJFileChooser(JFileChooser, Component, String) - Static method in class org.openide.util.Utilities
Deprecated. Not needed in JDK 1.4.
singleton(T) - Static method in class org.openide.util.Enumerations
Creates an enumeration with one element.
singleton(Object) - Static method in class org.openide.util.lookup.Lookups
Creates a singleton lookup.
size() - Method in class org.openide.util.WeakSet
 
skipSafely(ObjectInput) - Static method in class org.openide.util.io.NbObjectInputStream
Skips an object from the given object input without loading it.
stop() - Method in class org.openide.util.RequestProcessor
Stops processing of runnables processor.
stringToKey(String) - Static method in class org.openide.util.Utilities
Construct a new key description from a given universal string description.
stringToKeys(String) - Static method in class org.openide.util.Utilities
Convert a space-separated list of user-friendly key binding names to a list of Swing key strokes.
SystemAction - Class in org.openide.util.actions
A base class for user-visible actions.
SystemAction() - Constructor for class org.openide.util.actions.SystemAction
 

T

Task - Class in org.openide.util
A task that may be executed in a separate thread and permits examination of its status.
Task(Runnable) - Constructor for class org.openide.util.Task
Create a new task.
Task() - Constructor for class org.openide.util.Task
Constructor for subclasses that wants to control whole execution itself.
taskFinished(Task) - Method in interface org.openide.util.TaskListener
Called when a task finishes running.
TaskListener - Interface in org.openide.util
Listener which can be notifies when a task finishes.
throwException - Variable in class org.openide.util.io.NullInputStream
True if attempting to read from the stream should throw an IOException.
throwException - Variable in class org.openide.util.io.NullOutputStream
is an exception be thrown while read?
toArray(T[]) - Method in class org.openide.util.WeakSet
 
toArray() - Method in class org.openide.util.WeakSet
 
toAttributeValue(String) - Static method in class org.openide.xml.XMLUtil
Escape passed string as XML attibute value (<, &, ' and " will be escaped.
toElementContent(String) - Static method in class org.openide.xml.XMLUtil
Escape passed string as XML element content (<, & and > in ]]> sequences).
toFile(URL) - Static method in class org.openide.util.Utilities
Deprecated. Use URI.URI(String) and File.File(URI) instead under JDK 1.4. (There was no proper equivalent under JDK 1.3.)
toHex(byte[], int, int) - Static method in class org.openide.xml.XMLUtil
Can be used to encode values that contain invalid XML characters.
toObjectArray(Object) - Static method in class org.openide.util.Utilities
Convert an array of primitive types to an array of objects.
topologicalSets() - Method in exception org.openide.util.TopologicalSortException
As the full topological sort cannot be finished due to cycles in the graph this methods performs a partition topological sort.
topologicalSort(Collection<T>, Map<? super T, ? extends Collection<? extends T>>) - Static method in class org.openide.util.Utilities
Topologically sort some objects.
TopologicalSortException - Exception in org.openide.util
Exception that signals that a topological sort failed due to unsortable nature of the graph and that provides support for reporting and recovering from that state.
toPrimitiveArray(Object[]) - Static method in class org.openide.util.Utilities
Convert an array of objects to an array of primitive types.
toString() - Method in class org.openide.ServiceType.Handle
Deprecated.  
toString() - Method in class org.openide.util.HelpCtx
 
toString() - Method in exception org.openide.util.io.FoldingIOException
 
toString() - Method in class org.openide.util.lookup.AbstractLookup
 
toString() - Method in class org.openide.util.Lookup.Item
 
toString() - Method in class org.openide.util.lookup.ProxyLookup
 
toString() - Method in class org.openide.util.Lookup.Template
 
toString() - Method in class org.openide.util.Mutex
toString
toString() - Method in class org.openide.util.RequestProcessor.Task
 
toString() - Method in class org.openide.util.Task
 
toString() - Method in exception org.openide.util.TopologicalSortException
 
toString() - Method in class org.openide.util.WeakSet
 
toURL(File) - Static method in class org.openide.util.Utilities
Deprecated. Use File.toURI() and URI.toURL() instead under JDK 1.4. (File.toURL() is buggy in JDK 1.3 and the bugs are not fixed in JDK 1.4.)
transferableAccepted(Transferable, int) - Static method in class org.openide.util.datatransfer.ExClipboard
Notifies the transferable that it has been accepted by a drop.
transferableOwnershipLost(Transferable) - Static method in class org.openide.util.datatransfer.ExClipboard
Notifies the transferable that it has lost ownership in clipboard.
transferableRejected(Transferable) - Static method in class org.openide.util.datatransfer.ExClipboard
Notifies the transferable that it has been rejected by a drop.
TransferListener - Interface in org.openide.util.datatransfer
Allows listening to progress of manipulation with ExTransferable.
translate(String) - Static method in class org.openide.util.Utilities
Provides support for parts of the system that deal with classnames (use Class.forName, NbObjectInputStream, etc.).
type(T) - Method in interface org.openide.util.lookup.InstanceContent.Convertor
Return type of converted object.
TYPICAL_WINDOWS_TASKBAR_HEIGHT - Static variable in class org.openide.util.Utilities
A height of the windows's taskbar

U

Union2<First,Second> - Class in org.openide.util
A union type which can contain one of two kinds of objects.
UNKNOWN - Static variable in class org.openide.ErrorManager
Undefined severity.
unsortableSets() - Method in exception org.openide.util.TopologicalSortException
The topological sort could not be finished as there are some objects that are mutually refering to each other.
USER - Static variable in class org.openide.ErrorManager
Something the user should be aware of.
UserCancelException - Exception in org.openide.util
Exception that is thrown when user cancels interaction so the requested result cannot be produced.
UserCancelException() - Constructor for exception org.openide.util.UserCancelException
Creates new exception UserCancelException
UserCancelException(String) - Constructor for exception org.openide.util.UserCancelException
Creates new exception UserCancelException with text specified string s.
UserQuestionException - Exception in org.openide.util
Exception that is thrown when the process is about to perform some action that requires user confirmation.
UserQuestionException() - Constructor for exception org.openide.util.UserQuestionException
Creates new exception UserQuestionException
UserQuestionException(String) - Constructor for exception org.openide.util.UserQuestionException
Creates new exception UserQuestionException with text specified string s.
Utilities - Class in org.openide.util
Otherwise uncategorized useful static methods.
Utilities.UnorderableException - Exception in org.openide.util
Deprecated. Used only by the deprecated partialSort
Utilities.UnorderableException(Collection, Map) - Constructor for exception org.openide.util.Utilities.UnorderableException
Deprecated. Create a new unorderable-list exception with no detail message.
Utilities.UnorderableException(String, Collection, Map) - Constructor for exception org.openide.util.Utilities.UnorderableException
Deprecated. Create a new unorderable-list exception with a specified detail message.

V

validate(Element, Schema) - Static method in class org.openide.xml.XMLUtil
Check whether a DOM tree is valid according to a schema.
vetoableChange(VetoableChangeListener, Object) - Static method in class org.openide.util.WeakListeners
Creates a weak implementation of VetoableChangeListener.

W

waitFinished() - Method in class org.openide.util.RequestProcessor.Task
This method is an implementation of the waitFinished method in the RequestProcessor.Task.
waitFinished(long) - Method in class org.openide.util.RequestProcessor.Task
Enhanced reimplementation of the Task.waitFinished(long) method.
waitFinished() - Method in class org.openide.util.Task
Wait until the task is finished.
waitFinished(long) - Method in class org.openide.util.Task
Wait until the task is finished, but only a given time.
WARNING - Static variable in class org.openide.ErrorManager
Something went wrong in the software, but it is continuing and the user need not be bothered.
WeakListeners - Class in org.openide.util
A generic weak listener factory.
WeakSet<E> - Class in org.openide.util
Set which holds its members by using of WeakReferences.
WeakSet() - Constructor for class org.openide.util.WeakSet
Constructs a new set.
WeakSet(Collection<? extends E>) - Constructor for class org.openide.util.WeakSet
Constructs a new set containing the elements in the specified collection.
WeakSet(int) - Constructor for class org.openide.util.WeakSet
Constructs a new, empty set;
WeakSet(int, float) - Constructor for class org.openide.util.WeakSet
Constructs a new, empty set;
willThrowExceptionIfKeyWasNotFound() - Method in class org.openide.util.MapFormat
Test whether formatter will throw exception if object for key was not found.
wrapString(String, int, BreakIterator, boolean) - Static method in class org.openide.util.Utilities
Wrap multi-line strings.
wrapString(String, int, boolean, boolean) - Static method in class org.openide.util.Utilities
Deprecated. Use (String, int, BreakIterator, boolean) as it is friendlier to I18N.
wrapStringToArray(String, int, boolean, boolean) - Static method in class org.openide.util.Utilities
Deprecated. use Utilities.wrapStringToArray(String, int, BreakIterator, boolean) since it is better for I18N
wrapStringToArray(String, int, BreakIterator, boolean) - Static method in class org.openide.util.Utilities
Wrap multi-line strings (and get the individual lines).
write(int) - Method in class org.openide.util.io.NullOutputStream
write method
write(Document, OutputStream, String) - Static method in class org.openide.xml.XMLUtil
Writes a DOM document to a stream.
writeAccess(Mutex.Action<T>) - Method in class org.openide.util.Mutex
Run an action with write access.
writeAccess(Mutex.ExceptionAction<T>) - Method in class org.openide.util.Mutex
Run an action with write access and possibly throw an exception.
writeAccess(Runnable) - Method in class org.openide.util.Mutex
Run an action with write access and return no result.
writeExternal(ObjectOutput) - Method in class org.openide.util.SharedClassObject
Writes nothing to the stream.
writeReplace() - Method in class org.openide.util.SharedClassObject
This method provides correct handling of serialization and deserialization.
writeSafely(ObjectOutput, Object) - Static method in class org.openide.util.io.NbObjectOutputStream
Writes an object safely to the object output.

X

XMLUtil - Class in org.openide.xml
Utility class collecting library methods related to XML processing.

A B C D E F G H I J K L M N O P Q R S T U V W X