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

Class JavaAgent.context.LoadResourcePanel

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

public class LoadResourcePanel
extends InterfacePanel
Panel which allows a user to load a resource from a URL.


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 Class
 o ClassLabel
 o Done
 o LoadResource
 o Name
 o NameLabel
 o ResourceURL
 o Type
 o TypeLabel
 o URLLabel

Constructor Index

 o LoadResourcePanel(AgentFrame)
Creates LoadResourcePanel for a subclass of AgentFrame.

Method Index

 o action(Event, Object)
Called when an event happens.

Variables

 o LoadResource
  protected Button LoadResource
 o TypeLabel
  protected Label TypeLabel
 o Type
  protected Choice Type
 o NameLabel
  protected Label NameLabel
 o Name
  protected TextField Name
 o ClassLabel
  protected Label ClassLabel
 o Class
  protected TextField Class
 o Done
  protected Button Done
 o URLLabel
  protected Label URLLabel
 o ResourceURL
  protected TextField ResourceURL

Constructors

 o LoadResourcePanel
  public LoadResourcePanel(AgentFrame frame)
Creates LoadResourcePanel for a subclass of AgentFrame.
Parameters:
frame - The object for which the panel is created.

Methods

 o action
  public boolean action(Event evt,
                        Object arg)
Called when an event happens. Currently used to identify when buttons are pushed.
Parameters:
evt - The event which triggered the method call.
arg - Who called the method. For buttons, string name of button.
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index