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

Class FDATI.FDATI

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

public class FDATI
extends Panel
Panel for the CMU Fixture Design and Analysis Tool Interface (FDATI). This panel allows the user to load, delete and display multiple models.


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 FDATI(FDATService, Agent)
Constructor for FDATI.

Method Index

 o action(Event, Object)
Called by components to signify an effect has occurred.
 o addSystemMessage(String)
 o killMessagePanel()
 o stop()

Constructors

 o FDATI
  public FDATI(FDATService parent,
               Agent agent)
Constructor for FDATI.

Methods

 o action
  public boolean action(Event evt,
                        Object arg)
Called by components to signify an effect has occurred. Used by buttons.
Overrides:
action in class Component
 o stop
  protected void stop()
 o addSystemMessage
  protected void addSystemMessage(String message)
 o killMessagePanel
  public void killMessagePanel()

All Packages  Class Hierarchy  This Package  Previous  Next  Index