站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

I-Index (Utilities API) - NetBeans API Javadoc (Current Development Version)

org.openide.util 7.9.0 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.Utilities
Converts given icon to a Image.
iconResource() - Method in class org.openide.util.actions.SystemAction
Specify the proper resource name for the action's icon.
id(T) - Method in interface org.openide.util.lookup.InstanceContent.Convertor
Computes the ID of the resulted object.
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.lookup.AbstractLookup
Method for subclasses to initialize them selves.
initialize() - Method in class org.openide.util.SharedClassObject
Initialize shared state.
InstanceContent - Class in org.openide.util.lookup
A special content implementation that can be passed to AbstractLookup and provides methods for registration of instances and lazy instances.
InstanceContent() - Constructor for class org.openide.util.lookup.InstanceContent
Create a new, empty content.
InstanceContent.Convertor<T,R> - Interface in org.openide.util.lookup
Convertor postpones an instantiation of an object.
instanceOf(Class<?>) - Method in class org.openide.util.lookup.AbstractLookup.Pair
Tests whether this item can produce object of class c.
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
Test whether the operating system supports icons on frames (windows).
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.
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 7.9.0 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 May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.