ppe.gui.networkspec
Class SpotPriceChoice

java.lang.Object
  extended by ppe.gui.networkspec.Choice
      extended by ppe.gui.networkspec.SpotPriceChoice

public class SpotPriceChoice
extends Choice


Constructor Summary
SpotPriceChoice()
           
 
Method Summary
 void createCC()
          This version of createCC() calls OtherCC.createComponents() but NOT OtherCC.populate().
 void depopulateCC(javax.swing.JFrame frame)
           
 java.lang.String getChoiceType()
           
 java.lang.String getLabel()
           
 double getPrice()
           
 java.lang.Object getValue()
           
 void populateCC()
           
 void repopulateCC(javax.swing.JFrame frame)
           
 void setEnabled(boolean enabled)
           
 void setSelected(boolean selected)
          Special handling is required; overrides the parent version.
 
Methods inherited from class ppe.gui.networkspec.Choice
getColumnName, getColumnWeight, getComponent, getComponent, getGridBagAnchor, getInsets, getNColumns, getToolTip, getValue, load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpotPriceChoice

public SpotPriceChoice()
Method Detail

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 -