|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicModel | |
---|---|
ontopoly.components | |
ontopoly.models | |
ontopoly.pages | |
ontopoly.utils |
Uses of TopicModel in ontopoly.components |
---|
Fields in ontopoly.components declared as TopicModel | |
---|---|
protected TopicModel<Topic> |
FieldInstanceAssociationNaryField.currentTopicModel
|
protected TopicModel<TopicType> |
AddOrRemoveTypeFunctionBoxPanel.selectedModel
|
protected TopicModel<Topic> |
FieldInstanceAssociationBinaryPanel.topicModel
|
Fields in ontopoly.components with type parameters of type TopicModel | |
---|---|
protected java.util.Map<RoleFieldModel,TopicModel<Topic>> |
FieldInstanceAssociationNaryField.selectedPlayers
|
Methods in ontopoly.components that return TopicModel | |
---|---|
abstract TopicModel<Topic> |
DeleteTopicFunctionBoxPanel.getTopicModel()
|
Constructors in ontopoly.components with parameters of type TopicModel | |
---|---|
AddOrRemoveTypeFunctionBoxPanel(java.lang.String id,
TopicModel<Topic> topicModel)
|
|
AssociationTransformFunctionBoxPanel(java.lang.String id,
TopicModel<Topic> topicModel)
|
|
CreateOrCopyInstanceFunctionBoxPanel(java.lang.String id,
TopicModel<Topic> topicModel,
TopicTypeModel topicTypeModel)
|
|
InstancePanel(java.lang.String id,
TopicModel<Topic> topicModel,
TopicTypeModel topicTypeModel,
FieldsViewModel fieldsViewModel,
boolean _isReadOnly,
boolean traversable)
|
|
TopicTypesFunctionBoxPanel(java.lang.String id,
TopicModel<Topic> topicModel,
TopicTypeModel topicTypeModel,
FieldsViewModel fieldsViewModel)
|
|
ViewsFunctionBoxPanel(java.lang.String id,
TopicModel<Topic> topicModel,
TopicTypeModel topicTypeModel,
FieldsViewModel fieldsViewModel)
|
Uses of TopicModel in ontopoly.models |
---|
Constructors in ontopoly.models with parameters of type TopicModel | |
---|---|
AvailableTopicTypesModel(TopicModel<Topic> topicModel)
|
Uses of TopicModel in ontopoly.pages |
---|
Fields in ontopoly.pages declared as TopicModel | |
---|---|
protected TopicModel<Topic> |
VizigatorPage.topicModel
|
protected TopicModel<Topic> |
EmbeddedInstancePage.topicModel
|
Methods in ontopoly.pages that return TopicModel | |
---|---|
TopicModel<Topic> |
InstancePage.getTopicModel()
|
Methods in ontopoly.pages with parameters of type TopicModel | |
---|---|
protected org.apache.wicket.model.IModel<javax.swing.tree.TreeModel> |
EmbeddedHierarchicalInstancePage.createTreeModel(TopicModel<Topic> hierarchyTopicModel,
TopicModel<Topic> currentNodeModel)
|
protected org.apache.wicket.model.IModel<javax.swing.tree.TreeModel> |
EmbeddedHierarchicalInstancePage.createTreeModel(TopicModel<Topic> hierarchyTopicModel,
TopicModel<Topic> currentNodeModel)
|
Constructors in ontopoly.pages with parameters of type TopicModel | |
---|---|
ModalInstancePage(java.lang.String id,
TopicModel<Topic> topicModel,
TopicTypeModel topicTypeModel,
FieldsViewModel fieldsViewModel)
|
Uses of TopicModel in ontopoly.utils |
---|
Constructors in ontopoly.utils with parameters of type TopicModel | |
---|---|
RoleFieldsValueComparator(TopicModel<Topic> topicModel,
java.util.List<RoleFieldModel> roleFieldModels)
|
|
RoleFieldValueComparator(TopicModel<Topic> topicModel,
RoleFieldModel roleFieldModel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |