public class DesktopContext extends ApplicationContext
| Constructor and Description |
|---|
DesktopContext(VizDesktop aDesktop) |
| Modifier and Type | Method and Description |
|---|---|
void |
focusNode(TMAbstractNode aNode)
Set the node as the focus of the map
|
TypesConfigFrame |
getAssocFrame()
Display the configuration frame for associations (edges)
|
int |
getDefaultLocality()
Get the default locality for the application.
|
TopicIF |
getDefaultScopingTopic(TopicMapIF aTopicmap)
Get the default scoping topic
|
ParsedMenuFile |
getEnabledItemIds()
Return the menu of enabled items
|
int |
getMaxLocality()
Returns the maximum number of nodes (locality) to display linked
to the central node.
|
TopicIF |
getStartTopic(TopicMapIF aTopicmap)
Return the start topic defined on the map
|
TopicIF |
getTopicForLocator(LocatorIF aLocator,
TopicMapIF topicmap)
Returns the topic with the given subject identifier, if any.
|
TypesConfigFrame |
getTopicFrame()
Display the configuration frame for topics
|
void |
goToTopic(TopicIF topic)
Set the focus of the map to the specified topic
|
boolean |
isApplet()
Is this an applet?
|
void |
loadTopic(TopicIF aTopic)
Get a topic from the associated store
|
void |
openPropertiesURL(String aUrl)
Opens the supplied url string in a browser window.
|
void |
setScopingTopic(TopicIF aScope)
Set the scoping topic for the map
|
void |
setStartTopic(TopicIF aTopic)
Assign the starting topic of the map to display.
|
getTmConfig, getView, getVizPanel, setTmConfig, setView, setVizPanelpublic DesktopContext(VizDesktop aDesktop)
public void goToTopic(TopicIF topic)
ApplicationContextIFtopic - Topic to set as the central focuspublic boolean isApplet()
ApplicationContextIFpublic void openPropertiesURL(String aUrl)
ApplicationContextIFaUrl - String representing the target urlpublic void setStartTopic(TopicIF aTopic)
ApplicationContextIFaTopic - Start Topicpublic TopicIF getTopicForLocator(LocatorIF aLocator, TopicMapIF topicmap)
ApplicationContextIFaLocator - the subject identifiertopicmap - the topic map to look up inpublic void loadTopic(TopicIF aTopic)
ApplicationContextIFaTopic - to read from the storepublic void focusNode(TMAbstractNode aNode)
ApplicationContextIFaNode - node to focus onpublic void setScopingTopic(TopicIF aScope)
ApplicationContextIFaScope - topic to set scopepublic TopicIF getDefaultScopingTopic(TopicMapIF aTopicmap)
ApplicationContextIFaTopicmap - map that contains the topicpublic TopicIF getStartTopic(TopicMapIF aTopicmap)
ApplicationContextIFaTopicmap - map containing topicpublic int getDefaultLocality()
ApplicationContextIFpublic int getMaxLocality()
ApplicationContextIFpublic ParsedMenuFile getEnabledItemIds()
ApplicationContextIFpublic TypesConfigFrame getAssocFrame()
ApplicationContextIFpublic TypesConfigFrame getTopicFrame()
ApplicationContextIF