All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
addToHidden(TMAbstractNode target,
com.touchgraph.graphlayout.Node source,
Vector hidden) |
boolean |
canRedo() |
boolean |
canUndo() |
void |
clearStartTopic() |
void |
collapseNode(TMAbstractNode node) |
void |
configure(AssociationScopeFilterMenu menu,
TopicMapIF topicmap,
ActionListener parentListener)
Configure the given AssociationScopeFilterMenu
|
void |
enableAnimation(boolean enable)
Enables/disables animation.
|
void |
enableMotionKiller(boolean enable)
Enables/disables the motion killer.
|
void |
expandNode(TMAbstractNode node) |
void |
focusNode(TMAbstractNode node)
Set the given node to be the focus node.
|
void |
focusNodeInternal(TMAbstractNode node)
Set the given node to be the focus node.
|
void |
focusStartTopic() |
void |
focusStartTopicInternal() |
Collection |
getAllTopicTypes() |
Collection |
getAllTopicTypesWithNull() |
TypesConfigFrame |
getAssocFrame() |
int |
getAssociationScopeFilterStrictness() |
Color |
getAssociationTypeColor(TopicIF type) |
Collection |
getAssociationTypes() |
int |
getAssoicationTypeLineWeight(TopicIF selectedType) |
int |
getAssoicationTypeShape(TopicIF selectedType) |
VizTopicMapConfigurationManager |
getConfigurationManager() |
String |
getCurrentConfigDir() |
String |
getCurrentRDBMSDir() |
String |
getCurrentTMDir() |
int |
getDefaultLocality() |
TopicIF |
getDefaultScopingTopic(TopicMapIF topicmap) |
ParsedMenuFile |
getEnabledItemIds() |
TMAbstractNode |
getFocusNode() |
protected VizController.VizHoverHelpManager |
getHoverHelpManager() |
boolean |
getIgnoreStateChangedEvent()
Required because the colour chooser will trigger the setTypeColor method
when the selected is colour is changed by Vizigator (no user input).
|
int |
getMaxLocality() |
String |
getRdfMappingFile() |
List |
getRecentFiles() |
TopicIF |
getStartTopic() |
TopicIF |
getStartTopic(TopicMapIF aTopicmap) |
Function<TopicIF,String> |
getStringifier() |
TypesConfigFrame |
getTopicFrame() |
TopicMapIF |
getTopicMap() |
Color |
getTopicTypeColor(TopicIF type) |
int |
getTopicTypeShape(TopicIF type) |
int |
getTopicTypeShapePadding(TopicIF selectedType) |
Font |
getTypeFont(TopicIF selectedType) |
Icon |
getTypeIcon(TopicIF selectedType) |
String |
getTypeIconFilename(TopicIF selectedType) |
int |
getTypeVisibility(TopicIF selectedType) |
TopicMapView |
getView() |
VizPanel |
getVizPanel() |
void |
goToMapView() |
void |
goToTopic(TopicIF topic) |
boolean |
hasTopicMap() |
void |
hideEdge(TMAbstractEdge edge) |
void |
hideNode(TMAbstractNode node)
Delete a node, all incident edges and all nodes and edges that no longer
have a path to the focus node as a consequence of this.
|
void |
initializeMotionKillerEnabled() |
boolean |
isAnimationEnabled() |
boolean |
isApplet() |
boolean |
isAssocTypeVisible(TopicIF type) |
boolean |
isInAssociationScopeFilter(TopicIF scope) |
boolean |
isMotionKillerEnabled() |
boolean |
isTopicTypeVisible(TopicIF type) |
void |
loadAssociationTypes() |
void |
loadConfig(File f) |
void |
loadNode(TMAbstractNode node) |
void |
loadTopic(TopicIF aTopic) |
TopicMapIF |
loadTopicMap(File f) |
TopicMapIF |
loadTopicMap(File tmfile,
File cfgfile) |
TopicMapIF |
loadTopicMap(TopicMapIF topicMap) |
TopicMapIF |
loadTopicMap(TopicMapIF topicmap,
File cfgfile) |
void |
loadTopicTypes() |
void |
openProperties(TMTopicNode node) |
void |
openPropertiesURL(String url)
Opens the supplied url string in a browser window.
|
void |
outputDebugInfo(String operation) |
List |
performSearch(String searchString) |
void |
redo() |
void |
saveGeneralConfiguration() |
void |
saveTopicMapConfiguration(File file) |
void |
setAllNodesFixed(boolean fixed)
Sets all nodes to fixed (sticky) or not fixed.
|
void |
setAssociationScopeFilterStrictness(int strictness) |
void |
setAssociationTypeLineWeight(TopicIF type,
int i) |
void |
setAssociationTypeShape(TopicIF type,
int i) |
void |
setAssociationTypeVisibility(TopicIF type,
int visibility) |
void |
setAssociationTypeVisible(TopicIF type,
boolean visible) |
void |
setColorToDefault(TopicIF type,
boolean topicType) |
void |
setCurrentConfigDir(String dir) |
void |
setCurrentRDBMSDir(String dir) |
void |
setCurrentTMDir(String currentTMDir) |
void |
setFontToDefault(TopicIF type,
boolean topicType) |
void |
setGeneralDoubleClick(int anAction) |
void |
setGeneralLocalityAlgorithm(int anAction) |
void |
setGeneralSingleClick(int anAction) |
protected void |
setHighlightNode(TMAbstractNode node,
Graphics g) |
void |
setIgnoreStateChangedEvent(boolean ignoreStateChangedEvent) |
void |
setInAssociationScopeFilter(TopicIF scope,
boolean useInFilter) |
void |
setLocality(int locality) |
void |
setMaxTopicNameLength(int length) |
void |
setMotionKillerDelay(int seconds) |
void |
setMotionKillerEnabled(boolean newValue) |
void |
setPanelBackgroundColour(Color aColor) |
void |
setRdfMappingFile(File file) |
void |
setScopingTopic(TopicIF aScope) |
void |
setStartTopic(TopicIF topic) |
void |
setTopicTypeShape(TopicIF type,
int i) |
void |
setTopicTypeShapePadding(TopicIF type,
int i) |
void |
setTopicTypeVisibility(TopicIF type,
int visibility) |
void |
setTopicTypeVisible(TopicIF type,
boolean visible) |
void |
setTypeColor(TopicIF type,
Color c) |
void |
setTypeExcluded(TopicIF type) |
void |
setTypeFont(TopicIF type,
Font font) |
void |
setTypeIconFilename(TopicIF type,
String string) |
void |
setTypeIncluded(TopicIF type) |
void |
shouldDisplayRoleHoverHelp(boolean newValue) |
void |
shouldDisplayScopedAssociationNames(boolean newValue) |
void |
stopMovingNodes()
Stops the motion of all nodes completely.
|
void |
undo() |
void |
updateRecentFiles(File f) |
void |
updateViewType(TopicIF type) |
void |
updateViewTypeColor(TopicIF type,
Color color) |