- 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
-
Deprecated.
- 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.
- actionsForPath(String, Lookup) - Static method in class org.openide.util.Utilities
-
Loads a menu sequence from a path, given a specific context as Lookup.
- 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.
- 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.
- 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.
- 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.
- areDataFlavorsSupported(DataFlavor[]) - Method in interface org.openide.util.datatransfer.MultiTransferObject
-
Test whether each transferred item supports at least one of these
flavors.
- 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.
- 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.