wt.clients.csm.search
Class FESearchResultsLauncher

java.lang.Object
  extended bywt.clients.csm.search.FESearchResultsLauncher

public class FESearchResultsLauncher
extends Object


Field Summary
(package private)  int fcount
           
(package private)  JFrame fr
           
(package private)  String partNumber
           
protected  ResourceBundle resource
           
private  String SEARCH_RESOURCE
          String containing the Resource Bundle
(package private)  Vector sframes
           
(package private)  JTextField val
           
 
Constructor Summary
FESearchResultsLauncher(String partNumber)
           
 
Method Summary
private  void displayExceptionMessage(String key, Object[] params)
          Display the exception messages with the key plus the parameters.
private  void go()
           
protected  void initResource()
           
protected  void launchAction()
           
private  void placeInCenter(JFrame f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEARCH_RESOURCE

private final String SEARCH_RESOURCE
String containing the Resource Bundle

See Also:
Constant Field Values

resource

protected ResourceBundle resource

partNumber

String partNumber

sframes

Vector sframes

fcount

int fcount

val

JTextField val

fr

JFrame fr
Constructor Detail

FESearchResultsLauncher

public FESearchResultsLauncher(String partNumber)
Method Detail

initResource

protected void initResource()

launchAction

protected void launchAction()

go

private void go()

placeInCenter

private void placeInCenter(JFrame f)

displayExceptionMessage

private void displayExceptionMessage(String key,
                                     Object[] params)
Display the exception messages with the key plus the parameters.

Parameters:
key - Key to find the string from the resource bundle
params - Parameters passed to the value from the resource bundle