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
-
JSendWnd()
- Create a new window, with nothing in the To: field.
-
JSendWnd(String)
- Creates a new window with the To: field filled in.
-
main(String[])
-
-
sendMsg()
- Create a new Jephyr message from the contents of this window,
and send it to the local SNClient.
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.
JSendWnd
public JSendWnd()
- Create a new window, with nothing in the To: field. Focus will
be set to the To: field.
main
public static void main(String argv[])
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