All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class crw.awt.PopFrameWithButton

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----crw.awt.PopFrame
                                           |
                                           +----crw.awt.PopFrameWithButton

public abstract class PopFrameWithButton
extends PopFrame
PopFrameWithButton.java Class to create a pop-up frame window using a button click. Created: Thu May 27 Modified: 08-02-1999

Version:
1.1
Author:
Wie group

Constructor Index

 o PopFrameWithButton()
 o PopFrameWithButton(String)
 o PopFrameWithButton(String, boolean, String)
 o PopFrameWithButton(String, String)

Method Index

 o getPopFrameButton()
Returns the PopFrameButton object associated with this window.
 o processInput()
Subclass must implement this to process any input.

Constructors

 o PopFrameWithButton
 public PopFrameWithButton(String title,
                           boolean resizable,
                           String btnLabel)
 o PopFrameWithButton
 public PopFrameWithButton(String title,
                           String btnLabel)
 o PopFrameWithButton
 public PopFrameWithButton(String title)
 o PopFrameWithButton
 public PopFrameWithButton()

Methods

 o getPopFrameButton
 public PopFrameWithButton. PopFrameButton getPopFrameButton()
Returns the PopFrameButton object associated with this window.

 o processInput
 protected abstract void processInput()
Subclass must implement this to process any input.


All Packages  Class Hierarchy  This Package  Previous  Next  Index