Class RadioGroupFormToolkit

java.lang.Object
org.eclipse.nebula.widgets.radiogroup.forms.RadioGroupFormToolkit

public class RadioGroupFormToolkit
extends java.lang.Object
Convenience class for creating RadioGroups in Eclipse forms.
  • Constructor Summary

    Constructors 
    Constructor Description
    RadioGroupFormToolkit()  
  • Method Summary

    Modifier and Type Method Description
    static RadioGroup createRadioGroup​(org.eclipse.ui.forms.widgets.FormToolkit formToolkit, org.eclipse.swt.widgets.Composite parent, int style)
    Creates a radio group as a part of the specified form.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • createRadioGroup

      public static RadioGroup createRadioGroup​(org.eclipse.ui.forms.widgets.FormToolkit formToolkit, org.eclipse.swt.widgets.Composite parent, int style)
      Creates a radio group as a part of the specified form.
      Parameters:
      formToolkit - the form to which the radio group belongs
      parent - the radio group parent
      style - the radio group style (for example, SWT.BORDER)
      Returns:
      the button widget