|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ChangableValue | |
| celeboss.data | This package provides all the required classes of the data model. |
| celeboss.ui | This package provides all the UI tool classes. |
| Uses of ChangableValue in celeboss.data |
| Subclasses of ChangableValue in celeboss.data | |
class |
ChangableMinMaxValue
This class represents a value that changes over time. |
class |
PercentChangableValue
This is a subclass that represents a Percentage vlaue that changes over time. |
| Methods in celeboss.data that return ChangableValue | |
ChangableValue |
Portfolio.getCashAvailable()
Return the amount of cash available for purchases |
ChangableValue |
Portfolio.getPredictedDividend()
Thepredicted dividend at the end of the dividend week. |
ChangableValue |
Portfolio.getPredictedValue()
The predicted value at the end of the trading week. |
ChangableValue |
Portfolio.getPredictedWorth()
The predicted worth at the end of the trading week. |
ChangableValue |
Portfolio.getProfit()
The current profit over the 7 days cycle. |
ChangableValue |
Portfolio.getTotalWorth()
Return the total worth of this portfolio. |
ChangableValue |
Portfolio.getWeeklyGain()
Get the percentage gain of the total worth ove rthe last 7 days. |
ChangableValue |
Celebrity.getPredictedSharePrice()
Get the predicted share price at the end of the trading week |
| Uses of ChangableValue in celeboss.ui |
| Methods in celeboss.ui with parameters of type ChangableValue | |
static javax.swing.Icon |
UIHelper.getChangableValueIcon(ChangableValue change)
Generate an icon that best represents the status of a ChangeableValue. |
static void |
UIHelper.setChangeLabel(javax.swing.JLabel label,
ChangableValue value)
This is a helper method that updates a JLabel with a changable value according to the common formatting. |
static void |
UIHelper.setChangeLabel(javax.swing.JLabel label,
java.text.NumberFormat format,
ChangableValue value)
This is a helper method that updates a JLabel with a changable value according to the common formatting. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||