Public Member Functions | |
boolean | canClose () |
boolean | close () |
boolean | commit () |
boolean | revert () |
String | getTitle () |
Returns the title of this document. | |
void | setTitle (String t) |
Sets the title of this document. | |
Document | getParentDoc () |
Retrieves the parent of this document. | |
Protected Member Functions | |
void | setParentDoc (Document p) |
Sets the parent of this document. | |
Private Attributes | |
String | _title = "" |
Stores the title of this document. | |
Document | _parent = null |
Stores the parent of this document. |
Definition at line 67 of file j2se/framework/Document.java.
|
Definition at line 70 of file j2se/framework/Document.java. |
|
Definition at line 74 of file j2se/framework/Document.java. |
|
Definition at line 78 of file j2se/framework/Document.java. |
|
Retrieves the parent of this document.
Definition at line 109 of file j2se/framework/Document.java. References com.arcle.rmt.j2se.framework.Document._parent. |
|
Returns the title of this document.
Definition at line 93 of file j2se/framework/Document.java. References com.arcle.rmt.j2se.framework.Document._title. |
|
Definition at line 82 of file j2se/framework/Document.java. |
|
Sets the parent of this document.
Definition at line 118 of file j2se/framework/Document.java. References com.arcle.rmt.j2se.framework.Document._parent. |
|
Sets the title of this document.
Definition at line 101 of file j2se/framework/Document.java. References com.arcle.rmt.j2se.framework.Document._title. |
|
Stores the parent of this document.
Definition at line 134 of file j2se/framework/Document.java. Referenced by com.arcle.rmt.j2se.framework.Document.getParentDoc(), and com.arcle.rmt.j2se.framework.Document.setParentDoc(). |
|
Stores the title of this document.
Definition at line 129 of file j2se/framework/Document.java. Referenced by com.arcle.rmt.j2se.framework.Document.getTitle(), and com.arcle.rmt.j2se.framework.Document.setTitle(). |