com.ohrasys.app.gdsbrowser
Class GDSBrowserView

java.lang.Object
  extended by com.ohrasys.app.AbstractAppView
      extended by com.ohrasys.app.gdsbrowser.GDSBrowserView
All Implemented Interfaces:
com.ohrasys.app.AppControllerEventListener, java.awt.event.ActionListener, java.util.EventListener

public class GDSBrowserView
extends com.ohrasys.app.AbstractAppView
implements java.awt.event.ActionListener

The graphical user interface for GDSBrowser


Field Summary
 
Fields inherited from class com.ohrasys.app.AbstractAppView
controller
 
Constructor Summary
GDSBrowserView()
          Creates a new GDSBrowserView object.
 
Method Summary
 java.awt.event.ActionEvent processEvent(java.awt.event.ActionEvent evt)
          Responsible for processing events sent to the view.
 void show()
          Displays the view
 java.lang.String toString()
          Returns a string representation of this object
 
Methods inherited from class com.ohrasys.app.AbstractAppView
actionPerformed, notifyController, setController
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Constructor Detail

GDSBrowserView

public GDSBrowserView()
Creates a new GDSBrowserView object.

Method Detail

processEvent

public java.awt.event.ActionEvent processEvent(java.awt.event.ActionEvent evt)
Responsible for processing events sent to the view. Such events include updating the display of the logfile and GDS file as well as displaying information and error dialog boxes.

Specified by:
processEvent in class com.ohrasys.app.AbstractAppView
Parameters:
evt - The event to process
Returns:
The action representing the response to the incoming action or null if no response is required

show

public void show()
Displays the view


toString

public java.lang.String toString()
Returns a string representation of this object

Overrides:
toString in class com.ohrasys.app.AbstractAppView
Returns:
The physical address of this object