|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.wiki.visualizer.core.model.WikiPage
public class WikiPage
WikiPage.
TODO
| Method Summary | |
|---|---|
Color |
getActiveBackgroundColor()
Returns the background color. |
Collection |
getAllPages()
|
String |
getAuthor()
|
String |
getFinalPageName(String pageName)
|
NumberAdornment |
getHiddenLinkAdornment()
|
NumberAdornment |
getHiddenPageAdornment()
|
Collection |
getInboundLinks()
Should this MAYBE return an unmodifiable Collection? Hmm, concurrency? |
WikiModel |
getModel()
|
Date |
getModificationDate()
|
String |
getName()
|
WikiNode |
getNode()
A WikiPage knows its WikiNode, just like a WikiModel knows its WikiGraph. |
Collection |
getOutboundLinks()
Should this MAYBE return an unmodifiable Collection? Hmm, concurrency? |
Collection |
getReferredBy(String page)
|
Collection |
getRefersTo(String page)
|
boolean |
getShouldGraph()
|
int |
getSignature()
This 'signature' can be used to determine if there were any modifications made to the underlying to and by maps of the ReferenceManager. |
String |
getText()
|
String |
getToolTipText()
|
int |
getVersion()
|
void |
hide()
|
boolean |
isHidden()
|
boolean |
isInQueryResults()
|
boolean |
isUnreferenced()
|
void |
openEditUrl()
Opens this page for edit in a browser window. |
void |
openViewUrl()
Opens a this page in a browser window. |
void |
setInQueryResults(boolean state)
|
void |
show()
|
void |
showHiddenLinks()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Collection getAllPages()
getAllPages in interface ReferenceInfoProviderpublic int getSignature()
ReferenceInfoProvider
getSignature in interface ReferenceInfoProviderpublic boolean isUnreferenced()
public WikiNode getNode()
public String getName()
public String getToolTipText()
public String getText()
public String getAuthor()
public Date getModificationDate()
public int getVersion()
public Collection getOutboundLinks()
public Collection getInboundLinks()
public void openViewUrl()
public void openEditUrl()
public String getFinalPageName(String pageName)
public Collection getRefersTo(String page)
getRefersTo in interface ReferenceInfoProviderpublic Collection getReferredBy(String page)
getReferredBy in interface ReferenceInfoProviderpublic void setInQueryResults(boolean state)
state - public boolean getShouldGraph()
public boolean isHidden()
public void hide()
public void show()
public void showHiddenLinks()
public boolean isInQueryResults()
public WikiModel getModel()
public NumberAdornment getHiddenLinkAdornment()
public NumberAdornment getHiddenPageAdornment()
public Color getActiveBackgroundColor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||