如何从Windows程序中检索选定的文本

时间:2015-06-06 15:00:50

标签: java windows translation clipboard textselection

java中是否有一些类可以检索我们在任何Microsoft Windows程序或文档上使用文本光标选择的文本?

我想要这个功能的原因是制作一个程序,可以将这个选定的文本作为字典服务器的输入,返回单词的含义。

用于ilustration的伪代码:

        MyProgram{            
        word=getSelectedWord()             //Get the text highlighted from MS system.
        meaningOfWord=getMeaning(word)    // Meaning of the word                                                                                                                                  }                                            //from a web dictinary 

谢谢你,对不起的英语感到抱歉。

0 个答案:

没有答案