IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.monitor
Class FindInAllContextsHelper

java.lang.Object
  extended by com.ibm.btt.monitor.FindInAllContextsHelper

public class FindInAllContextsHelper
extends java.lang.Object

User can search the ID/Value through all context structure.


Field Summary
static java.lang.String RELATION_CHILD
           
static java.lang.String RELATION_GRANDCHILD
           
static java.lang.String RELATION_GRANDPARENT
           
static java.lang.String RELATION_PARENT
           
static java.lang.String RELATION_SELF
           
static java.lang.String RELATION_SIBLING
           
static int TABLE_COLUMN_CONTEXT
           
static int TABLE_COLUMN_ID
           
static int TABLE_COLUMN_MAP_TO_NODE
           
static int TABLE_COLUMN_RELATION
           
static int TABLE_COLUMN_SEQUENCE
           
static int TABLE_COLUMN_SEQUENCE_IN_CONTEXT
           
static int TABLE_COLUMN_TREEPATH
           
static int TABLE_COLUMN_VALUE
           
 
Constructor Summary
FindInAllContextsHelper()
           
 
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
 

Field Detail

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

FindInAllContextsHelper

public FindInAllContextsHelper()
Method Detail

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)

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011