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 #599281] Tue, 23 March 2010 09:51
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:multi-column hierarchy
Next Topic:[CDateTime] Vista compatibility
Goto Forum:
  


Current Time: Fri Mar 29 06:38:32 GMT 2024

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

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

Back to the top