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, setVizPanel
public DesktopContext(VizDesktop aDesktop)
public void goToTopic(TopicIF topic)
ApplicationContextIF
topic
- Topic to set as the central focuspublic boolean isApplet()
ApplicationContextIF
public void openPropertiesURL(String aUrl)
ApplicationContextIF
aUrl
- String representing the target urlpublic void setStartTopic(TopicIF aTopic)
ApplicationContextIF
aTopic
- Start Topicpublic TopicIF getTopicForLocator(LocatorIF aLocator, TopicMapIF topicmap)
ApplicationContextIF
aLocator
- the subject identifiertopicmap
- the topic map to look up inpublic void loadTopic(TopicIF aTopic)
ApplicationContextIF
aTopic
- to read from the storepublic void focusNode(TMAbstractNode aNode)
ApplicationContextIF
aNode
- node to focus onpublic void setScopingTopic(TopicIF aScope)
ApplicationContextIF
aScope
- topic to set scopepublic TopicIF getDefaultScopingTopic(TopicMapIF aTopicmap)
ApplicationContextIF
aTopicmap
- map that contains the topicpublic TopicIF getStartTopic(TopicMapIF aTopicmap)
ApplicationContextIF
aTopicmap
- map containing topicpublic int getDefaultLocality()
ApplicationContextIF
public int getMaxLocality()
ApplicationContextIF
public ParsedMenuFile getEnabledItemIds()
ApplicationContextIF
public TypesConfigFrame getAssocFrame()
ApplicationContextIF
public TypesConfigFrame getTopicFrame()
ApplicationContextIF