com.ohrasys.app.gdsbrowser
Class GDSBrowserModel

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

public class GDSBrowserModel
extends com.ohrasys.app.AbstractAppModel

The GDSBrowser model responsible for parsing GDS files


Field Summary
 
Fields inherited from class com.ohrasys.app.AbstractAppModel
controller
 
Constructor Summary
GDSBrowserModel()
           
 
Method Summary
 java.awt.event.ActionEvent processEvent(java.awt.event.ActionEvent evt)
          This is a stub method.
 java.lang.String toString()
          Returns a string representation of this class
 
Methods inherited from class com.ohrasys.app.AbstractAppModel
actionPerformed, notifyController, setController
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GDSBrowserModel

public GDSBrowserModel()
Method Detail

processEvent

public java.awt.event.ActionEvent processEvent(java.awt.event.ActionEvent evt)
This is a stub method. All application data resides in the JGDSBrowser swing component. This method always returns null.

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

toString

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

Overrides:
toString in class com.ohrasys.app.AbstractAppModel
Returns:
The physical address of this instance