I would like to create a Eclipse RCP application, in which I need to show the Windows file Explorer in the View. Can anyone help in this?
我想创建一个Eclipse RCP应用程序,我需要在View中显示Windows文件资源管理器。任何人都可以帮助吗?
1 个解决方案
#1
Do you really need to show the explorer? wouldn't it be sufficient to display the contents of the file system in a standard SWT widget?
你真的需要展示探险家吗?在标准SWT小部件中显示文件系统的内容是否足够?
There's a tutorial on using JFace and SWT to create a file explorer you might find useful.
有一个关于使用JFace和SWT来创建您可能会觉得有用的文件浏览器的教程。
#1
Do you really need to show the explorer? wouldn't it be sufficient to display the contents of the file system in a standard SWT widget?
你真的需要展示探险家吗?在标准SWT小部件中显示文件系统的内容是否足够?
There's a tutorial on using JFace and SWT to create a file explorer you might find useful.
有一个关于使用JFace和SWT来创建您可能会觉得有用的文件浏览器的教程。