This is what I\'m doing now. Is there a better way to access the super class?
public class SearchWidget { private void addWishlistButton() { fina
You can write the name of the outer class and then .this. So:
.this
workWithWidget(SearchWidget.this);