wt.clients.csm.search
Class SearchResultsLauncher

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

public class SearchResultsLauncher
extends Object


Field Summary
private static boolean debug
           
(package private)  int fcount
           
(package private)  NavigationStructureSelector nsSelector
           
protected  ResourceBundle resource
           
private  String SEARCH_RESOURCE
          String containing the Resource Bundle
(package private)  NavigationService serviceObject
           
(package private)  Vector sframes
           
(package private)  NavStructListView structure
           
(package private)  String structureName
           
 
Constructor Summary
SearchResultsLauncher(String structureName)
           
 
Method Summary
private  NavigationStructureSelector createSelector()
           
private  void displayExceptionMessage(String key, Object[] params)
          Display the exception messages with the key plus the parameters.
protected  NavStructListView getNavigationStructure()
           
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

debug

private static final boolean debug

resource

protected ResourceBundle resource

structureName

String structureName

structure

NavStructListView structure

serviceObject

NavigationService serviceObject

nsSelector

NavigationStructureSelector nsSelector

sframes

Vector sframes

fcount

int fcount
Constructor Detail

SearchResultsLauncher

public SearchResultsLauncher(String structureName)
Method Detail

initResource

protected void initResource()

getNavigationStructure

protected NavStructListView getNavigationStructure()

createSelector

private NavigationStructureSelector createSelector()

launchAction

protected void launchAction()

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