Inheritance diagram for com.arcle.rmt.superwaba.model.DocumentManager:

Public Member Functions | |
| abstract Document | loadDocument (String name) |
| Loads a document. | |
| abstract void | saveDocument (String name, Document doc) |
| Saves a document. | |
| abstract String[] | listDocuments () |
| Returns the names of all available documents in the device. | |
| abstract boolean | deleteDocument (String name) |
| Deletes a document. | |
Static Public Member Functions | |
| final DocumentManager | getInstance () |
| Returns an implementor instance. | |
Static Public Attributes | |
| final String | DOCUMENT_TYPE = "SRSD" |
| The PalmOS document type for catalogs managed by this class. | |
| final String | CREATOR_ID = "RaMT" |
| The default PalmOS creatorID for catalogs managed by this class. | |
Protected Member Functions | |
| DocumentManager () | |
| This is a singleton class, don't construct the object directly, use getInstance() instead. | |
Static Private Attributes | |
| DocumentManager | _instance = null |
| The singleton instance. | |
Definition at line 82 of file DocumentManager.java.
|
|
This is a singleton class, don't construct the object directly, use getInstance() instead.
Definition at line 98 of file DocumentManager.java. |
|
|
Deletes a document.
Implemented in com.arcle.rmt.superwaba.model.imp.DocumentManagerImpl. |
|
|
Returns an implementor instance.
Definition at line 87 of file DocumentManager.java. References com.arcle.rmt.superwaba.model.DocumentManager._instance. |
|
|
Returns the names of all available documents in the device.
Implemented in com.arcle.rmt.superwaba.model.imp.DocumentManagerImpl. Referenced by com.arcle.rmt.superwaba.vc.DocumentList.modelUpdated(). |
|
|
Loads a document.
Implemented in com.arcle.rmt.superwaba.model.imp.DocumentManagerImpl. Referenced by com.arcle.rmt.j2se.bridge.BridgeFacade.openSuperwabaDocument(). |
|
||||||||||||
|
Saves a document.
Implemented in com.arcle.rmt.superwaba.model.imp.DocumentManagerImpl. |
|
|
The singleton instance.
Definition at line 132 of file DocumentManager.java. Referenced by com.arcle.rmt.superwaba.model.DocumentManager.getInstance(). |
|
|
The default PalmOS creatorID for catalogs managed by this class.
Definition at line 143 of file DocumentManager.java. |
|
|
The PalmOS document type for catalogs managed by this class. Must be a four-character string. Definition at line 138 of file DocumentManager.java. |
1.3.5