|
||||||||||
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).
CloneableTopComponent.clone()
to actually create a new component from this one.
Sheet.PROPERTIES
.
Util
JEditorPane
.
Sheet.EXPERT
.
new InputSource(url.toExternalForm())
.
Line
for a given offset.
Node
.
Util
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 |