4142434445464748
} private void createToolbar(IToolBarManager toolBarManager) { toolBarManager.add(new VisualizationModeAction( PreferenceConstants.VISUALIZATION_MODE, new PreferenceStorePropertyHost( AdunaActivator.plugin.getPreferenceStore()))); }
8081828384858687
* */ public LayoutInitializerAction() { this(LAYOUT_INITIALIZER_KEY, new PreferenceStorePropertyHost( Activator.getInstance().getPreferenceStore())); }