com.ibm.btt.monitor
Class FindInAllContextsHelper
java.lang.Object
com.ibm.btt.monitor.FindInAllContextsHelper
public class FindInAllContextsHelper
- extends java.lang.Object
User can search the ID/Value through all context structure.
Method Summary |
static void |
addChildren(javax.swing.tree.DefaultMutableTreeNode parent)
|
static javax.swing.JTable |
createMatchTable()
|
static java.lang.String |
getRelationText(javax.swing.tree.DefaultMutableTreeNode matchNode,
javax.swing.tree.DefaultMutableTreeNode selectedNode)
Get the relation between a match node and the selected node. |
static void |
populateMatchTableFromMatches(javax.swing.JTable matchTable,
java.util.List matches)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RELATION_CHILD
public static final java.lang.String RELATION_CHILD
- See Also:
- Constant Field Values
RELATION_GRANDCHILD
public static final java.lang.String RELATION_GRANDCHILD
- See Also:
- Constant Field Values
RELATION_PARENT
public static final java.lang.String RELATION_PARENT
- See Also:
- Constant Field Values
RELATION_GRANDPARENT
public static final java.lang.String RELATION_GRANDPARENT
- See Also:
- Constant Field Values
RELATION_SELF
public static final java.lang.String RELATION_SELF
- See Also:
- Constant Field Values
RELATION_SIBLING
public static final java.lang.String RELATION_SIBLING
- See Also:
- Constant Field Values
TABLE_COLUMN_CONTEXT
public static final int TABLE_COLUMN_CONTEXT
- See Also:
- Constant Field Values
TABLE_COLUMN_ID
public static final int TABLE_COLUMN_ID
- See Also:
- Constant Field Values
TABLE_COLUMN_RELATION
public static final int TABLE_COLUMN_RELATION
- See Also:
- Constant Field Values
TABLE_COLUMN_SEQUENCE
public static final int TABLE_COLUMN_SEQUENCE
- See Also:
- Constant Field Values
TABLE_COLUMN_SEQUENCE_IN_CONTEXT
public static final int TABLE_COLUMN_SEQUENCE_IN_CONTEXT
- See Also:
- Constant Field Values
TABLE_COLUMN_TREEPATH
public static final int TABLE_COLUMN_TREEPATH
- See Also:
- Constant Field Values
TABLE_COLUMN_MAP_TO_NODE
public static final int TABLE_COLUMN_MAP_TO_NODE
- See Also:
- Constant Field Values
TABLE_COLUMN_VALUE
public static final int TABLE_COLUMN_VALUE
- See Also:
- Constant Field Values
FindInAllContextsHelper
public FindInAllContextsHelper()
addChildren
public static void addChildren(javax.swing.tree.DefaultMutableTreeNode parent)
throws DSEObjectNotFoundException
- Throws:
DSEObjectNotFoundException
createMatchTable
public static javax.swing.JTable createMatchTable()
getRelationText
public static java.lang.String getRelationText(javax.swing.tree.DefaultMutableTreeNode matchNode,
javax.swing.tree.DefaultMutableTreeNode selectedNode)
- Get the relation between a match node and the selected node.
This relation is a displayable, meaningful string.
For example, if the match node is the parent of the selected name, we
return "parent".
- Parameters:
matchNode
- selectedNode
-
- Returns:
populateMatchTableFromMatches
public static void populateMatchTableFromMatches(javax.swing.JTable matchTable,
java.util.List matches)
(c) Copyright IBM Corporation 1998, 2010