- CachedHiDPIIcon - Class in org.openide.util
-
Abstract base class for
Icon
implementations that need to cache scaled bitmap
representations for HiDPI displays.
- CachedHiDPIIcon(int, int) - Constructor for class org.openide.util.CachedHiDPIIcon
-
Constructor to be used by subclasses.
- CallableSystemAction - Class in org.openide.util.actions
-
- CallableSystemAction() - Constructor for class org.openide.util.actions.CallableSystemAction
-
- CallbackSystemAction - Class in org.openide.util.actions
-
- CallbackSystemAction() - Constructor for class org.openide.util.actions.CallbackSystemAction
-
- 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
-
- 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.
- 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.
- 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.
- convertComponents(Component) - Method in class org.openide.util.actions.ActionPresenterProvider
-
- copyAnnotation(Throwable, Throwable) - Method in class org.openide.ErrorManager
-
- 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.
- createAndPaintImage(Component, ColorModel, int, int, double) - Method in class org.openide.util.CachedHiDPIIcon
-
Create a scaled image containing the graphics of this icon.
- createBufferedImage(ColorModel, int, int) - Static method in class org.openide.util.CachedHiDPIIcon
-
- createClone() - Method in class org.openide.ServiceType
-
- 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.
- createEmptyPopup() - Method in class org.openide.util.actions.ActionPresenterProvider
-
Creates a default empty implementation of popup menu.
- 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.
- 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.