[jbosstools-issues] [JBoss JIRA] (JBIDE-22663) Use new Style for FilteredTree

Rob Stryker (JIRA) issues at jboss.org
Wed Jul 27 16:18:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-22663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271645#comment-13271645 ] 

Rob Stryker commented on JBIDE-22663:
-------------------------------------

After some more digging, it doesn't look like this is possible with the current CommonNavigator framework. 

CommonViewer has only one constructor:  public CommonViewer(String aViewerId, Composite aParent, int aStyle) {

This constructor passes to the superclass (TreeViewer) with args new TreeViewer(aParent, aStyle),  and that constructor in TreeViewer creates its own Tree.  This means we can't create a new FilteredTree somehow without writing several new classes for CommonNavigator....  or making some custom solution.  

Challenge accepted.  

> Use new Style for FilteredTree
> ------------------------------
>
>                 Key: JBIDE-22663
>                 URL: https://issues.jboss.org/browse/JBIDE-22663
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: jmx
>            Reporter: Aurélien Pupier
>            Assignee: Rob Stryker
>             Fix For: 4.4.1.AM3
>
>         Attachments: jmx.png
>
>
> - it will avoid to have "type search text" entered as a real text and provide a nicer UI
> it avoids to have the "type search text" used as a filter when clicking in the text field
> for UI difference kind see screenshots on https://bugs.eclipse.org/bugs/show_bug.cgi?id=496805



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jbosstools-issues mailing list