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 BusinessObjectViewEdgeMapEdge. getViewEdge()Gets the view edge.Methods in com.neotropic.kuwaiba.modules.commercial.ospman.api with parameters of type BusinessObjectViewEdge Modifier and Type Method Description MapEdgeMapProvider. addEdge(BusinessObjectViewEdge viewEdge)Adds an edge to map.voidMapProvider. 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 voidMapProvider. 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, EditConnectionsVisualAction editConnectionEndPointsWidget) -
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 BusinessObjectViewEdgeGoogleMapsEdgeSelectionManager. getFirstSelectedItem()BusinessObjectViewEdgeGoogleMapEdge. 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 MapEdgeGoogleMapsMapProvider. addEdge(BusinessObjectViewEdge viewEdge)voidGoogleMapsEdgeSelectionManager. deselect(BusinessObjectViewEdge... items)voidGoogleMapsMapProvider. removeEdge(BusinessObjectViewEdge viewEdge)voidGoogleMapsEdgeSelectionManager. 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 voidPathSelectionHelper. setCallbackPathSelectionComplete(BiConsumer<List<BusinessObjectViewEdge>,Runnable> callbackPathSelectionComplete)voidGoogleMapsMapProvider. 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) -
Uses of BusinessObjectViewEdge in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol that return BusinessObjectViewEdge Modifier and Type Method Description BusinessObjectViewEdgeOlEdgeSelectionManager. getFirstSelectedItem()BusinessObjectViewEdgeFeatureEdge. getViewEdge()Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol that return types with arguments of type BusinessObjectViewEdge Modifier and Type Method Description List<BusinessObjectViewEdge>OlEdgeSelectionManager. getSelectedItems()Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol with parameters of type BusinessObjectViewEdge Modifier and Type Method Description MapEdgeAbstractOlTileLayerProvider. addEdge(BusinessObjectViewEdge viewEdge)voidOlEdgeSelectionManager. deselect(BusinessObjectViewEdge... items)voidAbstractOlTileLayerProvider. removeEdge(BusinessObjectViewEdge viewEdge)voidOlEdgeSelectionManager. select(BusinessObjectViewEdge... items)Method parameters in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol with type arguments of type BusinessObjectViewEdge Modifier and Type Method Description voidOlPathSelectionHelper. setConsumerPathSelectionComplete(BiConsumer<List<BusinessObjectViewEdge>,Runnable> consumerPathSelectionComplete)voidAbstractOlTileLayerProvider. setPathSelectionMode(BiConsumer<List<BusinessObjectViewEdge>,Runnable> callbackPathSelectionComplete)Constructors in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol with parameters of type BusinessObjectViewEdge Constructor Description FeatureEdge(BusinessObjectViewEdge viewEdge, MapProvider mapProvider, com.neotropic.flow.component.olmap.VectorSource vectorSource, MetadataEntityManager mem, TranslationService ts, String textBackgroundFillColor, String styleTextFillColor, String selectedStyleTextBackgroundFillColor, String styleTextFontSize, double styleTextMinZoom)
-