IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.monitor
Class Find

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

public class Find
extends java.lang.Object

Find will show the two find button in the Monitor Panel. When user click each button will invoker Find and Find Result two function.


Constructor Summary
Find(ContextTreePanel contextTreePanel, ContextPanel contextPanel)
           
 
Method Summary
protected  void find()
          Find the elements that match the specified id's and values.
protected  void findInAllContexts(java.lang.String findId, java.util.regex.Pattern idPattern, java.lang.String findValue, java.util.regex.Pattern valuePattern)
          Find the id and value in all contexts.
protected  void findInCurrentContext(java.lang.String findId, java.util.regex.Pattern idPattern, java.lang.String findValue, java.util.regex.Pattern valuePattern)
           
 FindInAllContextsResultsDialog getFindInAllContextsResultsDialog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find

public Find(ContextTreePanel contextTreePanel,
            ContextPanel contextPanel)
Method Detail

find

protected void find()
             throws DSEInvalidRequestException
Find the elements that match the specified id's and values.

Throws:
DSEInvalidRequestException

findInAllContexts

protected void findInAllContexts(java.lang.String findId,
                                 java.util.regex.Pattern idPattern,
                                 java.lang.String findValue,
                                 java.util.regex.Pattern valuePattern)
                          throws DSEInvalidRequestException
Find the id and value in all contexts.

Parameters:
findId -
idPattern -
findValue -
valuePattern -
Throws:
DSEInvalidRequestException

findInCurrentContext

protected void findInCurrentContext(java.lang.String findId,
                                    java.util.regex.Pattern idPattern,
                                    java.lang.String findValue,
                                    java.util.regex.Pattern valuePattern)

getFindInAllContextsResultsDialog

public FindInAllContextsResultsDialog getFindInAllContextsResultsDialog()
Returns:
Returns the findInAllContextsResultsDialog.

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011