Interface ICustomWidget
- All Superinterfaces:
Findable
- All Known Implementing Classes:
CameraControlWidget
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateWidget(org.eclipse.swt.widgets.Composite composite) This method will create the GUI for this widgetvoid
-
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()
-