- 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
-
- 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
-
- indexOf(CharSequence, CharSequence, int) - Static method in class org.openide.util.CharSequences
-
- 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.
- isAuthenticationDialogSuppressed() - Static method in class org.openide.util.NetworkSettings
-
- 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
-
- 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 Mac OS X.
- 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.).
- isProxyAuthentication(URI) - Method in class org.openide.util.NetworkSettings.ProxyCredentialsProvider
-
Returns true
if Proxy Authentication is required.
- 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
-
- iterable(Enumeration<E>) - Static method in class org.openide.util.NbCollections
-
- iterator() - Method in class org.openide.util.WeakSet
-