Skip navigation links
org.openide.util 8.15.1
A B C D E F G H I J K L M N O P Q R S T U V W X 

C

CallableSystemAction - Class in org.openide.util.actions
Not preferred anymore, use Actions.alwaysEnabled instead.
CallableSystemAction() - Constructor for class org.openide.util.actions.CallableSystemAction
 
CallbackSystemAction - Class in org.openide.util.actions
Not preferred anymore, the replacement is Actions.callback factory method.
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
CharSequences - Class in org.openide.util
Useful static methods to provide and work with memory efficient CharSequence implementations for ASCII strings.
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
 
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.EditableProperties
 
clone() - Method in class org.openide.util.Union2
 
clone() - Method in class org.openide.util.WeakSet
 
cloneProperties() - Method in class org.openide.util.EditableProperties
Create an exact copy of this properties object.
close() - Method in class org.openide.util.io.ReaderInputStream
 
comparator() - Static method in class org.openide.util.CharSequences
Provides optimized char sequences comparator
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
 
containsAll(Collection<?>) - Method in class org.openide.util.WeakSet
 
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.
convertComponents(Component) - Method in class org.openide.util.actions.ActionPresenterProvider
Used for implementation of DynamicMenuContent.
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[]).
copyDocument(Element, Element, String) - Static method in class org.openide.xml.XMLUtil
Copy elements from one document to another attaching at the specified element and translating the namespace.
create(char[], int, int) - Static method in class org.openide.util.CharSequences
Provides compact char sequence object like String.String(char[], int, int)
create(CharSequence) - Static method in class org.openide.util.CharSequences
Provides compact char sequence object like String.String(String)
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
 
createDisabledIcon(Icon) - Static method in class org.openide.util.ImageUtilities
Creates disabled (color saturation lowered) icon.
createDisabledImage(Image) - Static method in class org.openide.util.ImageUtilities
Creates disabled (color saturation lowered) image.
createDocument(String, String, String, String) - Static method in class org.openide.xml.XMLUtil
Creates an empty DOM document.
createEmptyPopup() - Method in class org.openide.util.actions.ActionPresenterProvider
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.openide.util.actions.ActionPresenterProvider
Creates a menu item that can present this action in a JMenu.
createPopupMenu(SystemAction[]) - Static method in class org.openide.util.actions.SystemAction
createPopupPresenter(Action) - Method in class org.openide.util.actions.ActionPresenterProvider
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.openide.util.actions.ActionPresenterProvider
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
Creates a SAX parser.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links
org.openide.util 8.15.1

Built on August 17 2014.  |  Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.