Uses of Interface
systems.dmx.core.model.topicmaps.ViewProps
-
Packages that use ViewProps Package Description systems.dmx.core.impl systems.dmx.core.model.topicmaps systems.dmx.core.service systems.dmx.topicmaps -
-
Uses of ViewProps in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return ViewProps Modifier and Type Method 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)
Methods in systems.dmx.core.impl with parameters of type ViewProps Modifier and Type Method Description ViewAssoc
ModelFactoryImpl. newViewAssoc(AssocModel assoc, ViewProps viewProps)
ViewTopic
ModelFactoryImpl. newViewTopic(TopicModel topic, ViewProps viewProps)
-
Uses of ViewProps in systems.dmx.core.model.topicmaps
Methods in systems.dmx.core.model.topicmaps that return ViewProps Modifier and Type Method Description ViewProps
ViewTopic. getViewProps()
ViewProps
ViewProps. set(String propUri, Object value)
-
Uses of ViewProps in systems.dmx.core.service
Methods in systems.dmx.core.service that return ViewProps Modifier and Type Method 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)
Methods in systems.dmx.core.service with parameters of type ViewProps Modifier and Type Method Description ViewAssoc
ModelFactory. newViewAssoc(AssocModel assoc, ViewProps viewProps)
ViewTopic
ModelFactory. newViewTopic(TopicModel topic, ViewProps viewProps)
-
Uses of ViewProps in systems.dmx.topicmaps
Methods in systems.dmx.topicmaps that return ViewProps Modifier and Type Method Description ViewProps
TopicmapsPlugin. getAssocViewProps(long topicmapId, long assocId)
ViewProps
TopicmapsService. getAssocViewProps(long topicmapId, long assocId)
Retrieves an assoc's standard view properties: "visibility" and "pinned".ViewProps
TopicmapsPlugin. getTopicViewProps(long topicmapId, long topicId)
ViewProps
TopicmapsService. getTopicViewProps(long topicmapId, long topicId)
Retrieves a topic's standard view properties: "x", "y", "visibility", "pinned", "width", and "height".Methods in systems.dmx.topicmaps with parameters of type ViewProps Modifier and Type Method Description void
TopicmapsPlugin. addAssocToTopicmap(long topicmapId, long assocId, ViewProps viewProps)
void
TopicmapsService. addAssocToTopicmap(long topicmapId, long assocId, ViewProps viewProps)
Adds an association to a topicmap.void
TopicmapsPlugin. addRelatedTopicToTopicmap(long topicmapId, long topicId, long assocId, ViewProps viewProps)
void
TopicmapsService. addRelatedTopicToTopicmap(long topicmapId, long topicId, long assocId, ViewProps viewProps)
void
TopicmapsPlugin. addTopicToTopicmap(long topicmapId, long topicId, ViewProps viewProps)
void
TopicmapsService. addTopicToTopicmap(long topicmapId, long topicId, ViewProps viewProps)
Adds a topic to a topicmap.Topic
TopicmapsPlugin. createTopicmap(String name, String topicmapTypeUri, ViewProps viewProps)
Topic
TopicmapsService. createTopicmap(String name, String topicmapTypeUri, ViewProps viewProps)
void
TopicmapCustomizer. customizeTopic(RelatedTopic topic, 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
TopicmapType. initTopicmapState(Topic topicmapTopic, ViewProps viewProps, CoreService dmx)
void
TopicmapsPlugin. setAssocViewProps(long topicmapId, long assocId, ViewProps viewProps)
void
TopicmapsService. setAssocViewProps(long topicmapId, long assocId, ViewProps viewProps)
void
TopicmapsPlugin. setTopicViewProps(long topicmapId, long topicId, ViewProps viewProps)
void
TopicmapsService. setTopicViewProps(long topicmapId, long topicId, ViewProps viewProps)
-