Uses of Class
ontopoly.models.TopicMapModel
-
Packages that use TopicMapModel Package Description ontopoly.components ontopoly.pages -
-
Uses of TopicMapModel in ontopoly.components
Methods in ontopoly.components that return TopicMapModel Modifier and Type Method Description abstract TopicMapModel
DeleteTopicMapFunctionBoxPanel. getTopicMapModel()
Constructors in ontopoly.components with parameters of type TopicMapModel Constructor Description CreateInstanceFunctionBoxPanel(String id, TopicMapModel topicMapModel)
TopicMapHeaderPanel(String id, TopicMapModel model, List<MenuItem> tabMenuItem, int selectedTab)
-
Uses of TopicMapModel in ontopoly.pages
Fields in ontopoly.pages declared as TopicMapModel Modifier and Type Field Description protected TopicMapModel
NonOntopolyAbstractPage. topicMapModel
Methods in ontopoly.pages that return TopicMapModel Modifier and Type Method Description TopicMapModel
NonOntopolyAbstractPage. getTopicMapModel()
protected TopicMapModel
OntopolyAbstractPage. getTopicMapModel()
Methods in ontopoly.pages with parameters of type TopicMapModel Modifier and Type Method Description static List<MenuItem>
AbstractTypesPage. getSubMenuItems(TopicMapModel topicMapModel)
-