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

E22562-03

oracle.apps.fnd.applcore.dt.common.ui
Class LovPanel.SearchRunnable

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.common.ui.LovPanel.SearchRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
LovPanel

public class LovPanel.SearchRunnable
extends java.lang.Object
implements java.lang.Runnable

Inner class for implementing the thread for search processing.


Constructor Summary
LovPanel.SearchRunnable(SearchProgress progress, SearchCategory category, java.lang.String text)
          Construction method for this thread.
 
Method Summary
 void run()
          Method run implemented from interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LovPanel.SearchRunnable

public LovPanel.SearchRunnable(SearchProgress progress,
                               SearchCategory category,
                               java.lang.String text)
Construction method for this thread.

Parameters:
progress - Object to track the progress of the search.
category - The category chosen for search.
text - The search text.
Method Detail

run

public void run()
Method run implemented from interface.

Specified by:
run in interface java.lang.Runnable

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.