@Creatable public class FileListViewer extends ListViewer{ FileNameList fileList; @Inject public FileListViewer(Composite parent) { super(parent, SWT.NONE); System.out.println("aaaa");
Report message to a moderator