开发者

Custom CompareEditor with multiple panes

开发者 https://www.devze.com 2022-12-16 04:21 出处:网络
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?

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

精彩评论

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