Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
swtボットを使用してEclipseプラグインをテストしていますが、プロジェクトエクスプローラーでツリー内のファイルのアイコンを確認する方法が見つかりません。これを行うにはどうすればよいですか。
助けてください
これを使うのはどうですか?
tree.display.asyncExec(new Runnable() { @Override public void run() { Image i = treeItem.widget.getImage(); } });