Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to populate custom list data (two levels) using CheckedTreeSelectionDialog (How to populate custom list data (two levels) using CheckedTreeSelectionDialog )
How to populate custom list data (two levels) using CheckedTreeSelectionDialog [message #1767380] Wed, 05 July 2017 12:38
Suresh P is currently offline Suresh PFriend
Messages: 27
Registered: May 2013
Junior Member
Hi,

Im using Eclipse Mars for a custom plugin development.

My requirement to use to display a Dialog with Checkbox feature in multiple levels.

CheckedTreeSelectionDialog looks appropriate dialog for my requirement.


Can you let me know how to populate the below input data (json data) in this Dialog.
What information should be passed in setInput() method? Can

Quote:
"catchesList": [{
"exception": "SQLException" }, {
"exception": "HibernateException" }],
"throwsList": [{
"exception": "DataAccessException"}, {
"exception": "ServiceException"}]



Regards
Suresh

Previous Topic:How get list of files by a pattern
Next Topic:Defer Plugin Loading on Eclipse Startup
Goto Forum:
  


Current Time: Tue Apr 23 06:15:34 GMT 2024

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

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

Back to the top