Class FDATI.ResultPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class FDATI.ResultPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----FDATI.ResultPanel

public class ResultPanel
extends Panel
Panel for displaying analysis results. This panel contains a TextArea for for analysis results and a button for disposing of its parent frame.


Copyright (c) 1995, H. Robert Frost, Stanford University. All rights reserved.

Copyright (c) 1996, H. Robert Frost, Enterprise Integration Technologies, Inc. All rights reserved.

RESTRICTED RIGHTS LEGEND: Use, duplication or disclosure by the Government is subject to restrictions as set forth in subparagraph(c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and in similar clauses in the FAR and NASA FAR supplement.

This software is bound by the terms and conditions listed in the attached LICENSE file.



Constructor Index

 o ResultPanel(String, boolean, int, Vector)
Creates a new ResultPanel for displaying the passed result String.

Method Index

 o action(Event, Object)

Constructors

 o ResultPanel
  public ResultPanel(String name,
                     boolean stable,
                     int minimum,
                     Vector redundant)
Creates a new ResultPanel for displaying the passed result String.
Parameters:
results - String containing analysis results.

Methods

 o action
  public boolean action(Event evt,
                        Object arg)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index