Java Platform 1.2
Beta 4

Uses of Class
java.awt.Window

Packages that use Window
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.  
 

Uses of Window in com.sun.java.swing
 

Subclasses of Window in com.sun.java.swing
  JDialog
          The main class for creating a dialog window.
  JFrame
          An extended version of java.awt.
  JWindow
          A JWindow is a container that can be displayed anywhere on the user's desktop.
 

Methods in com.sun.java.swing that return Window
static Window SwingUtilities.windowForComponent(Component aComponent)
          Return aComponent's window
 

Uses of Window in java.awt
 

Subclasses of Window in java.awt
  Dialog
          A class that produces a dialog - a window that takes input from the user.
  FileDialog
          The FileDialog class displays a dialog window from which the user can select a file.
  Frame
          A Frame is a top-level window with a title and a border.
 

Methods in java.awt that return Window
 Window Window.getOwner()
          Returns the owner of this window.
 Window[] Window.getOwnedWindows()
          Return an array containing all the windows this window currently owns.
 

Methods in java.awt with parameters of type Window
protected abstract  java.awt.peer.WindowPeer Toolkit.createWindow(Window target)
          Creates this toolkit's implementation of Window using the specified peer interface.
 

Constructors in java.awt with parameters of type Window
Window.Window(Window owner)
          Constructs a new invisible window with the specified window as its owner.
 

Uses of Window in java.awt.event
 

Methods in java.awt.event that return Window
 Window WindowEvent.getWindow()
          Returns the originator of the event.
 

Constructors in java.awt.event with parameters of type Window
WindowEvent.WindowEvent(Window source, int id)
          Constructs a WindowEvent object.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.