All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.Popup

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----com.sun.java.swing.Popup

public class Popup
extends Window
An implementation of a Popup Window. In the future, this will have native support for doing a grab on input, making it suitable for menus and other windows which need grab capability.


Constructor Index

 o Popup(Frame)

Method Index

 o update(Graphics)

Constructors

 o Popup
 public Popup(Frame f)

Methods

 o update
 public void update(Graphics g)
Overrides:
update in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index