Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Using a table to display a hierarchy of objects
Using a table to display a hierarchy of objects [message #1714156] Tue, 10 November 2015 10:26
erwan drezen is currently offline erwan drezenFriend
Messages: 8
Registered: October 2015
Junior Member
Hello,

I have the following hierarchy of data:
A
  A1
    A1.1
    A1.2
  A2
    A2.1
    A2.2
    A2.3
B
  B1
    B1.1
  B2
    B2.1
    B2.2


I would like to display it in a SWT Table this way :
-----------------
| A | A1 | A1.1 |
|   |    | A1.2 |
|   |----|------|
|   | A2 | A2.1 |
|   |    | A2.2 |
|   |    | A2.3 |
|---|----|------|
| B | B1 | B1.1 |
|   |----|------|
|   | B2 | B2.1 |
|   |    | B2.2 |
-----------------


Is there any custom table widget that allows such a display or should I have to implement something from scratch ?

Regards,
Erwan
Previous Topic:64-bit applications don't respond when a 32-bit Java application displays a dialog in 64bit windows7
Next Topic:TextWidget catches SWT.CR key event when complement a word
Goto Forum:
  


Current Time: Fri Apr 26 22:10:25 GMT 2024

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

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

Back to the top