Inheritance diagram for com.arcle.rmt.j2se.model.RQMLDocumentFacade:

Public Member Functions | |
| abstract RQMLDocument | createRQMLDocument () throws RQMLDocumentFacadeException |
| Factory method to create new RQMLDocument objects. | |
| abstract RQMLDocument | openDocument (File rqmlDocument) throws RQMLDocumentFacadeException |
| Opens an RQML document from the specified file. | |
| abstract void | saveDocument (RQMLDocument doc, File docFile) throws RQMLDocumentFacadeException |
Static Public Member Functions | |
| synchronized final RQMLDocumentFacade | getInstance () |
| Returns the singleton instance. | |
Protected Member Functions | |
| RQMLDocumentFacade () | |
| void | rethrowException (Exception realException) throws RQMLDocumentFacadeException |
| Wraps an exception and then re-throws it. | |
Static Private Attributes | |
| RQMLDocumentFacade | _instance = null |
| The singleton instance. | |
Definition at line 75 of file RQMLDocumentFacade.java.
|
|
Definition at line 76 of file RQMLDocumentFacade.java. |
|
|
Factory method to create new RQMLDocument objects.
Implemented in com.arcle.rmt.j2se.model.domimpl.DocumentFacadeImpl. |
|
|
Returns the singleton instance. Creates the instance if necessary. Definition at line 107 of file RQMLDocumentFacade.java. References com.arcle.rmt.j2se.model.RQMLDocumentFacade._instance. |
|
|
Opens an RQML document from the specified file.
Implemented in com.arcle.rmt.j2se.model.domimpl.DocumentFacadeImpl. |
|
|
Wraps an exception and then re-throws it.
Definition at line 99 of file RQMLDocumentFacade.java. Referenced by com.arcle.rmt.j2se.model.domimpl.DocumentFacadeImpl.createRQMLDocument(), com.arcle.rmt.j2se.model.domimpl.DocumentFacadeImpl.openDocument(), and com.arcle.rmt.j2se.model.domimpl.DocumentFacadeImpl.saveDocument(). |
|
||||||||||||
|
Implemented in com.arcle.rmt.j2se.model.domimpl.DocumentFacadeImpl. |
|
|
The singleton instance.
Definition at line 117 of file RQMLDocumentFacade.java. Referenced by com.arcle.rmt.j2se.model.RQMLDocumentFacade.getInstance(). |
1.3.5