MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / write

Method write

src/org/opensourcephysics/controls/XMLControl.java:92–92  ·  view source on GitHub ↗

Writes the control as an xml document with the specified name. @param fileName the file name @return the full name of the saved document or null if failed

(String fileName)

Source from the content-addressed store, hash-verified

90 * @return the full name of the saved document or null if failed
91 */
92 public String write(String fileName);
93
94 /**
95 * Writes the control to a Writer.

Callers 15

savePreferencesMethod · 0.95
extract0Method · 0.65
copyMethod · 0.65
compressMethod · 0.65
unzipWithWarningMethod · 0.65
actionPerformedMethod · 0.65
writeMethod · 0.65
saveInformationMethod · 0.65
saveImageMethod · 0.65
copyHTMLToOSPCacheMethod · 0.65
copyAllFilesMethod · 0.65
unzipMethod · 0.65

Implementers 1

XMLControlElementsrc/org/opensourcephysics/controls/XML

Calls

no outgoing calls

Tested by 2

saveEditorTextToMethod · 0.52
mainMethod · 0.52