Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

com.arcle.rmt.j2se.framework.Document Class Reference

Provides a generic superclass for all model objects. More...

List of all members.

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.


Detailed Description

Provides a generic superclass for all model objects.

Author:
Sasmito Adibowo
Version:
Id
Document.java,v 1.5 2003/05/15 19:43:37 adib Exp

Definition at line 67 of file j2se/framework/Document.java.


Member Function Documentation

boolean com.arcle.rmt.j2se.framework.Document.canClose  ) 
 

Definition at line 70 of file j2se/framework/Document.java.

boolean com.arcle.rmt.j2se.framework.Document.close  ) 
 

Definition at line 74 of file j2se/framework/Document.java.

boolean com.arcle.rmt.j2se.framework.Document.commit  ) 
 

Definition at line 78 of file j2se/framework/Document.java.

Document com.arcle.rmt.j2se.framework.Document.getParentDoc  ) 
 

Retrieves the parent of this document.

Returns:
the parent document, or null if there is no parent.

Definition at line 109 of file j2se/framework/Document.java.

References com.arcle.rmt.j2se.framework.Document._parent.

String com.arcle.rmt.j2se.framework.Document.getTitle  ) 
 

Returns the title of this document.

Returns:
the title.

Definition at line 93 of file j2se/framework/Document.java.

References com.arcle.rmt.j2se.framework.Document._title.

boolean com.arcle.rmt.j2se.framework.Document.revert  ) 
 

Definition at line 82 of file j2se/framework/Document.java.

void com.arcle.rmt.j2se.framework.Document.setParentDoc Document  p  )  [protected]
 

Sets the parent of this document.

Parameters:
p the new parent.

Definition at line 118 of file j2se/framework/Document.java.

References com.arcle.rmt.j2se.framework.Document._parent.

void com.arcle.rmt.j2se.framework.Document.setTitle String  t  ) 
 

Sets the title of this document.

Parameters:
t the new title.

Definition at line 101 of file j2se/framework/Document.java.

References com.arcle.rmt.j2se.framework.Document._title.


Member Data Documentation

Document com.arcle.rmt.j2se.framework.Document._parent = null [private]
 

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().

String com.arcle.rmt.j2se.framework.Document._title = "" [private]
 

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().


The documentation for this class was generated from the following file:
Generated on Fri Jun 18 19:52:53 2004 for Arcle Rambutan by doxygen 1.3.5