All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.devtools.SIPNoTE.JSendWnd

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

public class JSendWnd
extends Object
This class contains the GUI interface for sending a new Jephyr Message. This class utilizes Swing version 1.0 for the GUI components.

The window is composed of three main areas: the To: field, the From: field, and the message body.

See Also:
JephyrWnd, SNWatch

Constructor Index

 o JSendWnd()
Create a new window, with nothing in the To: field.
 o JSendWnd(String)
Creates a new window with the To: field filled in.

Method Index

 o main(String[])
 o sendMsg()
Create a new Jephyr message from the contents of this window, and send it to the local SNClient.

Constructors

 o JSendWnd
 public JSendWnd(String tolist)
Creates a new window with the To: field filled in. Focus will be set to the message body, but the user can still change the list of recipients.

Parameters:
tolist - The list of recipients, separated by spaces or commas.
 o JSendWnd
 public JSendWnd()
Create a new window, with nothing in the To: field. Focus will be set to the To: field.

Methods

 o main
 public static void main(String argv[])
 o sendMsg
 public void sendMsg()
Create a new Jephyr message from the contents of this window, and send it to the local SNClient.


All Packages  Class Hierarchy  This Package  Previous  Next  Index