All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.env.presentation.AllowingPartIdFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ncsa.env.presentation.AllowingPartIdFrame

public class AllowingPartIdFrame
extends Frame
implements WindowListener, ActionListener

Variable Index

 o content

Constructor Index

 o AllowingPartIdFrame(InfoPart, String, PacSessionManager)

Method Index

 o actionPerformed(ActionEvent)
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Variables

 o content
 public InfoPart content

Constructors

 o AllowingPartIdFrame
 public AllowingPartIdFrame(InfoPart ip,
                            String session,
                            PacSessionManager psm)

Methods

 o windowClosing
 public void windowClosing(WindowEvent event)
 o windowOpened
 public void windowOpened(WindowEvent e)
 o windowActivated
 public void windowActivated(WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(WindowEvent e)
 o windowIconified
 public void windowIconified(WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(WindowEvent e)
 o windowClosed
 public void windowClosed(WindowEvent e)
 o actionPerformed
 public void actionPerformed(ActionEvent evt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index