StocksMonitor 1.5.0

hirondelle.stocks.main
Class StocksMonitorMainWindow

Object
  extended by StocksMonitorMainWindow
All Implemented Interfaces:
Observer

final class StocksMonitorMainWindow
extends Object
implements Observer

Main window for this application.

All services of this application are obtained through the GUI presented by this class. All other windows are dialogs attached to this class. As such, this uses almost all classes in this package, either directly or indirectly.

The layout of the window is typical for a simple GUI application :


Constructor Summary
StocksMonitorMainWindow()
          Construct this application's main window.
 
Method Summary
 void update(Observable aObservable, Object aData)
          Synchronize the state of this window with the state of the CurrentPortfolio, or with GeneralLookPreferencesEditor for the general look-and-feel of the application.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StocksMonitorMainWindow

public StocksMonitorMainWindow()
Construct this application's main window.

Method Detail

update

public void update(Observable aObservable,
                   Object aData)
Synchronize the state of this window with the state of the CurrentPortfolio, or with GeneralLookPreferencesEditor for the general look-and-feel of the application.

The name of the CurrentPortfolio is reflected in the title bar. As well, a trailing asterisk will indicate that there are unsaved edits.

Specified by:
update in interface Observer

StocksMonitor 1.5.0

Copyright Hirondelle Systems - License - Generated 2008Jul12.10.53