|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.wiki.visualizer.core.model.WikiModel
public class WikiModel
WikiModel.
TODO
| Method Summary | |
|---|---|
static WikiModel |
createModel(ModelStatusUpdater statusUpdater,
WikiVisualizerParameters params)
Factory method. |
WikiGraph |
getGraph()
A WikiModel knows its WikiGraph, just like a WikiPage knows its WikiNode. |
String |
getName()
|
WikiPage |
getPage(String pageName)
Ask the model for a given WikiPage by name. |
WikiVisualizerParameters |
getParameters()
Return the visualization parameters provided in the constructor. |
void |
openEditUrl(String pageName)
|
void |
setAppletContext(AppletContext context)
|
void |
setGraph(WikiGraph graph)
Connect this WikiModel to a given WikiGraph. |
void |
updateGraph()
Update the WikiGraph (if one's attached), tell it about each WikiPage in the model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WikiModel createModel(ModelStatusUpdater statusUpdater,
WikiVisualizerParameters params)
statusUpdater - params -
public WikiVisualizerParameters getParameters()
public String getName()
public WikiGraph getGraph()
null if no graph has yet been attached.public void setGraph(WikiGraph graph)
graph - public WikiPage getPage(String pageName)
pageName -
null.public void setAppletContext(AppletContext context)
public void openEditUrl(String pageName)
public void updateGraph()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||