Uses of Interface
net.ontopia.topicmaps.viz.VizTMObjectIF
-
Packages that use VizTMObjectIF Package Description net.ontopia.topicmaps.viz -
-
Uses of VizTMObjectIF in net.ontopia.topicmaps.viz
Subinterfaces of VizTMObjectIF in net.ontopia.topicmaps.viz Modifier and Type Interface Description interface
VizTMAssociationIF
INTERNAL: PRIVATE:Classes in net.ontopia.topicmaps.viz that implement VizTMObjectIF Modifier and Type Class Description class
TMAbstractEdge
INTERNAL: Common abstract superclass for all edges representing Topic Maps constructs.class
TMAssociationEdge
INTERNAL: Edge class representing binary associations as edges.class
TMAssociationNode
INTERNAL: Node class representing n-ary associations as nodes.class
TMClassInstanceAssociation
INTERNAL: Edge class used to represent "Class - Instance" associations.class
TMRoleEdge
INTERNAL: Edge class representing association roles as edges in n-ary associations connecting role player with the association node.Methods in net.ontopia.topicmaps.viz that return VizTMObjectIF Modifier and Type Method Description protected VizTMObjectIF
TopicMapView. findObject(Object object, TopicIF type)
protected VizTMObjectIF
TopicMapView. makeAssociation(AssociationIF assoc, TMTopicNode activePlayer, boolean create)
Create an associations, or, in the case of an n-ary association, if the activePlayer is not null, create the associatin node itself and then only the role that active player is involved in.Methods in net.ontopia.topicmaps.viz with parameters of type VizTMObjectIF Modifier and Type Method Description protected void
TopicMapView. addAssociation(VizTMObjectIF object)
void
TopicMapView. deleteEdge(VizTMObjectIF vizTMObject)
void
TopicMapView. deleteEdgeUndoable(VizTMObjectIF edge)
void
TopicMapView. deleteSingleEdge(VizTMObjectIF edge)
-