|
StocksMonitor 1.5.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectStocksMonitorMainWindow
final class StocksMonitorMainWindow
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 |
|---|
public StocksMonitorMainWindow()
| Method Detail |
|---|
public void update(Observable aObservable,
Object aData)
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.
update in interface Observer
|
StocksMonitor 1.5.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||