Community
Participate
Working Groups
I want to use my own cell renderer. Therefore I have extended the class DefaultCellRenderer. But this isn't allowed because the class is in an internal package: org.eclipse.nebula.widgets.grid.internal It is possible to move this Renderer (maybe also DefaultEmptyCellRenderer etc.) to a package that is not internal.
DefaultCellRenderer and DefaultEmptyCellRenderer have been moved out of the package "internal" so ones can extend these classes.