Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Injection of extened classes
Injection of extened classes [message #995903] Mon, 31 December 2012 08:17 Go to previous message
Aljoscha Steffens is currently offline Aljoscha Steffens
Messages: 295
Registered: November 2012
Senior Member
Hi,
is there a reason why this
@Creatable
public class FileListViewer extends ListViewer{

	FileNameList fileList; 
	
	@Inject
	public FileListViewer(Composite parent) {
		super(parent, SWT.NONE);
		System.out.println("aaaa");

doesn't work if I try to inject the FileListViewer Class somewhere?

If I remove the extension and the 'super'-call it prints 'aaaa'.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:How to show upper-left corner icon for a E4 APP
Next Topic:Update / refresh Part
Goto Forum:
  


Current Time: Sat May 25 22:08:03 EDT 2013

Powered by FUDForum. Page generated in 0.15670 seconds