|
||||||||||
| 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.CompilerJobs; not needed directly by modules.CompilerGroup container class.
CompilationEngine.createCompilerGroups(java.util.Collection).Compilers 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).
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 | |||||||||