<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    Sealyu

    --- 博客已遷移至: http://www.sealyu.com/blog

      BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
      618 隨筆 :: 87 文章 :: 225 評論 :: 0 Trackbacks

    最近在學習SWT/JFace,在做一個小東西的時候需要模擬鼠標鍵盤事件,在網上搜了一下,在java中模擬這些事件,主要有兩種方法:

    一、使用AWT中的Robot類

    Robot

    java.lang.Object
    繼承者 java.awt.Robot
    

    public class Robot
    extends Object
    此類用于為測試自動化、自運行演示程序和其他需要控制鼠標和鍵盤的應用程序生成本機系統輸入事件。Robot 的主要目的是便于 Java 平臺實現自動測試。類中幾個主要的模擬函數如下:
    void keyPress(int keycode)
              按下給定的鍵。
     void keyRelease(int keycode)
              釋放給定的鍵。
     void mouseMove(int x, int y)
              將鼠標指針移動到給定屏幕坐標。
     void mousePress(int buttons)
              按下一個或多個鼠標按鈕。
     void mouseRelease(int buttons)
              釋放一個或多個鼠標按鈕。
     void mouseWheel(int wheelAmt)
              在配有滾輪的鼠標上旋轉滾輪。
    二、使用SWT中的鼠標鍵盤事件
        在SWT的snippets中有兩個例子用來介紹這兩個方法的使用,如下:

    (1)、模擬鼠標事件
     * UI Automation (for testing tools) snippet: post mouse events
    import org.eclipse.swt.*;
    public class Snippet142 {
    public static void main(String[] args) {
     final Display display = new Display();
     final Shell shell = new Shell(display);
     final Button button = new Button(shell,SWT.NONE);
     button.setSize(100,100);
     button.setText("Click");
     shell.pack();
     shell.open();
     button.addListener(SWT.MouseDown, new Listener() {
      public void handleEvent(Event e){
       System.out.println("Mouse Down (button: " + e.button + " x: " + e.x + " y: " + e.y + ")");
      }
     });
     final Point pt = display.map(shell, null, 50, 50);
     new Thread(){
      Event event;
      public void run(){
       try {
        Thread.sleep(300);
       } catch (InterruptedException e) {}
       event = new Event();
       event.type = SWT.MouseMove;
       event.x = pt.x;
       event.y = pt.y;
       display.post(event);
       try {
        Thread.sleep(300);
       } catch (InterruptedException e) {}
       event.type = SWT.MouseDown;
       event.button = 1;
       display.post(event);
       try {
        Thread.sleep(300);
       } catch (InterruptedException e) {}
       event.type = SWT.MouseUp;
       display.post(event);
      } 
     }.start();
     while (!shell.isDisposed()) {
      if (!display.readAndDispatch()) display.sleep();
     }
     display.dispose();
    }
    }
    (2)、模擬鍵盤事件

     * UI Automation (for testing tools) snippet: post key events
    import org.eclipse.swt.*;
    public class Snippet146 {
    public static void main(String[] args) {
     final Display display = new Display();
     final Shell shell = new Shell(display);
     final Text text = new Text(shell, SWT.BORDER);
     text.setSize(text.computeSize(150, SWT.DEFAULT));
     shell.pack();
     shell.open();
     new Thread(){
      public void run(){
       String string = "Love the method.";
       for (int i = 0; i < string.length(); i++) {
        char ch = string.charAt(i);
        boolean shift = Character.isUpperCase(ch);
        ch = Character.toLowerCase(ch);
        if (shift) {
         Event event = new Event();
         event.type = SWT.KeyDown;
         event.keyCode = SWT.SHIFT;
         display.post(event); 
        }
        Event event = new Event();
        event.type = SWT.KeyDown;
        event.character = ch;
        display.post(event);
        try {
         Thread.sleep(10);
        } catch (InterruptedException e) {}
        event.type = SWT.KeyUp;
        display.post(event);
        try {
         Thread.sleep(100);
        } catch (InterruptedException e) {}
        if (shift) {
         event = new Event();
         event.type = SWT.KeyUp;
         event.keyCode = SWT.SHIFT;
         display.post(event); 
        }
       }
      } 
     }.start();
     while (!shell.isDisposed()) {
      if (!display.readAndDispatch()) display.sleep();
     }
     display.dispose();
    }
    }
    兩種方法中都是先聲明一個Event,然后將該Event的type類型設置為對應的 SWT.KeyUp/KeyDown/MouseUp/MouseDown,最后通過Display類的post(Event)方法來模擬對應的事件。注 意:如果有多個控件,需要得到對應控件的display屬性,然后post該事件。例如,在一個窗口中有一個Browser,則需要使用 thisClass.browser.getDisplay().post(event)。

    posted on 2008-04-10 22:42 seal 閱讀(1079) 評論(0)  編輯  收藏 所屬分類: Eclipse SWT/JFace RCP
    主站蜘蛛池模板: 无码av免费一区二区三区试看| 美女被免费视频网站| 免费观看91视频| 亚洲一级黄色视频| 国产V片在线播放免费无码| 亚洲国产婷婷综合在线精品| 免费无码国产V片在线观看| 亚洲一区二区三区国产精品| 精品久久久久久无码免费| 精品国产香蕉伊思人在线在线亚洲一区二区 | 毛片在线全部免费观看| 亚洲精品国产美女久久久| 成在线人视频免费视频| 国产精一品亚洲二区在线播放| 久艹视频在线免费观看| 亚洲国产成人精品无码一区二区| 中文字幕人成无码免费视频| 国产精品高清视亚洲精品| 国产一级淫片免费播放电影| 一级做a爰片久久免费| 亚洲成AV人片在线观看ww| 天天影院成人免费观看| 亚洲精华液一二三产区| 亚洲日本在线观看视频| 国产精品免费AV片在线观看| 亚洲日本乱码卡2卡3卡新区| 免费一级做a爰片久久毛片潮喷| 久久国产精品免费| 亚洲成人午夜电影| 免费人成视频在线观看视频| 中文字幕高清免费不卡视频 | 亚洲国产视频网站| 国产成人无码a区在线观看视频免费| 一个人晚上在线观看的免费视频 | 亚洲精品国产日韩无码AV永久免费网| 亚洲AV无码成人网站久久精品大| 69视频在线观看高清免费| 亚洲精品av无码喷奶水糖心| 亚洲AV午夜成人影院老师机影院 | 亚洲欧洲精品成人久久奇米网| 99免费视频观看|