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)
| 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. |
no outgoing calls