Class ButtonSwtParameter

All Implemented Interfaces:
SwtParameter<Object>

public class ButtonSwtParameter extends BaseSwtParameter<ButtonSwtParameter,Object>
  • Field Details

    • button

      org.eclipse.swt.widgets.Button button
  • Constructor Details

    • ButtonSwtParameter

      public ButtonSwtParameter(org.eclipse.swt.widgets.Composite composite, ActionParameterImpl pluginParam)
      Make a button.

      When parent is of GridLayout, resulting new widgets will take 2 columns

      Parameters:
      composite - Where widgets will be placed. Parent is not altered
      buttonTextKey - Messagebundle key text displayed in button
      labelKey - Messagebundle key for the checkbox
  • Method Details