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

C

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
Efficiently store strings in memory.
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
 
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.BaseUtilities
Safe equality check.
compareObjectsImpl(Object, Object, int) - Static method in class org.openide.util.BaseUtilities
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.
contains(Object) - Method in class org.openide.util.WeakSet
 
containsAll(Collection<?>) - Method in class org.openide.util.WeakSet
 
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.
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
Creates new CharSequence instance representing the chars in the array.
create(CharSequence) - Static method in class org.openide.util.CharSequences
Creates new CharSequence instance representing the content of another sequence or String efficiently.
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.
createDocument(String, String, String, String) - Static method in class org.openide.xml.XMLUtil
Creates an empty DOM document.
createFirst(First) - Static method in class org.openide.util.Union2
Construct a union based on the first type.
createMutex() - Method in interface org.openide.util.spi.MutexEventProvider
Creates a SPI for Mutex.EVENT.
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.
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 L M N O P Q R S T U V W X 
Skip navigation links
org.openide.util 9.13