- accepted(int) - Method in interface org.openide.util.datatransfer.TransferListener
-
Accepted by a drop operation.
- ActionInvoker - Class in org.openide.util.actions
-
A mixture of a utility class allowing to invoke actions and also a
code injection mechanism to allow overall system to be aware of invoked
actions.
- ActionInvoker() - Constructor for class org.openide.util.actions.ActionInvoker
-
Subclass constructor.
- 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
-
- ActionPresenterProvider - Class in org.openide.util.actions
-
Provider of action presentations.
- ActionPresenterProvider() - Constructor for class org.openide.util.actions.ActionPresenterProvider
-
Subclass constructor.
- 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.
- activeReferenceQueue() - Static method in class org.openide.util.Utilities
-
Useful queue for all parts of system that use java.lang.ref.Reference
s
together with some ReferenceQueue
and need to do some clean up
when the reference is enqueued.
- add(E) - Method in class org.openide.util.WeakSet
-
- 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.
- addNotify() - Method in class org.openide.util.SharedClassObject
-
Notify subclasses that the first listener has been added to this object.
- 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. "<b>my</b> text"
- addTransferListener(TransferListener) - Method in class org.openide.util.datatransfer.ExTransferable
-
Adds a listener to watch the life-cycle of this object.
- 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
-
- appendChildElement(Element, Element, String[]) - Static method in class org.openide.xml.XMLUtil
-
Append a child element to the parent at the specified location.
- 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
-
- 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. "<b>my</b> text"
- 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.
- attachSeverity(E, Level) - Static method in class org.openide.util.Exceptions
-
Attaches a given severity to the exception.
- available() - Method in class org.openide.util.io.ReaderInputStream
-
- awaitTermination(long, TimeUnit) - Method in class org.openide.util.RequestProcessor