Interface UIExtension
public interface UIExtension
Interface to allow the Plugins to add UI extensions
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuildExtension(org.eclipse.swt.widgets.Composite main) Plugins can use this method to build the UI elements in the Composite parameter
-
Method Details
-
buildExtension
void buildExtension(org.eclipse.swt.widgets.Composite main) Plugins can use this method to build the UI elements in the Composite parameter- Parameters:
main- Composite
-