Uses of Class
org.neotropic.kuwaiba.visualization.api.BusinessObjectViewEdge
-
-
Uses of BusinessObjectViewEdge in com.neotropic.kuwaiba.modules.commercial.ospman.api
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.api that return BusinessObjectViewEdge Modifier and Type Method Description BusinessObjectViewEdge
MapEdge. getViewEdge()
Gets the view edge.Methods in com.neotropic.kuwaiba.modules.commercial.ospman.api with parameters of type BusinessObjectViewEdge Modifier and Type Method Description MapEdge
MapProvider. addEdge(BusinessObjectViewEdge viewEdge)
Adds an edge to map.void
MapProvider. removeEdge(BusinessObjectViewEdge viewEdge)
Removes an edge to map.Method parameters in com.neotropic.kuwaiba.modules.commercial.ospman.api with type arguments of type BusinessObjectViewEdge Modifier and Type Method Description void
MapProvider. setPathSelectionMode(BiConsumer<List<BusinessObjectViewEdge>,Runnable> callbackPathSelectionComplete)
Sets the path selection mode. -
Uses of BusinessObjectViewEdge in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
Constructor parameters in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs with type arguments of type BusinessObjectViewEdge Constructor Description WindowContainers(List<BusinessObjectViewEdge> edges, ApplicationEntityManager aem, BusinessEntityManager bem, MetadataEntityManager mem, TranslationService ts, Runnable callbackPathSelectionCancel, boolean isContainer)
-
Uses of BusinessObjectViewEdge in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google that return BusinessObjectViewEdge Modifier and Type Method Description BusinessObjectViewEdge
GoogleMapsEdgeSelectionManager. getFirstSelectedItem()
BusinessObjectViewEdge
GoogleMapEdge. getViewEdge()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google that return types with arguments of type BusinessObjectViewEdge Modifier and Type Method Description List<BusinessObjectViewEdge>
GoogleMapsEdgeSelectionManager. getSelectedItems()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google with parameters of type BusinessObjectViewEdge Modifier and Type Method Description MapEdge
GoogleMapsMapProvider. addEdge(BusinessObjectViewEdge viewEdge)
void
GoogleMapsEdgeSelectionManager. deselect(BusinessObjectViewEdge... items)
void
GoogleMapsMapProvider. removeEdge(BusinessObjectViewEdge viewEdge)
void
GoogleMapsEdgeSelectionManager. select(BusinessObjectViewEdge... items)
Method parameters in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google with type arguments of type BusinessObjectViewEdge Modifier and Type Method Description void
PathSelectionHelper. setCallbackPathSelectionComplete(BiConsumer<List<BusinessObjectViewEdge>,Runnable> callbackPathSelectionComplete)
void
GoogleMapsMapProvider. setPathSelectionMode(BiConsumer<List<BusinessObjectViewEdge>,Runnable> callbackPathSelectionComplete)
Constructors in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google with parameters of type BusinessObjectViewEdge Constructor Description GoogleMapEdge(BusinessObjectViewEdge viewEdge, MetadataEntityManager mem, TranslationService ts, MapProvider mapProvider)
Constructor parameters in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google with type arguments of type BusinessObjectViewEdge Constructor Description GoogleMapsEdgeSelectionManager(HashMap<BusinessObjectViewEdge,GoogleMapEdge> edges)
PathSelectionHelper(BiConsumer<List<BusinessObjectViewEdge>,Runnable> callbackPathSelectionComplete, com.neotropic.flow.component.googlemap.GoogleMap googleMap, Collection<GoogleMapNode> nodes, Collection<GoogleMapEdge> edges)
-