Uses of Class
org.apache.felix.upnp.tester.discovery.DeviceNode

Packages that use DeviceNode
org.apache.felix.upnp.tester.discovery   
org.apache.felix.upnp.tester.gui   
 

Uses of DeviceNode in org.apache.felix.upnp.tester.discovery
 

Methods in org.apache.felix.upnp.tester.discovery that return DeviceNode
 DeviceNode DeviceNode.dethatch(java.lang.String name)
           
 DeviceNode DeviceNode.isAttachable(DeviceNode node)
           
 DeviceNode DeviceNode.search(java.lang.String name)
           
 

Methods in org.apache.felix.upnp.tester.discovery with parameters of type DeviceNode
 boolean DevicesList.add(DeviceNode dev)
           
 void DeviceChangeListener.addedDevice(DeviceNode dn)
           
 void DeviceNode.attach(DeviceNode node)
           
 void DeviceNodeListener.deviceDetected(DeviceNode d)
           
 DeviceNode DeviceNode.isAttachable(DeviceNode node)
           
 boolean DevicesList.remove(DeviceNode dev)
           
 void DeviceChangeListener.removedDevice(DeviceNode dn)
           
 

Uses of DeviceNode in org.apache.felix.upnp.tester.gui
 

Methods in org.apache.felix.upnp.tester.gui with parameters of type DeviceNode
 void TreeViewer.deviceDetected(DeviceNode node)
           
 

Constructors in org.apache.felix.upnp.tester.gui with parameters of type DeviceNode
UPnPDeviceTreeNode(DeviceNode obj, org.osgi.framework.BundleContext ctx)