Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » CheckedTreeSelectionDialog problems
CheckedTreeSelectionDialog problems [message #973334] Tue, 06 November 2012 08:45
Mat Mathiew is currently offline Mat MathiewFriend
Messages: 29
Registered: July 2012
Junior Member
I am using the CheckedTreeSelectionDialog with custom label and content provider and
I have encountered third problems:

1) I think it is the same bug as here https://bugs.eclipse.org/bugs/show_bug.cgi?id=390354] but i am not using ObservableCollectionTreeContentProvider and it throws an exception during the check for element existance since the content provider inputchanged method is not called first.

2)The items with no children in the tree have an arrow next to it to expand them and it disappears only when you click on them.

3)More importantly the select all button is not working. By debugging the code when it calls the method to check the elements it checks if the item is of type TreeItem which is not since is of my custom type the the content provider is returning and it exits the method without checking.

Can I do something about them especially 3?

[Updated on: Tue, 06 November 2012 08:48]

Report message to a moderator

Previous Topic:Show/Hide pages in MultiPageEditor
Next Topic:org.eclipse.ui.PartInitException
Goto Forum:
  


Current Time: Thu Sep 19 19:34:22 GMT 2024

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

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

Back to the top