Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Grid: GridColumn SelectionListener
Grid: GridColumn SelectionListener [message #600173] Sat, 28 August 2010 08:21
Anton Mising name is currently offline Anton Mising nameFriend
Messages: 7
Registered: August 2010
Junior Member
Hello,

Does anybody experienced the problem of adding a SelectionListener to a GridColumn and not able to catch any events?

gridColumn.addSelectionListener(new SelectionAdapter() {

@Override
public void widgetSelected(SelectionEvent e) {
System.out.println("this text is never printed");
}

});

I'm pretty sure the listener is successfully added to the gridColumn, because

gridColumn.isListening(SWT.Selection); returns 'true'

So, does anyone know a solution to this?

Best regards
Anton
Previous Topic:Grid: GridColumn SelectionListener
Next Topic:XViewer in RCP View: got NoClassDefFoundError
Goto Forum:
  


Current Time: Wed Apr 24 15:32:15 GMT 2024

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

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

Back to the top