ppe.gui
Class Ec2ParamEditor

java.lang.Object
  extended by ppe.gui.Ec2ParamEditor
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.WindowStateListener, java.util.EventListener, javax.swing.event.HyperlinkListener

public class Ec2ParamEditor
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.HyperlinkListener, java.awt.event.WindowStateListener

Used to enter or modify ec2 params that are stored in the config file ec2-config. (Note that ParamsEc2 contains all the params that are associated with launching and managing instances but most are not in the config. This class only handles that params that are stored.)

This class sets contains all the information and text blocks to be displayed, but does not create the gui. That's done by Ec2ParamEditorFrame.


Nested Class Summary
static class Ec2ParamEditor.EntryControl
           
 
Field Summary
 boolean isRunning
           
 
Constructor Summary
Ec2ParamEditor(PPEManager ppeManager)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void create()
           
 void hyperlinkUpdate(javax.swing.event.HyperlinkEvent e)
           
 void windowStateChanged(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isRunning

public boolean isRunning
Constructor Detail

Ec2ParamEditor

public Ec2ParamEditor(PPEManager ppeManager)
Method Detail

create

public void create()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

windowStateChanged

public void windowStateChanged(java.awt.event.WindowEvent e)
Specified by:
windowStateChanged in interface java.awt.event.WindowStateListener

hyperlinkUpdate

public void hyperlinkUpdate(javax.swing.event.HyperlinkEvent e)
Specified by:
hyperlinkUpdate in interface javax.swing.event.HyperlinkListener