Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » TreeViewer shows plus on leaf with ViewerFilter
TreeViewer shows plus on leaf with ViewerFilter [message #114348] Fri, 22 August 2003 06:49
Eclipse UserFriend
Originally posted by: daniel.hirscher.innovations.de

Hi,

when adding a ViewerFilter to my TreeViewer, then the plus
(hierarchyindicator) is showing on leaf items (only leaf items
containing filtered items). When clicking on that plus, it
disappears.

I don't like this behavior.
Is there a workaround?

This is my code:

myViewer.addFilter(new ViewerFilter()
{
public boolean select(Viewer viewer, Object parent, Object element)
{
return !(element instanceof MyClass);
}
});
Previous Topic:Unable to associate action set with part: org.eclipse.jdt.ui.PackageExplorer. Action set org.eclipse
Next Topic:Dynamic GUI issues
Goto Forum:
  


Current Time: Tue Jul 16 15:09:17 GMT 2024

Powered by FUDForum. Page generated in 0.03005 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top