按钮拖放
我想在我的应用程序中使用一键拖放功能。 我的要求是我有一个名为 ViewA 的视图,其中有一个按钮。 应该能够将其拖放到另一个名为 ViewB 的视图中。 我该怎么做?当我在互联网上搜索时,我得到了一些例子。但这些示例仅显示文本拖放。为此,他们使用 TextTransfer。在这种情况下,我应该使用什么?我还发现了一个 GadgetTransfer。这可以用于我的示例吗?但是当我使用 GadgetTransfer 时,出现编译错误。我该如何解决这个问题? 我仅从以下网站获得了示例。请看下文。
http://www.eclipse.org/articles/Article-Workbench-DND /drag_drop.html
I want to use one button drag and drop functionality to my application.
My requirement I have one view called ViewA and there is one button in it.
That should be able to drag and drop it into the another view called ViewB.
How do I do that?. When I search over the internet I got some examples. But those examples display only text drag and drop. For that they use TextTransfer. In this case, what should I use? Also I found one GadgetTransfer. Can that be used for my example?But when I use GadgetTransfer, I got compilation error. How do I ressolve that?
From the following site only I got the example. Please see below.
http://www.eclipse.org/articles/Article-Workbench-DND/drag_drop.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论