@Override public void setInitializationData(IConfigurationElement cfig, String propertyName, Object data) { // TODO Auto-generated method stub super.setInitializationData(cfig, propertyName, data); }
/** * @see * org.eclipse.debug.ui.AbstractDebugView#configureToolBar(org.eclipse.jface.action.IToolBarManager) */ @Override protected void configureToolBar(IToolBarManager tbm) { super.configureToolBar(tbm); tbm.add(new Separator(IDebugUIConstants.EMPTY_REGISTER_GROUP)); tbm.add(new Separator(IDebugUIConstants.REGISTER_GROUP)); }
@Override public void init(IViewSite site, IMemento memento) throws PartInitException { super.init(site, memento); }