|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--usb.view.USBNode
|
+--usb.view.KodakNode
Represent Kodak DC-240 and DC-280 cameras. The displayed children of this node will be images from the camera.
| Field Summary |
| Fields inherited from class usb.view.USBNode |
dev, parent |
| Constructor Summary | |
KodakNode(Device dev,
javax.swing.tree.TreeNode parent)
This is the standard constructor that viewer nodes need to support. |
|
| Method Summary | |
boolean |
getAllowsChildren()
Reports that children are not allowed. |
javax.swing.tree.TreeNode |
getChildAt(int n)
Returns null. |
int |
getChildCount()
Returns zero. |
protected void |
showClassInfo(java.lang.StringBuffer buf)
This currently just shows a few fields of the camera status table. |
| Methods inherited from class usb.view.USBNode |
children, draw, getIndex, getParent, isLeaf, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public KodakNode(Device dev,
javax.swing.tree.TreeNode parent)
throws java.io.IOException
| Method Detail |
public boolean getAllowsChildren()
USBNode
getAllowsChildren in interface javax.swing.tree.TreeNodegetAllowsChildren in class USBNodepublic int getChildCount()
USBNode
getChildCount in interface javax.swing.tree.TreeNodegetChildCount in class USBNodepublic javax.swing.tree.TreeNode getChildAt(int n)
USBNode
getChildAt in interface javax.swing.tree.TreeNodegetChildAt in class USBNodeprotected 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 | |||||||||