Uses of Class
org.netxms.client.objecttools.ObjectTool
-
Packages that use ObjectTool Package Description org.netxms.client org.netxms.client.objecttools -
-
Uses of ObjectTool in org.netxms.client
Methods in org.netxms.client that return types with arguments of type ObjectTool Modifier and Type Method Description List<ObjectTool>NXCSession. getObjectTools()Get list of configured object toolsMethod parameters in org.netxms.client with type arguments of type ObjectTool Modifier and Type Method Description ObjectToolFolderNXCSession. createToolTree(List<ObjectTool> tools)Create object tool tree -
Uses of ObjectTool in org.netxms.client.objecttools
Subclasses of ObjectTool in org.netxms.client.objecttools Modifier and Type Class Description classObjectToolDetailsDetailed information about object toolMethods in org.netxms.client.objecttools with parameters of type ObjectTool Modifier and Type Method Description voidObjectToolFolder. addTool(ObjectTool t)Add tool to folder
-