diva.gui
Interface Page

All Known Implementing Classes:
BasicPage

public interface Page

A multi-page document contains an ordered set of pages. A page generally contains a single object, the "model," that contains part of the document's data.

Version:
$Id: Page.java 38798 2005-07-08 20:00:01Z cxh $
Author:
Heloise Hse, John Reekie
Accepted Rating:
Red

Method Summary
 java.lang.Object getModel()
          Return the model of the page.
 java.lang.String getTitle()
          Return the title of the page.
 void setModel(java.lang.Object model)
          Set the model of the page.
 void setTitle(java.lang.String title)
          Set the title of the page.
 

Method Detail

getModel

java.lang.Object getModel()
Return the model of the page.


getTitle

java.lang.String getTitle()
Return the title of the page.


setModel

void setModel(java.lang.Object model)
Set the model of the page.


setTitle

void setTitle(java.lang.String title)
Set the title of the page.