Class UISWTParameter

java.lang.Object
com.biglybt.ui.swt.config.BaseSwtParameter
com.biglybt.ui.swt.config.UISWTParameter
All Implemented Interfaces:
SwtParameter
Direct Known Subclasses:
ConfigView.GroupSWTParameter

public class UISWTParameter extends BaseSwtParameter
For plugins to add a generic SWT widget to the config page
  • Constructor Details

    • UISWTParameter

      public UISWTParameter(org.eclipse.swt.widgets.Control control, String configID)
    • UISWTParameter

      public UISWTParameter(org.eclipse.swt.widgets.Control control, ParameterImpl pg)
  • Method Details