简体   繁体   English

如何安装新的软件菜单组件

[英]How to install new software menu component

I want to create a component in Eclipse like this: 我想像这样在Eclipse中创建一个组件:

在此处输入图片说明

i see this is a Jtable but i want this kind of drop down panel like in the picture. 我看到这是一个Jtable但是我想要这种下拉面板,如图所示。

Can you give me some advice what kind of component is it? 您能给我一些建议吗,它是哪种成分?

Eclipse uses the SWT and JFace UI toolkits rather than Swing. Eclipse使用SWT和JFace UI工具箱而不是Swing。

The 'Work with' component is an org.eclipse.swt.widgets.Combo with Read/Write style. “使用”组件是具有读/写样式的org.eclipse.swt.widgets.Combo

The tree list viewer is an org.eclipse.jface.viewers.CheckboxTreeViewer 树形列表查看器是org.eclipse.jface.viewers.CheckboxTreeViewer

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何通过eclipse菜单中的“ Eclipse Marketplace”或“ Install New Software”选项安装eclipse源代码? - How to install the eclipse source code via “Eclipse Marketplace” or “Install New Software” option from eclipse menu? Eclipse“检查更新”、“安装新软件”和“市场”未显示在帮助菜单中 - Eclipse “check for updates”, “install new software” and “marketplace” not showing in help menu Mule Studio离线安装新软件 - Mule studio install new software offline 无法安装新软件/无法检查更新 - Unable to install new software/check for updates eclipse 如何在ubuntu中安装Java软件的依赖关系? - how to install the dependencies for a java software in ubuntu.? 我可以在不使用镜像的情况下为eclipse安装新软件吗? - Can I install new software for eclipse without using mirrors? 带有Eclipse Indigo / Juno RCP的“安装新软件错误” - “Install new software error” with eclipse indigo/juno RCP 如何在Java中获取此菜单组件? - How to get this menu component in java? 保存软件的安装目录 - Saving an install directory for software 如何分发 Java 程序并使其安装一次性软件 - How to distribute a Java program and make it install a one time software
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM