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

I

icon2Image(Icon) - Static method in class org.openide.util.ImageUtilities
Converts given icon to a Image.
icon2Image(Icon) - Static method in class org.openide.util.Utilities
Deprecated. Use ImageUtilities.icon2Image(javax.swing.Icon).
iconResource() - Method in class org.openide.util.actions.SystemAction
Specify the proper resource name for the action's icon.
image2Icon(Image) - Static method in class org.openide.util.ImageUtilities
Converts given image to an icon.
ImageUtilities - Class in org.openide.util
Useful static methods for manipulation with images/icons, results are cached.
indexOf(CharSequence, CharSequence) - Static method in class org.openide.util.CharSequences
Implementation of String.indexOf(String) for character sequences.
indexOf(CharSequence, CharSequence, int) - Static method in class org.openide.util.CharSequences
Implementation of String.indexOf(String,int) for character sequences.
INFORMATIONAL - Static variable in class org.openide.ErrorManager
Message that would be useful for tracing events but which need not be a problem.
initialize() - Method in class org.openide.util.actions.BooleanStateAction
 
initialize() - Method in class org.openide.util.actions.CallbackSystemAction
Initialize the action to have no performer.
initialize() - Method in class org.openide.util.actions.SystemAction
Initialize the action.
initialize() - Method in class org.openide.util.SharedClassObject
Initialize shared state.
invokeAction(Action, ActionEvent) - Method in class org.openide.util.actions.ActionInvoker
An infrastructure method that handles invocation of an an action.
invokeAction(Action, ActionEvent, boolean, Runnable) - Static method in class org.openide.util.actions.ActionInvoker
Invokes the action in the currently registered ActionsBridge.
invokeAll(Collection<? extends Callable<T>>) - Method in class org.openide.util.RequestProcessor
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.openide.util.RequestProcessor

Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.

invokeAny(Collection<? extends Callable<T>>) - Method in class org.openide.util.RequestProcessor

Executes the given tasks, returning the result of one which has completed and cancelling any incomplete tasks.

invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.openide.util.RequestProcessor

Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.

isCompact(CharSequence) - Static method in class org.openide.util.CharSequences
Predicate to check if provides char sequence is based on compact implementation
isConsumed() - Method in class org.openide.util.datatransfer.ClipboardEvent
Has this event been consumed?
isDataFlavorSupported(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable
 
isDataFlavorSupported(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable.Multi
Is this flavor supported?
isDataFlavorSupported(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable.Single
 
isDataFlavorSupported(int, DataFlavor) - Method in interface org.openide.util.datatransfer.MultiTransferObject
Test whether a given data flavor is supported by the item at index.
isEmpty() - Method in class org.openide.util.WeakSet
Returns true if this set contains no elements.
isEnabled() - Method in class org.openide.util.actions.SystemAction
Test whether the action is currently enabled.
isExactMatch() - Method in class org.openide.util.MapFormat
Test whether both brackets are required in the expression.
isFinished() - Method in class org.openide.util.Task
Test whether the task has finished running.
isJavaIdentifier(String) - Static method in class org.openide.util.Utilities
Test whether a given string is a valid Java identifier.
isLargeFrameIcons() - Static method in class org.openide.util.Utilities
Deprecated. Obsolete, useless method, no replacement.
isLoggable(int) - Method in class org.openide.ErrorManager
Test whether a messages with given severity will be logged in advance.
isMac() - Static method in class org.openide.util.Utilities
Test whether NetBeans is running on MacOS.
isNotifiable(int) - Method in class org.openide.ErrorManager
Test whether a throwable, if notified at the given level, will actually be displayed in any way (even to a log file etc.).
isReadAccess() - Method in class org.openide.util.Mutex
Tests whether this thread has already entered the mutex in read access.
isRequestProcessorThread() - Method in class org.openide.util.RequestProcessor
Tests if the current thread is request processor thread.
isShutdown() - Method in class org.openide.util.RequestProcessor
isTerminated() - Method in class org.openide.util.RequestProcessor
isUnix() - Static method in class org.openide.util.Utilities
Test whether NetBeans is running on some variant of Unix.
isWindows() - Static method in class org.openide.util.Utilities
Test whether NetBeans is running on some variant of Windows.
isWriteAccess() - Method in class org.openide.util.Mutex
Tests whether this thread has already entered the mutex in write access.
iterable(Iterator<E>) - Static method in class org.openide.util.NbCollections
Treat an Iterator as an Iterable so it can be used in an enhanced for-loop.
iterable(Enumeration<E>) - Static method in class org.openide.util.NbCollections
Treat an Enumeration as an Iterable so it can be used in an enhanced for-loop.
iterator() - Method in class org.openide.util.WeakSet
Returns an iterator over the elements in this set.

org.openide.util 8.6.1
A B C D E F G H I J K L M N O P Q R S T U V W X
Built on August 25 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.