How to make UI designer show all properties for custom component?

Hi.
I use com.intellij.ui.HyperlinkLabel in my plugin. It works perfect when I initialize it from code, but I would like to use it within GUI designer. The problem is when I add it to the palette and put it on the form, this hyperlink is rendered as empty panel (or not rendered at all - only blue handlers). Also GUI designer does not show properties of HyperlinkLabel such as text, hyperlinkText etc. Do I miss something? Maybe, some meta-file with additional information required for GUI designer to show all necessary properties of HyperlinkLabel, isn't it? Or HyperlinkLabel isn't designed to be used in GUI designer?
Thanks.

0

Please sign in to leave a comment.