Class JavaAgent.context.InterfacePanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaAgent.context.InterfacePanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----JavaAgent.context.InterfacePanel

public class InterfacePanel
extends Panel
This is the super class for all panels which provide top-level interfaces for subclasses of AgentFrame.


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.



Variable Index

 o horiz_spacing
 o parent
 o vert_spacing

Constructor Index

 o InterfacePanel(AgentFrame)
Constructs a panel for a subclass of AgentFrame.

Method Index

 o resourceChanged(String)
Called when a displayed resource has changed.
 o terminate()
Disposes of the frame and kills the panel.

Variables

 o parent
  protected AgentFrame parent
 o horiz_spacing
  protected final static int horiz_spacing
 o vert_spacing
  protected final static int vert_spacing

Constructors

 o InterfacePanel
  protected InterfacePanel(AgentFrame frame)
Constructs a panel for a subclass of AgentFrame.
Parameters:
frame - AgentFrame which the panel represents.

Methods

 o terminate
  protected void terminate()
Disposes of the frame and kills the panel.
 o resourceChanged
  protected void resourceChanged(String type)
Called when a displayed resource has changed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index