gnu.app
Class Salt

java.lang.Object
  extended by gnu.app.Application
      extended by gnu.x11.Application
          extended by gnu.app.Salt

public class Salt
extends Application

Send string to top-level windows. It sends to all top-level windows matching res_name and res_class given. I use this all the time to send common long strings to netscape.

You may find this emacs code helpful.

 
 (defun salt-id ()
   (interactive)
   (shell-command 
   (format "java gnu.app.Salt Navigator Netscape 29340002487578")))
 
 

See Also:
help output

Field Summary
 
Fields inherited from class gnu.x11.Application
display
 
Constructor Summary
Salt(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void send_key(Window window, int keysym)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Salt

public Salt(java.lang.String[] args)
Method Detail

send_key

public void send_key(Window window,
                     int keysym)

main

public static void main(java.lang.String[] args)