|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
CallbackSystemAction.setActionPerformer(org.openide.util.actions.ActionPerformer) for details.Lookup.
java.lang.ref.References
together with some ReferenceQueue and need to do some clean up
when the reference is enqueued.
ChangeListener to the listener list.
PropertyChangeSupport for
ChangeListeners.ChangeSupport
en asks the
Enumerations.Processor to provide a replacement.
ErrorManager.annotate(Throwable,Throwable)
except marks the annotation ErrorManager.UNKNOWN severity. Otherwise
you used to have inadvertent data loss when copyFrom
had annotations of its own: the subannotations were kept but the
main stack trace in copyFrom was discarded. In practice
you usually want to keep all of copyFrom; if for some
reason you just want to keep annotations, please do so explicitly
using ErrorManager.findAnnotations(java.lang.Throwable) and ErrorManager.attachAnnotations(java.lang.Throwable, org.openide.ErrorManager.Annotation[]).
ContextAwareAction interface method.
JMenu.
Utilities.actionsToPopup(javax.swing.Action[], org.openide.util.Lookup)
JPopupMenu.
RequestProcessor
among different users and posting even blocking requests is inherently
deadlock-prone. See use cases.
JToolBar.
Transferable that contains no data.
Enumeration.contents of a clipboard to
additional flavors.Executor.
Transferable objects.
AsyncGUIJob.construct()
method.
IOException and use its Throwable.initCause(java.lang.Throwable) method.
namedlookup.
toHex.
BeanInfo for potential JavaBean classes.
BeanInfo for potential JavaBean classes, with a stop class.
RequestProcessor.
HelpCtx associated with implementing object.
nbresloc URL protocol instead. This method does a poor
job of handling resources such as /some.dir/res.txt or
/some/res.txt.sample.
nbresloc URL protocol instead. This method does a poor
job of handling resources such as /some.dir/res.txt or
/some/res.txt.sample.
nbresloc URL protocol instead. This method does a poor
job of handling resources such as /some.dir/res.txt or
/some/res.txt.sample.
JMenu.
JPopupMenu.
JToolBar.
ChangeSupport.
Image.
ImageUtilities.icon2Image(javax.swing.Icon).
index.
notified at the given
level, will actually be displayed in any way (even to a log file etc.).
Iterator as an Iterable so it can be used in an enhanced for-loop.
Enumeration as an Iterable so it can be used in an enhanced for-loop.
null and it is
a Java identifier.
null or a Java
identifier.
ImageUtilities.loadImage(java.lang.String).
ImageUtilities.loadImage(java.lang.String, boolean).
new Template (Object.class) which
is going to be better typed with JDK1.5 templates and should produce
the same result.
Lookup.Item representing the instance passed in.
MessageFormat
but using string rather than numeric keys.ImageUtilities.mergeImages(java.awt.Image, java.awt.Image, int, int).
Lookups.metaInfServices(ClassLoader)
except that it does not read data from META-INF/services/, but instead
from the specified prefix.
Mutex.
NbMarshalledObject that contains the
serialized representation of the provided object.
null nor an empty
character sequence.
null.
null and it contains
at least one non-whitespace character.
Lookup extension mechanism.Utilities.isUnix() instead.
Utilities.isWindows() instead.
Utilities.topologicalSort(java.util.Collection, java.util.Map super T, ? extends java.util.Collection extends T>>) .
ActionPerformer. Use CallbackSystemAction.actionPerformed(java.awt.event.ActionEvent) instead.
timeToWait milliseconds.
timeToWait milliseconds.
RequestProcessor
among different users and posting even blocking requests is inherently
deadlock-prone. See use cases.
RequestProcessor
among different users and posting even blocking requests is inherently
deadlock-prone. See use cases.
RequestProcessor
among different users and posting even blocking requests is inherently
deadlock-prone. See use cases.
BlockingQueue instead.ChangeListener from the listener list.
nulls from the input enumeration.
ServiceProvider but permits multiple registrations of one class.Lookup as described in
services registration and lookup page.Lookup as described in
services registration and lookup page.IOException.
<, &, ' and "
will be escaped.
<,
& and > in ]]> sequences).
- toFile(URL) -
Static method in class org.openide.util.Utilities
- Deprecated. Use
URI.URI(String) and File.File(URI) instead under JDK 1.4.
(There was no proper equivalent under JDK 1.3.)
- toHex(byte[], int, int) -
Static method in class org.openide.xml.XMLUtil
- Can be used to encode values that contain invalid XML characters.
- toObjectArray(Object) -
Static method in class org.openide.util.Utilities
- Convert an array of primitive types to an array of objects.
- topologicalSets() -
Method in exception org.openide.util.TopologicalSortException
- As the full topological sort cannot be finished due to cycles
in the graph this methods performs a partition topological sort.
- topologicalSort(Collection<T>, Map<? super T, ? extends Collection<? extends T>>) -
Static method in class org.openide.util.Utilities
- Topologically sort some objects.
- TopologicalSortException - Exception in org.openide.util
- Exception that signals that a topological sort failed due to
unsortable nature of the graph and that provides support for
reporting and recovering from that state.
- toPrimitiveArray(Object[]) -
Static method in class org.openide.util.Utilities
- Convert an array of objects to an array of primitive types.
- toString() -
Method in class org.openide.ServiceType.Handle
- Deprecated.
- toString() -
Method in class org.openide.util.HelpCtx
-
- toString() -
Method in exception org.openide.util.io.FoldingIOException
-
- toString() -
Method in class org.openide.util.lookup.AbstractLookup
-
- toString() -
Method in class org.openide.util.Lookup.Item
-
- toString() -
Method in class org.openide.util.lookup.ProxyLookup
-
- toString() -
Method in class org.openide.util.Lookup.Template
-
- toString() -
Method in class org.openide.util.Mutex
- toString
- toString() -
Method in class org.openide.util.RequestProcessor.Task
-
- toString() -
Method in class org.openide.util.Task
-
- toString() -
Method in exception org.openide.util.TopologicalSortException
-
- toString() -
Method in class org.openide.util.WeakSet
-
- toURL(File) -
Static method in class org.openide.util.Utilities
- Deprecated. Use
File.toURI() and URI.toURL() instead under JDK 1.4.
(File.toURL() is buggy in JDK 1.3 and the bugs are not fixed in JDK 1.4.)
- transferableAccepted(Transferable, int) -
Static method in class org.openide.util.datatransfer.ExClipboard
- Notifies the transferable that it has been accepted by a drop.
- transferableOwnershipLost(Transferable) -
Static method in class org.openide.util.datatransfer.ExClipboard
- Notifies the transferable that it has lost ownership in clipboard.
- transferableRejected(Transferable) -
Static method in class org.openide.util.datatransfer.ExClipboard
- Notifies the transferable that it has been rejected by a drop.
- TransferListener - Interface in org.openide.util.datatransfer
- Allows listening to progress of manipulation with ExTransferable.
- translate(String) -
Static method in class org.openide.util.Utilities
- Provides support for parts of the system that deal with classnames
(use
Class.forName, NbObjectInputStream, etc.).
- type(T) -
Method in interface org.openide.util.lookup.InstanceContent.Convertor
- Return type of converted object.
- TYPICAL_WINDOWS_TASKBAR_HEIGHT -
Static variable in class org.openide.util.Utilities
- A height of the windows's taskbar
Task.waitFinished(long)
method.
(String, int, BreakIterator, boolean) as it is friendlier to I18N.
Utilities.wrapStringToArray(String, int, BreakIterator, boolean) since it is better for I18N
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||