Package diva.gui
Interface Page
-
- All Known Implementing Classes:
BasicPage
public interface PageA 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$
- Author:
- Heloise Hse, John Reekie
- Pt.AcceptedRating:
- Red
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetModel()Return the model of the page.java.lang.StringgetTitle()Return the title of the page.voidsetModel(java.lang.Object model)Set the model of the page.voidsetTitle(java.lang.String title)Set the title of the page.
-