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 ViewPropsModelFactoryImpl. newViewProps()ViewPropsModelFactoryImpl. newViewProps(boolean visibility)ViewPropsModelFactoryImpl. newViewProps(boolean visibility, boolean pinned)ViewPropsModelFactoryImpl. newViewProps(int x, int y)ViewPropsModelFactoryImpl. newViewProps(int x, int y, boolean visibility, boolean pinned)ViewPropsModelFactoryImpl. newViewProps(org.codehaus.jettison.json.JSONObject viewProps)Methods in systems.dmx.core.impl with parameters of type ViewProps Modifier and Type Method Description ViewAssocModelFactoryImpl. newViewAssoc(AssocModel assoc, ViewProps viewProps)ViewTopicModelFactoryImpl. 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 ViewPropsViewTopic. getViewProps()ViewPropsViewProps. 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 ViewPropsModelFactory. newViewProps()ViewPropsModelFactory. newViewProps(boolean visibility)ViewPropsModelFactory. newViewProps(boolean visibility, boolean pinned)ViewPropsModelFactory. newViewProps(int x, int y)ViewPropsModelFactory. newViewProps(int x, int y, boolean visibility, boolean pinned)ViewPropsModelFactory. newViewProps(org.codehaus.jettison.json.JSONObject viewProps)Methods in systems.dmx.core.service with parameters of type ViewProps Modifier and Type Method Description ViewAssocModelFactory. newViewAssoc(AssocModel assoc, ViewProps viewProps)ViewTopicModelFactory. 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 ViewPropsTopicmapsPlugin. getAssocViewProps(long topicmapId, long assocId)ViewPropsTopicmapsService. getAssocViewProps(long topicmapId, long assocId)Retrieves an assoc's standard view properties: "visibility" and "pinned".ViewPropsTopicmapsPlugin. getTopicViewProps(long topicmapId, long topicId)ViewPropsTopicmapsService. 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 voidTopicmapsPlugin. addAssocToTopicmap(long topicmapId, long assocId, ViewProps viewProps)voidTopicmapsService. addAssocToTopicmap(long topicmapId, long assocId, ViewProps viewProps)Adds an association to a topicmap.voidTopicmapsPlugin. addRelatedTopicToTopicmap(long topicmapId, long topicId, long assocId, ViewProps viewProps)voidTopicmapsService. addRelatedTopicToTopicmap(long topicmapId, long topicId, long assocId, ViewProps viewProps)voidTopicmapsPlugin. addTopicToTopicmap(long topicmapId, long topicId, ViewProps viewProps)voidTopicmapsService. addTopicToTopicmap(long topicmapId, long topicId, ViewProps viewProps)Adds a topic to a topicmap.TopicTopicmapsPlugin. createTopicmap(String name, String topicmapTypeUri, ViewProps viewProps)TopicTopicmapsService. createTopicmap(String name, String topicmapTypeUri, ViewProps viewProps)voidTopicmapCustomizer. customizeTopic(RelatedTopic topic, ViewProps viewProps)voidTopicmapsPlugin. 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.voidTopicmapType. initTopicmapState(Topic topicmapTopic, ViewProps viewProps, CoreService dmx)voidTopicmapsPlugin. setAssocViewProps(long topicmapId, long assocId, ViewProps viewProps)voidTopicmapsService. setAssocViewProps(long topicmapId, long assocId, ViewProps viewProps)voidTopicmapsPlugin. setTopicViewProps(long topicmapId, long topicId, ViewProps viewProps)voidTopicmapsService. setTopicViewProps(long topicmapId, long topicId, ViewProps viewProps)
-