com.norbl.cbp.ppe.gui.networkspec
Class AvailabilityZoneChoice

java.lang.Object
  extended by com.norbl.cbp.ppe.gui.networkspec.Choice
      extended by com.norbl.cbp.ppe.gui.networkspec.AvailabilityZoneChoice

public class AvailabilityZoneChoice
extends Choice


Field Summary
static java.lang.String ANY_ZONE
           
 
Fields inherited from class com.norbl.cbp.ppe.gui.networkspec.Choice
ID, parentChoiceSet
 
Constructor Summary
AvailabilityZoneChoice(com.amazonaws.services.ec2.model.AvailabilityZone zone)
           
 
Method Summary
 void createCC()
          Creates a choice Component that can be added to a JPanel.
 java.lang.String getChoiceType()
           
 java.lang.String getLabel()
           
 java.lang.Object getValue()
           
 
Methods inherited from class com.norbl.cbp.ppe.gui.networkspec.Choice
getColumnName, getColumnWeight, getComponent, getComponent, getGridBagAnchor, getInsets, getNColumns, getToolTip, getValue, load, setColumnHeaderToolTip, setEnabled, setID, setParentChoiceSet, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY_ZONE

public static final java.lang.String ANY_ZONE
See Also:
Constant Field Values
Constructor Detail

AvailabilityZoneChoice

public AvailabilityZoneChoice(com.amazonaws.services.ec2.model.AvailabilityZone zone)
Parameters:
zone - if null, the zone is not specified.
Method Detail

getChoiceType

public java.lang.String getChoiceType()
Specified by:
getChoiceType in class Choice

getValue

public java.lang.Object getValue()
Specified by:
getValue in class Choice

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in class Choice

createCC

public void createCC()
Description copied from class: Choice
Creates a choice Component that can be added to a JPanel. If the component is itself a JPanel, its components are created but not loaded. That's the responsibility of the Choice.load() method.

Specified by:
createCC in class Choice