|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.gui.BasicPage
public class BasicPage
A simple concrete implementation of the Page interface.
Constructor Summary | |
---|---|
BasicPage(MultipageModel multi)
Create a basic page owned by the given multipage. |
|
BasicPage(MultipageModel multi,
String title)
Create a basic page owned by the given multipage, and with the given title. |
|
BasicPage(MultipageModel multi,
String title,
Object model)
Create a basic page owned by the given multipage, and with the given title and model. |
Method Summary | |
---|---|
Object |
getModel()
Return the model of the page. |
MultipageModel |
getMultipage()
Return the multipage that owns this model. |
String |
getTitle()
Return the title of the page. |
void |
setModel(Object model)
Set the model of the page. |
void |
setTitle(String title)
Set the title of the page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicPage(MultipageModel multi)
public BasicPage(MultipageModel multi, String title)
public BasicPage(MultipageModel multi, String title, Object model)
Method Detail |
---|
public MultipageModel getMultipage()
public Object getModel()
getModel
in interface Page
public String getTitle()
getTitle
in interface Page
public void setModel(Object model)
setModel
in interface Page
public void setTitle(String title)
setTitle
in interface Page
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |