|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--mozile.save.Method
Defined in save.js
Field Summary | |
String |
name
The name of the save method. |
Constructor Summary | |
mozile.save.Method
()
Class for save methods. |
Method Summary | |
Boolean
|
save(<String> content)
An abstract save method. |
Boolean
|
saveAs(<String> content)
An abstract saveAs method. |
Field Detail |
String name
Constructor Detail |
mozile.save.Method()
name
- A name for the save method.
Method Detail |
Boolean save(<String> content)
content
- The content to save.
Boolean saveAs(<String> content)
content
- The content to save.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |