| org.eclipse.pde.internal.runtime.spy.SpyFormToolkit
SpyFormToolkit | public class SpyFormToolkit extends FormToolkit (Code) | | |
Method Summary | |
public String | createClassSection(FormText text, String title, Class[] clazzes) | public FormText | createFormText(Composite parent, boolean trackFocus) | public String | createHelpIdentifierSection(FormText text, String title, IWorkbenchPart part) | public String | createIdentifierSection(FormText text, String title, String[] ids) | public String | createInterfaceSection(FormText text, String title, Class[] clazzes) | public void | generatePluginDetailsText(Bundle bundle, String objectId, String objectType, StringBuffer buffer, FormText text) |
createFormText | public FormText createFormText(Composite parent, boolean trackFocus)(Code) | | |
createHelpIdentifierSection | public String createHelpIdentifierSection(FormText text, String title, IWorkbenchPart part)(Code) | | |
generatePluginDetailsText | public void generatePluginDetailsText(Bundle bundle, String objectId, String objectType, StringBuffer buffer, FormText text)(Code) | | |
|
|