如何将值传递到视图中
我写了一个从文件开始的插件, 我想将文件上下文传递到视图中, 任何人都可以告诉我如何将上下文传递到视图中?
I writed a plugin that start from the file,
I want to pass the file context into a view,
Anybody can tell me how to pass the context into the view?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常,您使用“EditorInput”在编辑器之间传递对象。创建一个扩展 EditorInput 的 POJO 类,然后在打开新编辑器时将其作为参数传递:
Normally you pass the objects between editors using 'EditorInput'. Create a POJO class extending EditorInput and then pass it as a parameter when you opening a new editor: