Uses of Class
org.netxms.client.maps.elements.NetworkMapElement
-
Packages that use NetworkMapElement Package Description org.netxms.client org.netxms.client.maps org.netxms.client.maps.elements -
-
Uses of NetworkMapElement in org.netxms.client
Methods in org.netxms.client that return types with arguments of type NetworkMapElement Modifier and Type Method Description Collection<NetworkMapElement>NXCObjectModificationData. getMapElements()Method parameters in org.netxms.client with type arguments of type NetworkMapElement Modifier and Type Method Description voidNXCObjectModificationData. setMapContent(Collection<NetworkMapElement> elements, Collection<NetworkMapLink> links)Set map contents -
Uses of NetworkMapElement in org.netxms.client.maps
Methods in org.netxms.client.maps that return NetworkMapElement Modifier and Type Method Description NetworkMapElement[]NetworkMapPage. getConnectedElements(long root)Get all elements connected to given elementNetworkMapElementNetworkMapPage. getElement(long elementId, Class<? extends NetworkMapElement> requiredClass)Get map element by element ID.Methods in org.netxms.client.maps that return types with arguments of type NetworkMapElement Modifier and Type Method Description Collection<NetworkMapElement>NetworkMapPage. getElements()List<NetworkMapElement>NetworkMapPage. getObjectElements()Get all object elementsMethods in org.netxms.client.maps with parameters of type NetworkMapElement Modifier and Type Method Description voidNetworkMapPage. addElement(NetworkMapElement element)Add element to mapList<NetworkMapLink>NetworkMapPage. findLinks(NetworkMapElement source, NetworkMapElement destination)Find links from source to destinationMethod parameters in org.netxms.client.maps with type arguments of type NetworkMapElement Modifier and Type Method Description voidNetworkMapPage. addAllElements(Collection<NetworkMapElement> set)Add all elements from given collectionNetworkMapElementNetworkMapPage. getElement(long elementId, Class<? extends NetworkMapElement> requiredClass)Get map element by element ID. -
Uses of NetworkMapElement in org.netxms.client.maps.elements
Subclasses of NetworkMapElement in org.netxms.client.maps.elements Modifier and Type Class Description classNetworkMapDCIContainerNetwork map element representing NetXMS DCI containerclassNetworkMapDCIImageNetwork map element representing NetXMS DCI containerclassNetworkMapDecorationDecoration element of network mapclassNetworkMapObjectNetwork map element representing NetXMS objectclassNetworkMapResourceResource (anything related to nodes but not NetXMS object - like cluster resources) displayed on mapclassNetworkMapTextBoxNetwork map element representing a text boxMethods in org.netxms.client.maps.elements that return NetworkMapElement Modifier and Type Method Description static NetworkMapElementNetworkMapElement. createMapElement(org.netxms.base.NXCPMessage msg, long baseId)Factory method for creating map element from NXCP message.
-