Interface TreePaneExtension
public interface TreePaneExtension
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Controller to open/close the pane -
Method Summary
Modifier and TypeMethodDescriptionboolean
createPane
(org.eclipse.swt.widgets.Composite main, TreePaneExtension.ExpandController expander)
-
Method Details
-
createPane
boolean createPane(org.eclipse.swt.widgets.Composite main, TreePaneExtension.ExpandController expander) - Parameters:
main
- Container where to create the extension pane. Implementors should keep a reference to it or its contents. It has not default layout.expander
- Callback to show or hide the area.- Returns:
- if extension will start enabled
-