Package | Description |
---|---|
systems.dmx.core.impl | |
systems.dmx.core.model.topicmaps | |
systems.dmx.core.service | |
systems.dmx.topicmaps |
Modifier and Type | Method and Description |
---|---|
ViewProps |
ModelFactoryImpl.newViewProps() |
ViewProps |
ModelFactoryImpl.newViewProps(boolean visibility) |
ViewProps |
ModelFactoryImpl.newViewProps(boolean visibility,
boolean pinned) |
ViewProps |
ModelFactoryImpl.newViewProps(int x,
int y) |
ViewProps |
ModelFactoryImpl.newViewProps(int x,
int y,
boolean visibility,
boolean pinned) |
ViewProps |
ModelFactoryImpl.newViewProps(org.codehaus.jettison.json.JSONObject viewProps) |
Modifier and Type | Method and Description |
---|---|
ViewAssoc |
ModelFactoryImpl.newViewAssoc(AssocModel assoc,
ViewProps viewProps) |
ViewTopic |
ModelFactoryImpl.newViewTopic(TopicModel topic,
ViewProps viewProps) |
Modifier and Type | Method and Description |
---|---|
ViewProps |
ViewTopic.getViewProps() |
ViewProps |
ViewProps.set(String propUri,
Object value) |
Modifier and Type | Method and Description |
---|---|
ViewProps |
ModelFactory.newViewProps() |
ViewProps |
ModelFactory.newViewProps(boolean visibility) |
ViewProps |
ModelFactory.newViewProps(boolean visibility,
boolean pinned) |
ViewProps |
ModelFactory.newViewProps(int x,
int y) |
ViewProps |
ModelFactory.newViewProps(int x,
int y,
boolean visibility,
boolean pinned) |
ViewProps |
ModelFactory.newViewProps(org.codehaus.jettison.json.JSONObject viewProps) |
Modifier and Type | Method and Description |
---|---|
ViewAssoc |
ModelFactory.newViewAssoc(AssocModel assoc,
ViewProps viewProps) |
ViewTopic |
ModelFactory.newViewTopic(TopicModel topic,
ViewProps viewProps) |
Modifier and Type | Method and Description |
---|---|
void |
TopicmapsService.addAssocToTopicmap(long topicmapId,
long assocId,
ViewProps viewProps)
Adds an association to a topicmap.
|
void |
TopicmapsPlugin.addAssocToTopicmap(long topicmapId,
long assocId,
ViewProps viewProps) |
void |
TopicmapsService.addRelatedTopicToTopicmap(long topicmapId,
long topicId,
long assocId,
ViewProps viewProps) |
void |
TopicmapsPlugin.addRelatedTopicToTopicmap(long topicmapId,
long topicId,
long assocId,
ViewProps viewProps) |
void |
TopicmapsService.addTopicToTopicmap(long topicmapId,
long topicId,
ViewProps viewProps)
Adds a topic to a topicmap.
|
void |
TopicmapsPlugin.addTopicToTopicmap(long topicmapId,
long topicId,
ViewProps viewProps) |
Topic |
TopicmapsService.createTopicmap(String name,
String topicmapTypeUri,
ViewProps viewProps) |
Topic |
TopicmapsPlugin.createTopicmap(String name,
String topicmapTypeUri,
ViewProps viewProps) |
void |
TopicmapsPlugin.customizeTopic(RelatedTopic topic,
ViewProps viewProps)
Note: as Topicmap is not a DMXObject no PRE_SEND event is fired, so for customizing the topicmap we use a
TopicmapCustomizer.
|
void |
TopicmapCustomizer.customizeTopic(RelatedTopic topic,
ViewProps viewProps) |
void |
TopicmapType.initTopicmapState(Topic topicmapTopic,
ViewProps viewProps,
CoreService dmx) |
void |
TopicmapsService.setAssocViewProps(long topicmapId,
long assocId,
ViewProps viewProps) |
void |
TopicmapsPlugin.setAssocViewProps(long topicmapId,
long assocId,
ViewProps viewProps) |
void |
TopicmapsService.setTopicViewProps(long topicmapId,
long topicId,
ViewProps viewProps) |
void |
TopicmapsPlugin.setTopicViewProps(long topicmapId,
long topicId,
ViewProps viewProps) |
Copyright © 2023. All Rights Reserved.