All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pl.net.linux.krzak.kchat.applet.MsgFloatingWindow

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----pl.net.linux.krzak.kchat.applet.MsgFloatingWindow

public class MsgFloatingWindow
extends Frame
implements WindowListener, ActionListener

Variable Index

 o fr
 o nick
 o text
 o title

Method Index

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

Variables

 o nick
 public String nick
 o title
 public String title
 o fr
 public Frame fr
 o text
 public TextArea text

Methods

 o setVisible
 public void setVisible(boolean state)
Overrides:
setVisible in class Component
 o windowClosing
 public void windowClosing(WindowEvent e)
 o windowClosed
 public void windowClosed(WindowEvent e)
 o windowOpened
 public void windowOpened(WindowEvent e)
 o windowIconified
 public void windowIconified(WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(WindowEvent e)
 o windowActivated
 public void windowActivated(WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(WindowEvent e)
 o actionPerformed
 public void actionPerformed(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index