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
-
content
-
-
AllowingPartIdFrame(InfoPart, String, PacSessionManager)
-
-
actionPerformed(ActionEvent)
-
-
windowActivated(WindowEvent)
-
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
-
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
-
content
public InfoPart content
AllowingPartIdFrame
public AllowingPartIdFrame(InfoPart ip,
String session,
PacSessionManager psm)
windowClosing
public void windowClosing(WindowEvent event)
windowOpened
public void windowOpened(WindowEvent e)
windowActivated
public void windowActivated(WindowEvent e)
windowDeactivated
public void windowDeactivated(WindowEvent e)
windowIconified
public void windowIconified(WindowEvent e)
windowDeiconified
public void windowDeiconified(WindowEvent e)
windowClosed
public void windowClosed(WindowEvent e)
actionPerformed
public void actionPerformed(ActionEvent evt)
All Packages Class Hierarchy This Package Previous Next Index