ppe.gui
Class Ec2ParamEditor
java.lang.Object
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
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isRunning
public boolean isRunning
Ec2ParamEditor
public Ec2ParamEditor(PPEManager ppeManager)
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