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.
我想为我的插件创建一个导出函数。我已经为此创建了自定义操作(在上下文菜单中)
我有 3 个文件夹,我只想将一个文件夹复制到目的地(用户应该能够选择)。
我需要为此创建一个向导还是有简单的方法?我可以使用的向导是否已经存在?一个很好的教程会很好。
您可以扩展扩展点 org.eclipse.ui.exportWizards 来实现您的功能
检查这个http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fextension-points%2Forg_eclipse_ui_exportWizards.html&resultof=%22eclipse%22%20%22eclips% 22%20%22出口%22%20%22向导%22%20
在类属性中,您可以提供自己的导出向导功能实现。
干杯,索拉夫