<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 :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
      618 隨筆 :: 87 文章 :: 225 評論 :: 0 Trackbacks

    最近在學(xué)習(xí)SWT/JFace,在做一個小東西的時(shí)候需要模擬鼠標(biāo)鍵盤事件,在網(wǎng)上搜了一下,在java中模擬這些事件,主要有兩種方法:

    一、使用AWT中的Robot類

    Robot

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

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

    (1)、模擬鼠標(biāo)事件
     * 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類型設(shè)置為對應(yīng)的 SWT.KeyUp/KeyDown/MouseUp/MouseDown,最后通過Display類的post(Event)方法來模擬對應(yīng)的事件。注 意:如果有多個控件,需要得到對應(yīng)控件的display屬性,然后post該事件。例如,在一個窗口中有一個Browser,則需要使用 thisClass.browser.getDisplay().post(event)。

    posted on 2008-04-10 22:42 seal 閱讀(1089) 評論(0)  編輯  收藏 所屬分類: Eclipse SWT/JFace RCP
    主站蜘蛛池模板: 日本免费人成黄页在线观看视频 | 亚洲日韩在线中文字幕综合| 伊人久久五月丁香综合中文亚洲| 国产视频精品免费| 日本免费A级毛一片| 亚洲一级毛片免观看| 亚洲精品成人片在线观看| 青青青国产手机频在线免费观看 | 色婷婷综合缴情综免费观看| 亚洲国产精华液网站w| 毛片免费在线观看网址| 久久免费99精品国产自在现线| 亚洲国产成人va在线观看网址| 国产在线19禁免费观看国产| 久久久久免费看黄a级试看| 亚洲色无码国产精品网站可下载| 亚洲午夜无码久久久久| 精品国产呦系列在线观看免费| 亚洲av无码久久忘忧草| 国产亚洲精品免费视频播放| a级片免费在线播放| 亚洲va中文字幕无码久久不卡| 在线免费观看a级片| 日韩在线不卡免费视频一区| 亚洲日本香蕉视频| 亚洲一区二区三区AV无码| 成年女人免费碰碰视频| 性无码免费一区二区三区在线| 免费在线观看一区| 亚洲人成网站在线播放vr| 色视频色露露永久免费观看| 特级毛片aaaa免费观看| 亚洲综合校园春色| 亚洲AV日韩精品久久久久 | 亚洲人精品亚洲人成在线| 国产伦一区二区三区免费| 国产电影午夜成年免费视频| 精品视频在线免费观看| 91在线精品亚洲一区二区| 精品久久免费视频| 国产成人精品久久免费动漫|