Class SettingsComposite

All Implemented Interfaces:
Drawable

public class SettingsComposite extends Composite
The settings composite for the translation engine.
Author:
Christopher Mindus
  • Constructor Details

    • SettingsComposite

      public SettingsComposite(Composite parent, int style, int marginWidth, int marginHeight, Runnable callback)
      Creates the settings composite. This composite is laid out using a GridLayout with 3 columns.
      Parameters:
      parent - The parent.
      style - Style for this composite (e.g. SWT.NONE or SWT.BORDER).
      marginWidth - Margin width in the composite.
      marginHeight - Margin height in the composite.
      callback - Callback to process validation.