final class StockEditor extends Object
Stock to the
CurrentPortfolio, or to change the parameters of a Stock
which is already in the CurrentPortfolio.| Constructor and Description |
|---|
StockEditor(JFrame aFrame)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Stock |
addStock()
Return the
Stock representing a new
item which the user has input, or null if the user cancels the dialog. |
(package private) Stock |
changeStock(Stock aOldStock)
Return the possibly-edited version of aOldStock, representing
the desired changes, or null if the user cancels the dialog.
|
StockEditor(JFrame aFrame)
aFrame - parent to which dialogs of this class are attached.Stock addStock()
Stock representing a new
item which the user has input, or null if the user cancels the dialog.Stock changeStock(Stock aOldStock)
aOldStock - Stock which the end user wishes to change.Copyright Hirondelle Systems - License - Generated 2013Sep20.10.58