|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
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.
Utilities.actionsToPopup(javax.swing.Action[], org.openide.util.Lookup)
RequestProcessor
among different users and posting even blocking requests is inherently
deadlock-prone. See use cases.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |