|
||||||||||
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 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(String id,
TopicModel<Topic> topicModel)
|
|
AssociationTransformFunctionBoxPanel(String id,
TopicModel<Topic> topicModel)
|
|
CreateOrCopyInstanceFunctionBoxPanel(String id,
TopicModel<Topic> topicModel,
TopicTypeModel topicTypeModel)
|
|
InstancePanel(String id,
TopicModel<Topic> topicModel,
TopicTypeModel topicTypeModel,
FieldsViewModel fieldsViewModel,
boolean _isReadOnly,
boolean traversable)
|
|
TopicTypesFunctionBoxPanel(String id,
TopicModel<Topic> topicModel,
TopicTypeModel topicTypeModel,
FieldsViewModel fieldsViewModel)
|
|
ViewsFunctionBoxPanel(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<TreeModel> |
EmbeddedHierarchicalInstancePage.createTreeModel(TopicModel<Topic> hierarchyTopicModel,
TopicModel<Topic> currentNodeModel)
|
protected org.apache.wicket.model.IModel<TreeModel> |
EmbeddedHierarchicalInstancePage.createTreeModel(TopicModel<Topic> hierarchyTopicModel,
TopicModel<Topic> currentNodeModel)
|
Constructors in ontopoly.pages with parameters of type TopicModel | |
---|---|
ModalInstancePage(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,
List<RoleFieldModel> roleFieldModels)
|
|
RoleFieldValueComparator(TopicModel<Topic> topicModel,
RoleFieldModel roleFieldModel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |