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
-
PopFrameWithButton()
-
-
PopFrameWithButton(String)
-
-
PopFrameWithButton(String, boolean, String)
-
-
PopFrameWithButton(String, String)
-
-
getPopFrameButton()
- Returns the PopFrameButton object associated with this window.
-
processInput()
- Subclass must implement this to process any input.
PopFrameWithButton
public PopFrameWithButton(String title,
boolean resizable,
String btnLabel)
PopFrameWithButton
public PopFrameWithButton(String title,
String btnLabel)
PopFrameWithButton
public PopFrameWithButton(String title)
PopFrameWithButton
public PopFrameWithButton()
getPopFrameButton
public PopFrameWithButton. PopFrameButton getPopFrameButton()
- Returns the PopFrameButton object associated with this window.
processInput
protected abstract void processInput()
- Subclass must implement this to process any input.
All Packages Class Hierarchy This Package Previous Next Index