Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

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 oracle.ide.inspector.find.ContainerSearch

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


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 oracle.ide.inspector.find.ContainerSearch
Parameters:
c - the component to make visible.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.