org.lyra.Interface.Options
Class HostsPanel.Interact

java.lang.Object
  extended by org.lyra.Interface.Options.HostsPanel.Interact
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
HostsPanel

private class HostsPanel.Interact
extends java.lang.Object
implements java.awt.event.ActionListener

The code separation from the user interface. This Class handles all of the complexities of making the interface interactive.

Author:
Martin Foster

Constructor Summary
HostsPanel.Interact()
          Base constructor for the class.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 void setState()
          Establishes the default values for the JList component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostsPanel.Interact

public HostsPanel.Interact()
Base constructor for the class. Nothing more then a stubb method at the moment.

Method Detail

setState

public void setState()
Establishes the default values for the JList component. Can be called upon multiple times to update from the database.


actionPerformed

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