All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.devtools.SIPNoTE.JephyrWnd

java.lang.Object
   |
   +----com.ibm.devtools.SIPNoTE.JephyrWnd

public class JephyrWnd
extends Object
A class for creating the Jephyr window for incoming messages. This class utilizes Swing version 1.0 for the GUI interface. The user can open a window to respond to the received message by pressing ctrl-s. Pressing escape or clicking on the window will make it disappear.

See Also:
JSendWnd

Constructor Index

 o JephyrWnd(JMessage)
Create a new Jephyr Window.

Method Index

 o main(String[])

Constructors

 o JephyrWnd
 public JephyrWnd(JMessage message)
Create a new Jephyr Window.

Parameters:
message - The Jephyr message object to be displayed.

Methods

 o main
 public static void main(String argv[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index