Is there is any way to redraw or refresh the MPart
so that following method will call again.
@PostConstruct
public void createPartControl(Composite parent) {
}
Because I want to show one SWT control in this view on some conditions.
Is there is any way to redraw or refresh the MPart
so that following method will call again.
@PostConstruct
public void createPartControl(Composite parent) {
}
Because I want to show one SWT control in this view on some conditions.