All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edsac.gui.InputGui

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----edsac.gui.InputGui

public class InputGui
extends Container
implements ActionListener

Constructor Index

 o InputGui()

Method Index

 o actionPerformed(ActionEvent)
 o getText()
returns the contents of the Input Text Area

Constructors

 o InputGui
 public InputGui()

Methods

 o getText
 public String getText()
returns the contents of the Input Text Area

 o actionPerformed
 public void actionPerformed(ActionEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index