开发者

Custom CompareEditor with multiple panes

Eclipse's CompareEditor looks beautiful and has a great functionality. But, I'm cannot find a simple way to create a custom CompareEditor with multiple panes?

For example:

class MultiCompareEditor extends CompareEditor {
  MultiCompareEditor (Object... InputElement)
    {
    }
}

After that I'd like to see CompareEditor with number of panes equals to count of InputElements. And it shoud compare neighbours pane in graphics way like normal CompareEditor. May be completed component exis开发者_如何学Cts already?


Hmm... I'm was on a wrong way, ContentMergeViewer is solution for me.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜