1
A
回答
5
只要你的應用是不是無頭:我們平時使用的對話窗口來捕捉用戶輸入。 eclipse RCP/SWT有一些對話類,和swing一樣。
對於一個簡單的開始:JFace's InputDialog(在Eclipse RCP應用程序中提供)
相關問題
- 1. 如何在Eclipse RCP應用程序中使用用戶輸入?
- 2. 獲取在Eclipse RCP應用程序
- 3. 在RCP應用程序中讀取程序參數?
- 4. Eclipse RCP中的應用程序設計
- 5. Eclipse RCP應用程序中的NoClassDefFoundError
- 6. jruby中的Eclipse RCP應用程序
- 7. 如何在eclipse rcp應用程序中獲取圖像路徑
- 8. Eclipse rcp在eclipse應用程序中禁用退出按鈕
- 9. 在Eclipse RCP應用程序中重用Eclipse Run菜單
- 10. 使用OSGi Eclipse RCP應用程序
- 11. RCP應用程序和進度視圖在Eclipse RCP
- 12. Eclipse RCP應用程序調試
- 13. rcp eclipse應用程序的位置
- 14. MVC的Eclipse RCP應用程序
- 15. Eclipse RCP應用程序無法啓動
- 16. Eclipse RCP應用程序無法啓動
- 17. 從Eclipse RCP應用程序製作jar
- 18. 如何更新Eclipse RCP應用程序?
- 19. Spring Rans的Eclipse RCP應用程序
- 20. 從另一個rcp應用程序啓動rcp應用程序
- 21. 在應用程序中讀取硬件鍵盤的輸入
- 22. 使用Eclipse遠程調試「eclipse RCP應用程序」
- 23. 導出的Eclipse RCP應用程序讀取本地屬性文件
- 24. Eclipse 4中的常見Eclipse 4插件RCP應用程序
- 25. 尋找RTF編輯器在Eclipse RCP應用程序中使用
- 26. 如何在eclipse-rcp應用程序中使用org.apache.logging.log4j.jul.LogManager?
- 27. 在我的eclipse rcp應用程序中禁用「Reset Perspective ...」菜單
- 28. 在Eclipse RCP應用程序中啓用編織
- 29. 在Eclipse RCP應用程序中使用classmexer?
- 30. 如何在Eclipse 4.2的RCP應用程序中重用菜單?
澄清用戶輸入的性質的位將是很有益的。 – Jules 2012-03-28 10:48:57
當我運行我的應用程序時,我必須從用戶那裏獲取一個IP地址。使用IP地址我的應用程序將繼續其過程。如何創建一個文本字段,用戶可以在其中輸入IP。我也想在我的程序中讀取輸入內容。 – Anu 2012-03-28 10:53:02