List component with +/- buttons
The attached List component with the +/- buttons is quite often used in intellij. For the sake of consistence i'd like to use the same component in my plugin. Could anyone point me to the class name of this component and maybe some example on how to use it?
Attachment(s):
Picture 1.png
请先登录再写评论。
Hello Jan,
The component is called AddDeleteListPanel. Its source is available so you
should be able to figure it out easily.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
thanks for your quick reply. I am however not quite sure if this is the same list type as the one shown in the attached picture. The buttons do not have +/- icons and are not located in some type of flat toolbar when using the AddDeleteListPanel.
Best regards,
Jan