|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--usb.view.USBNode | +--usb.view.HubNode
Instance of this class represent USB Hub nodes. It's used internally to the viewer.
Field Summary |
Fields inherited from class usb.view.USBNode |
dev, parent |
Method Summary | |
boolean |
getAllowsChildren()
Reports that children are not allowed. |
javax.swing.tree.TreeNode |
getChildAt(int n)
Returns null. |
int |
getChildCount()
Returns zero. |
int |
getIndex(javax.swing.tree.TreeNode n)
Not implemented. |
protected void |
showClassInfo(java.lang.StringBuffer buf)
Displays hub class information, including current port status. |
Methods inherited from class usb.view.USBNode |
children, draw, getParent, isLeaf, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public boolean getAllowsChildren()
USBNode
getAllowsChildren
in interface javax.swing.tree.TreeNode
getAllowsChildren
in class USBNode
public int getChildCount()
USBNode
getChildCount
in interface javax.swing.tree.TreeNode
getChildCount
in class USBNode
public javax.swing.tree.TreeNode getChildAt(int n)
USBNode
getChildAt
in interface javax.swing.tree.TreeNode
getChildAt
in class USBNode
public int getIndex(javax.swing.tree.TreeNode n)
USBNode
getIndex
in interface javax.swing.tree.TreeNode
getIndex
in class USBNode
protected void showClassInfo(java.lang.StringBuffer buf)
showClassInfo
in class USBNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |