Uses of Interface
javax.usb.UsbHub

Packages that use UsbHub
com.ibm.jusb   
com.ibm.jusb.os   
com.ibm.jusb.os.linux   
com.ibm.jusb.tools.swing   
com.mcreations.usb.windows   
javax.usb Core interfaces and classes modeling USB devices, descriptors, communication pipes and requests/operations. 
javax.usb.examples   
 

Uses of UsbHub in com.ibm.jusb
 

Classes in com.ibm.jusb that implement UsbHub
 class UsbHubImp
          UsbHub implementation.
 class VirtualRootUsbHubImp
          Virtual root UsbHub implementation.
 

Methods in com.ibm.jusb that return UsbHub
 UsbHub UsbPortImp.getUsbHub()
           
 

Uses of UsbHub in com.ibm.jusb.os
 

Methods in com.ibm.jusb.os that return UsbHub
 UsbHub AbstractUsbServices.getRootUsbHub()
           
 

Uses of UsbHub in com.ibm.jusb.os.linux
 

Methods in com.ibm.jusb.os.linux that return UsbHub
 UsbHub LinuxUsbServices.getRootUsbHub()
           
 

Uses of UsbHub in com.ibm.jusb.tools.swing
 

Fields in com.ibm.jusb.tools.swing declared as UsbHub
protected  UsbHub SwingUsbView.rootHub
           
 

Methods in com.ibm.jusb.tools.swing that return UsbHub
 UsbHub UsbHubPanel.getUsbHub()
           
 

Methods in com.ibm.jusb.tools.swing with parameters of type UsbHub
protected  void SwingUsbView.createTree(UsbHub hub, DefaultMutableTreeNode node)
           
protected  DefaultMutableTreeNode SwingUsbView.getHubNode(UsbHub hub)
           
 

Constructors in com.ibm.jusb.tools.swing with parameters of type UsbHub
SwingUsbView(UsbServices services, UsbHub hub)
           
UsbHubPanel(UsbHub hub)
           
 

Uses of UsbHub in com.mcreations.usb.windows
 

Classes in com.mcreations.usb.windows that implement UsbHub
 class WindowsHubOsImp
          Windows implementation of an UsbHub is just a thin wrapper around UsbHubImp.
 

Methods in com.mcreations.usb.windows that return UsbHub
 UsbHub WindowsUsbServices.getRootUsbHub()
           
 

Uses of UsbHub in javax.usb
 

Methods in javax.usb that return UsbHub
 UsbHub UsbServices.getRootUsbHub()
          Get the virtual UsbHub to which all physical Host Controller UsbHubs are attached.
 UsbHub UsbPort.getUsbHub()
          Get the parent UsbHub.
 

Uses of UsbHub in javax.usb.examples
 

Methods in javax.usb.examples that return UsbHub
static UsbHub ShowTopology.getVirtualRootUsbHub()
          Get the virtual root UsbHub.
 



Copyright © 2012 LSST. All Rights Reserved.