|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--javax.swing.tree.DefaultMutableTreeNode
|
+--org.openorb.board.shared.treetable.DataNode
|
+--org.openorb.trader.plugin.gui.TradingDataNode
OpenORB Management Board / Trading Service data node
| Field Summary | |
static int |
FOLDER
A folder |
static int |
LINK
A link |
static int |
OFFER
An offer |
static int |
OFFER_FOLDER
An offer folder (contains offers of the same type) |
static int |
PREFERENCE
A well-known preference property ( name, value ) |
static int |
PREFERENCE_FOLDER
A preference folder |
static int |
PROPERTY
A property ( name, value ) |
static int |
PROXY_FOLDER
A proxy folder (contains proxy offers of the same type) |
static int |
PROXY_OFFER
A proxy offer |
static int |
QUERY
A query |
static int |
RESULT
A query result |
static int |
ROOT_NODE
A top node |
static int |
SERVICE_TYPE
A service |
static int |
TRADING_SERVICE
A trading service |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
EMPTY_ENUMERATION |
| Constructor Summary | |
TradingDataNode(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 |
public static final int ROOT_NODE
public static final int TRADING_SERVICE
public static final int OFFER
public static final int PROXY_OFFER
public static final int SERVICE_TYPE
public static final int FOLDER
public static final int QUERY
public static final int LINK
public static final int RESULT
public static final int OFFER_FOLDER
public static final int PROXY_FOLDER
public static final int PREFERENCE_FOLDER
public static final int PROPERTY
public static final int PREFERENCE
| Constructor Detail |
public TradingDataNode(int nodeType,
java.lang.Object nodeValue)
| Method Detail |
public boolean isLeaf()
isLeaf in class org.openorb.board.shared.treetable.DataNode
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||