Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.dt.patterns.piLayout.gui
Class TabbedGuiContainerSearch

java.lang.Object
  extended by oracle.ide.inspector.find.ContainerSearch
      extended by oracle.apps.fnd.applcore.dt.patterns.piLayout.gui.TabbedGuiContainerSearch

public class TabbedGuiContainerSearch
extends ContainerSearch

Class that acts allows search in custom gui components containing tabs.

Author:
David Groves <david.groves@oracle.com>

Constructor Summary
TabbedGuiContainerSearch(java.awt.Container container)
          Construct the class.
 
Method Summary
 void makeFoundComponentVisible(java.awt.Component c)
          Override if necessary to provide custom logic to make the found component visible.
 
Methods inherited from class oracle.ide.inspector.find.ContainerSearch
attachTo, createSearchIterator, findText, fromContainer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabbedGuiContainerSearch

public TabbedGuiContainerSearch(java.awt.Container container)
Construct the class.

Parameters:
container - contained to search in.
Method Detail

makeFoundComponentVisible

public void makeFoundComponentVisible(java.awt.Component c)
Override if necessary to provide custom logic to make the found component visible. This implementation will make visible the tabe that the found component is in.

Overrides:
makeFoundComponentVisible in class ContainerSearch
Parameters:
c - the component to make visible.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.