org.openorb.notify.plugin.gui
Class NotifyDataNode

java.lang.Object
  |
  +--javax.swing.tree.DefaultMutableTreeNode
        |
        +--org.openorb.board.shared.treetable.DataNode
              |
              +--org.openorb.notify.plugin.gui.NotifyDataNode
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode

public class NotifyDataNode
extends org.openorb.board.shared.treetable.DataNode

OpenORB Management Board / Notify Data Node

Author:
Olivier Modica
See Also:
Serialized Form

Field Summary
static int ADMIN_FOLDER
          A admins folder node ( consumer or supplier )
static int ADMIN_PROPERTY
          An admin property
static int CHANNEL_FACTORY
          An event channel factory
static int CONSUMER_ADMIN
          A consumer admin
static int EVENT_CHANNEL
          An event channel
static int EVENT_FOLDER
          A events folder node ( published or subscribed )
static int F_FILTER_CONSTRAINT
          A forwarding filter constraint
static int FILTER_FOLDER
          A filter folder
static int FORWARDING_FILTER
          A forwarding filter
static int M_FILTER_CONSTRAINT
          A mapping filter constraint
static int MAPPING_FILTER
          A mapping filter
static int PROPERTY_FOLDER
          A properties folder node ( admin or QoS )
static int PROXY_CONSUMER
          A proxy push/pull consumer
static int PROXY_SUPPLIER
          A proxy push/pull supplier
static int PUBLISHED_EVENT
          A published event
static int QOS_PROPERTY
          A QoS property
static int ROOT_NODE
          A top node
static int SUBSCRIBED_EVENT
          An subscribed event
static int SUPPLIER_ADMIN
          A supplier admin
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
EMPTY_ENUMERATION
 
Constructor Summary
NotifyDataNode(int nodeType, java.lang.Object nodeValue)
          Constructor
 
Method Summary
 boolean isLeaf()
          isLeaf
 
Methods inherited from class org.openorb.board.shared.treetable.DataNode
getAllowsChildren, getLinkedTableRowIndex, getLinkedTreeNode, getNodeProperty, getNodeType, getNodeValue, setLinkedTableRowIndex, setLinkedTreeNode, setNodeProperty, setNodeType, setNodeValue
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ROOT_NODE

public static final int ROOT_NODE
A top node

CHANNEL_FACTORY

public static final int CHANNEL_FACTORY
An event channel factory

EVENT_CHANNEL

public static final int EVENT_CHANNEL
An event channel

CONSUMER_ADMIN

public static final int CONSUMER_ADMIN
A consumer admin

SUPPLIER_ADMIN

public static final int SUPPLIER_ADMIN
A supplier admin

PROXY_CONSUMER

public static final int PROXY_CONSUMER
A proxy push/pull consumer

PROXY_SUPPLIER

public static final int PROXY_SUPPLIER
A proxy push/pull supplier

FILTER_FOLDER

public static final int FILTER_FOLDER
A filter folder

FORWARDING_FILTER

public static final int FORWARDING_FILTER
A forwarding filter

MAPPING_FILTER

public static final int MAPPING_FILTER
A mapping filter

PROPERTY_FOLDER

public static final int PROPERTY_FOLDER
A properties folder node ( admin or QoS )

ADMIN_FOLDER

public static final int ADMIN_FOLDER
A admins folder node ( consumer or supplier )

EVENT_FOLDER

public static final int EVENT_FOLDER
A events folder node ( published or subscribed )

F_FILTER_CONSTRAINT

public static final int F_FILTER_CONSTRAINT
A forwarding filter constraint

M_FILTER_CONSTRAINT

public static final int M_FILTER_CONSTRAINT
A mapping filter constraint

QOS_PROPERTY

public static final int QOS_PROPERTY
A QoS property

ADMIN_PROPERTY

public static final int ADMIN_PROPERTY
An admin property

PUBLISHED_EVENT

public static final int PUBLISHED_EVENT
A published event

SUBSCRIBED_EVENT

public static final int SUBSCRIBED_EVENT
An subscribed event
Constructor Detail

NotifyDataNode

public NotifyDataNode(int nodeType,
                      java.lang.Object nodeValue)
Constructor
Method Detail

isLeaf

public boolean isLeaf()
isLeaf
Overrides:
isLeaf in class org.openorb.board.shared.treetable.DataNode