ppe.gui.networkspec
Class SpotPriceChoice
java.lang.Object
ppe.gui.networkspec.Choice
ppe.gui.networkspec.SpotPriceChoice
public class SpotPriceChoice
- extends Choice
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpotPriceChoice
public SpotPriceChoice()
getChoiceType
public java.lang.String getChoiceType()
- Specified by:
getChoiceType
in class Choice
createCC
public void createCC()
- This version of
createCC()
calls
OtherCC.createComponents()
but NOT
OtherCC.populate()
.
- Specified by:
createCC
in class Choice
populateCC
public void populateCC()
depopulateCC
public void depopulateCC(javax.swing.JFrame frame)
repopulateCC
public void repopulateCC(javax.swing.JFrame frame)
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in class Choice
getPrice
public double getPrice()
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in class Choice
setEnabled
public void setEnabled(boolean enabled)
- Overrides:
setEnabled
in class Choice
setSelected
public void setSelected(boolean selected)
- Special handling is required; overrides the parent version.
- Overrides:
setSelected
in class Choice
- Parameters:
selected
-