org.apache.felix.upnp.tester.gui
Class UPnPDeviceTreeNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by org.apache.felix.upnp.tester.gui.UPnPDeviceTreeNode
All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode

public class UPnPDeviceTreeNode
extends DefaultMutableTreeNode

See Also:
Serialized Form

Field Summary
static String ACTION
           
protected  String category
           
static String DEVICE
           
static String EVENTED_STATE
           
static String ROOT_DEVICE
           
static String SERVICE
           
static String STATE
           
static String SUBSCRIBED_STATE
           
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
UPnPDeviceTreeNode(DeviceNode obj, BundleContext ctx)
           
UPnPDeviceTreeNode(String obj)
           
UPnPDeviceTreeNode(UPnPAction obj)
           
UPnPDeviceTreeNode(UPnPService obj)
           
UPnPDeviceTreeNode(UPnPStateVariable obj)
           
 
Method Summary
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

toString

public String toString()
Overrides:
toString in class DefaultMutableTreeNode


Copyright © 2011 Apache Software Foundation. All Rights Reserved.