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

C-Index (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

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

C

CallableSystemAction - class org.openide.util.actions.CallableSystemAction.
An action which may be called programmatically.
CallableSystemAction() - Constructor for class org.openide.util.actions.CallableSystemAction
 
CallbackSystemAction - class org.openide.util.actions.CallbackSystemAction.
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
 
Cancellable - interface org.openide.util.Cancellable.
Service provider interface (SPI) for adding cancel support to various jobs.
ClipboardEvent - class org.openide.util.datatransfer.ClipboardEvent.
Event describing change of clipboard content.
ClipboardListener - interface org.openide.util.datatransfer.ClipboardListener.
Listener to changes in the clipboard.
ContextAwareAction - interface org.openide.util.ContextAwareAction.
Interface which is supposed to be implemented by action which behaviour is context dependent.
ContextGlobalProvider - interface org.openide.util.ContextGlobalProvider.
An interface that can be registered in a lookup by subsystems wish to provide a global context actions should react to.
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.
change(ChangeListener, Object) - Static method in class org.openide.util.WeakListeners
Creates a weak implementation of ChangeListener.
clear() - Method in class org.openide.util.WeakSet
Removes all of the elements from this set.
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.
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.
clipboardChanged(ClipboardEvent) - Method in interface org.openide.util.datatransfer.ClipboardListener
Called when the content of the clipboard is changed.
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.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, Enumeration) - Static method in class org.openide.util.Enumerations
Concatenates the content of two enumerations into one.
concat(Enumeration) - Static method in class org.openide.util.Enumerations
Concatenates the content of many enumerations.
confirmed() - Method in class 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.
convert(Enumeration, Enumerations.Processor) - 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(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(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(Object) - Method in interface org.openide.util.lookup.InstanceContent.Convertor
Convert obj to other object.
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(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, EventListener, Object) - Static method in class org.openide.util.WeakListeners
Generic factory method to create weak listener for any listener interface.
create(Class, Class, EventListener, 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.
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.
createClone() - Method in class org.openide.ServiceType
Deprecated. Service instance files should instead be copied in order to clone them.
createContextAwareInstance(Lookup) - Method in interface org.openide.util.ContextAwareAction
Creates action instance for provided context.
createContextAwareInstance(Lookup) - Method in class org.openide.util.actions.CallbackSystemAction
Implements ContextAwareAction interface method.
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.
createGlobalContext() - Method in interface org.openide.util.ContextGlobalProvider
Creates the context in form of Lookup.
createPopupMenu(SystemAction[]) - Static method in class org.openide.util.actions.SystemAction
Deprecated. Use Utilities.actionsToPopup(javax.swing.Action[], org.openide.util.Lookup)
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.
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.

 
A B C D E F G H I K L M N O P Q R S T U V W X
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.