org.apache.felix.upnp.tester.gui
Class UPnPDeviceTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
org.apache.felix.upnp.tester.gui.UPnPDeviceTreeNode
- All Implemented Interfaces:
- Serializable, Cloneable, MutableTreeNode, TreeNode
public class UPnPDeviceTreeNode
- extends DefaultMutableTreeNode
- See Also:
- Serialized Form
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
ROOT_DEVICE
public static final String ROOT_DEVICE
- See Also:
- Constant Field Values
DEVICE
public static final String DEVICE
- See Also:
- Constant Field Values
SERVICE
public static final String SERVICE
- See Also:
- Constant Field Values
ACTION
public static final String ACTION
- See Also:
- Constant Field Values
STATE
public static final String STATE
- See Also:
- Constant Field Values
EVENTED_STATE
public static final String EVENTED_STATE
- See Also:
- Constant Field Values
SUBSCRIBED_STATE
public static final String SUBSCRIBED_STATE
- See Also:
- Constant Field Values
category
protected String category
UPnPDeviceTreeNode
public UPnPDeviceTreeNode(String obj)
UPnPDeviceTreeNode
public UPnPDeviceTreeNode(DeviceNode obj,
BundleContext ctx)
UPnPDeviceTreeNode
public UPnPDeviceTreeNode(UPnPService obj)
UPnPDeviceTreeNode
public UPnPDeviceTreeNode(UPnPAction obj)
UPnPDeviceTreeNode
public UPnPDeviceTreeNode(UPnPStateVariable obj)
toString
public String toString()
- Overrides:
toString
in class DefaultMutableTreeNode
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.