|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.apache.felix.upnp.tester.gui.UPnPDeviceTreeNode
public class UPnPDeviceTreeNode
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 |
---|
public static final String ROOT_DEVICE
public static final String DEVICE
public static final String SERVICE
public static final String ACTION
public static final String STATE
public static final String EVENTED_STATE
public static final String SUBSCRIBED_STATE
protected String category
Constructor Detail |
---|
public UPnPDeviceTreeNode(String obj)
public UPnPDeviceTreeNode(DeviceNode obj, BundleContext ctx)
public UPnPDeviceTreeNode(UPnPService obj)
public UPnPDeviceTreeNode(UPnPAction obj)
public UPnPDeviceTreeNode(UPnPStateVariable obj)
Method Detail |
---|
public String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |