Activators are designed to control the life cycle of the plugin. Activators are mainly used when starting and stopping the plugin. If it passes through the activator, the view is no longer created. Can you give more information about what you are trying to do?
Have you tried PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(View.ID);
source
share