|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
char
primitive type.
Collection
to store
data in.
HashMap
.
Object.clone()
to behave correctly if cloning is desired.
Document
.opened
to be closed.CompilerJob
s; not needed directly by modules.CompilerGroup
container class.
CompilationEngine.createCompilerGroups(java.util.Collection)
.Compiler
s with dependencies
between each other.Compiler.compilerGroupKey()
and make all compiler-specific state available to the compiler group via other means
(such as getter methods).
except marks the annotation {@link #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[])
.
InstanceDataObject
in a given folder.
InstanceDataObject
containing settings
in a given folder.
InstanceDataObject
in a given folder.
CloneableTopComponent.clone()
to actually create a new component from this one.
Sheet.PROPERTIES
.
XMLUtil
It directly violates DOM's root element reference read-only status.
If you can not move to XMLUtil for compatabilty reasons please
replace with following workaround:
String templ = ""; InputSource in = new InputSource(new StringReader(templ)); in.setSystemId("StringReader"); //workaround DocumentBuilder builder = DocumentBuilderFactory.newInstance().newDocumentBuilder(); Document doc = builder.parse(in);
JEditorPane
.
Sheet.EXPERT
.
new InputSource(url.toExternalForm())
.
Line
for a given offset.
Node
.
XMLUtil
instead.
It will create a SAX XMLReader that is SAX Parser replacement.
You will have to replace DocumentHandler by ContentHandler
besause XMLReader accepts just ContentHandler.
Alternatively if not interested in new callbacks defined by SAX 2.0 you can wrap returned XMLReader into XMLReaderAdapter that implements Parser.
Util
instead
setting ns to false.
For more details see createParser
ExternalCompilerGroup.createProcess(NbProcessDescriptor,String[])
as this version does not use the now-deprecated "compiler type" object.
Sheet.PROPERTIES
.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |