1 11 12 package org.eclipse.pde.internal.ui.editor.cheatsheet; 13 14 import org.eclipse.swt.widgets.Composite; 15 16 20 public abstract class CSAbstractSubDetails extends CSAbstractDetails { 21 22 26 public CSAbstractSubDetails(ICSMaster masterSection, String contextID) { 27 super(masterSection, contextID); 28 } 29 30 33 public void createContents(Composite parent) { 34 } 40 41 } 42 | Popular Tags |