com.raritantechnologies.searchApp.swing
Class SwingSearchController

java.lang.Object
  extended bycom.raritantechnologies.searchApp.swing.SwingSearchController
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class SwingSearchController
extends java.lang.Object
implements java.awt.event.ActionListener

Controller element in Swing application that executes a search using RTI Framework components.

Coordinates three types of components: Search UI components, Display Control components (Paging renderers...), Result display JTextComponent elements.


Constructor Summary
SwingSearchController(SwingLayout swingLayout)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          create a RaritanPageContext from the data in the JComponent set ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingSearchController

public SwingSearchController(SwingLayout swingLayout)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
create a RaritanPageContext from the data in the JComponent set ... execute a search, create a SwingResultSet - set the document on a JTextComponent object ...

Specified by:
actionPerformed in interface java.awt.event.ActionListener