Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » multi-column hierarchy
multi-column hierarchy [message #522592] Tue, 23 March 2010 09:50
Missing name Mising name is currently offline Missing name Mising nameFriend
Messages: 10
Registered: February 2010
Junior Member
I am working with my first plug-in in Eclipse.
The plug-in is meant to show contents of a particular database in multi-column hierarchy format with other GUI elements like labels, buttons, combo-boxes etc.

I am trying to change the sample file for "single-column" hierarchy viewer such that it can show multiple-columns.
So I changed one of the sample classes from
extends LabelProvider
to
extends LabelProvider implements ITableLabelProvider

I want my class to act like a TableLabelProvider and not as a simple LabelProvider.
However, that is not working out.
It still is working as a plain LabelProvider.
Can you suggest some working example for the same?

Previous Topic:Set Cell Focus
Next Topic:multi-column hierarchy
Goto Forum:
  


Current Time: Thu Apr 25 12:12:14 GMT 2024

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

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

Back to the top