Interface CompositeProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.swt.widgets.Composite createUI​(org.eclipse.swt.widgets.Composite parent)
      This method creates a UI bundled into a Composite that can be used anywhere.
      void dispose()
      Disposes this composite provider.
    • Method Detail

      • createUI

        org.eclipse.swt.widgets.Composite createUI​(org.eclipse.swt.widgets.Composite parent)
        This method creates a UI bundled into a Composite that can be used anywhere.
        Parameters:
        parent - the parent Composite
        Returns:
        the created Composite
      • dispose

        void dispose()
        Disposes this composite provider.