Uses of Class
net.ontopia.topicmaps.viz.TopicMapView

Packages that use TopicMapView
net.ontopia.topicmaps.viz   
 

Uses of TopicMapView in net.ontopia.topicmaps.viz
 

Fields in net.ontopia.topicmaps.viz declared as TopicMapView
protected  TopicMapView TMAbstractNode.topicMapView
           
 

Methods in net.ontopia.topicmaps.viz that return TopicMapView
 TopicMapView VizController.getView()
           
 TopicMapView ApplicationContext.getView()
          Get the view attached to this context
 

Methods in net.ontopia.topicmaps.viz with parameters of type TopicMapView
 void SetFocusNode.execute(TopicMapView view)
           
 void RecoveryObjectIF.execute(TopicMapView view)
           
 void DoSetTTVisibilityState.execute(TopicMapView view)
           
 void DoSetTTVisibility.execute(TopicMapView view)
           
 void DoSetLocality.execute(TopicMapView view)
           
 void DoSetInASFilterState.execute(TopicMapView view)
           
 void DoSetInASFilter.execute(TopicMapView view)
           
 void DoSetATVisibilityState.execute(TopicMapView view)
           
 void DoSetATVisibility.execute(TopicMapView view)
           
 void DoSetASStrictnessState.execute(TopicMapView view)
           
 void DoSetASStrictness.execute(TopicMapView view)
           
 void DoHideNode.execute(TopicMapView view)
           
 void DoHideEdge.execute(TopicMapView view)
           
 void DoFocusNode.execute(TopicMapView view)
           
 void DoExpandNode.execute(TopicMapView view)
           
 void DoCollapseNode.execute(TopicMapView view)
           
 void DeleteTMTopicNode.execute(TopicMapView view)
           
 void DeleteTMRoleEdge.execute(TopicMapView view)
           
 void DeleteTMClassInstanceAssociation.execute(TopicMapView view)
           
 void DeleteTMAssociationNode.execute(TopicMapView view)
           
 void DeleteTMAssociationEdge.execute(TopicMapView view)
           
 void CreateTMTopicNode.execute(TopicMapView view)
           
 void CreateTMRoleEdge.execute(TopicMapView view)
           
 void CreateTMClassInstanceAssociation.execute(TopicMapView view)
           
 void CreateTMAssociationNode.execute(TopicMapView view)
           
 void CreateTMAssociationEdge.execute(TopicMapView view)
           
 TMAbstractEdge EdgeRecoveryObjectIF.recoverEdge(TopicMapView view)
           
 TMAbstractEdge CreateTMRoleEdge.recoverEdge(TopicMapView view)
           
 TMAbstractEdge CreateTMClassInstanceAssociation.recoverEdge(TopicMapView view)
           
 TMAbstractEdge CreateTMAssociationEdge.recoverEdge(TopicMapView view)
           
 TMAbstractNode NodeRecoveryObjectIF.recoverNode(TopicMapView view)
           
 TMAbstractNode CreateTMTopicNode.recoverNode(TopicMapView view)
           
 TMAbstractNode CreateTMAssociationNode.recoverNode(TopicMapView view)
           
 void VizTopicMapConfigurationManager.setAssociationTypeLineWeight(TopicIF type, int i, TopicMapView view)
          Sets the line weight of the given association 'type' and updates 'view' accordingly.
 void VizTopicMapConfigurationManager.setAssociationTypeShape(TopicIF type, int i, TopicMapView view)
          Sets the shape of the given association 'type' and updates 'view' accordingly.
 void VizTopicMapConfigurationManager.setAssociationTypeVisible(TopicIF type, boolean visible, TopicMapView view)
          Sets the given association 'type' to be visible and updates 'view' accordingly.
 void VizTopicMapConfigurationManager.setAssociationTypeVisible(TopicIF type, int visibility, TopicMapView view)
          Sets the given association 'type' be either filtered in, filtered out or to use the filter setting of the default type.
 void VizTopicMapConfigurationManager.setColorToDefault(TopicIF type, boolean topicType, TopicMapView view)
          Sets the color of a given topic/association 'type' to the default value and updates 'view' accordingly.
 void VizTopicMapConfigurationManager.setFontToDefault(TopicIF type, boolean topicType, TopicMapView view)
          Sets the font of a given topic/association 'type' to the default value and updates 'view' accordingly.
 void VizTopicMapConfigurationManager.setTopicTypeShape(TopicIF type, int i, TopicMapView view)
          Sets the shape of the given topic 'type' and updates 'view' accordingly.
 void VizTopicMapConfigurationManager.setTopicTypeShapePadding(TopicIF type, int i, TopicMapView view)
          Sets the shape padding of the given topic 'type' and updates 'view' accordingly.
 void VizTopicMapConfigurationManager.setTypeColor(TopicIF type, java.awt.Color c, TopicMapView view)
          Sets the colour of a given 'type' and updates 'view' accordingly.
 void VizTopicMapConfigurationManager.setTypeExcluded(TopicIF type, TopicMapView view)
          Sets the given topic 'type' to be excluded and updates 'view' accordingly.
 void VizTopicMapConfigurationManager.setTypeFont(TopicIF type, java.awt.Font font, TopicMapView view)
          Sets the font of the given topic/association 'type' and updates 'view' accordingly.
 void VizTopicMapConfigurationManager.setTypeIconFilename(TopicIF type, java.lang.String string, TopicMapView view)
          Sets the name of the icon file (optional) of the given topic 'type' and updates 'view' accordingly.
 void VizTopicMapConfigurationManager.setTypeIncluded(TopicIF type, TopicMapView view)
          Sets the given topic 'type' to be included and updates 'view' accordingly.
 void VizTopicMapConfigurationManager.setTypeVisibility(TopicIF type, int visibility, TopicMapView view)
          Sets the given topic 'type' be either filtered in, filtered out or to use the filter setting of the default type.
 void VizTopicMapConfigurationManager.setTypeVisible(TopicIF type, boolean visible, TopicMapView view)
          Sets the given topic 'type' to be visible and updates 'view' accordingly.
 void ApplicationContextIF.setView(TopicMapView view)
          Set the view
 void ApplicationContext.setView(TopicMapView view)
          Set the view for this context
 

Constructors in net.ontopia.topicmaps.viz with parameters of type TopicMapView
TMAssociationNode(AssociationIF assoc, TopicIF aScopingTopic, TopicMapView topicMapView)
           
TMTopicNode(TopicIF topic, TopicIF scopingTopic, TopicMapView topicMapView)
           
 



Copyright © 2000-2012 Ontopia.