Interface ICustomWidget

All Superinterfaces:
Findable
All Known Implementing Classes:
CameraControlWidget

public interface ICustomWidget extends Findable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createWidget(org.eclipse.swt.widgets.Composite composite)
    This method will create the GUI for this widget
    void
     

    Methods inherited from interface gda.factory.Findable

    getName, setName
  • Method Details

    • createWidget

      void createWidget(org.eclipse.swt.widgets.Composite composite)
      This method will create the GUI for this widget
      Parameters:
      composite - The composite onto which the control should draw
    • disposeWidget

      void disposeWidget()