Package com.biglybt.ui.swt.config
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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.biglybt.ui.swt.config.BaseSwtParameter
BaseSwtParameter.IndentPaintListener
-
-
Field Summary
-
Fields inherited from class com.biglybt.ui.swt.config.BaseSwtParameter
change_listeners, KEY_LABEL_ADDCOPYTOCLIPMENU, paramID, pluginParam, validating, valueProcessor
-
Fields inherited from interface com.biglybt.ui.swt.config.SwtParameter
DEBUG
-
-
Constructor Summary
Constructors Constructor Description UISWTParameter(org.eclipse.swt.widgets.Control control, ParameterImpl pg)
UISWTParameter(org.eclipse.swt.widgets.Control control, java.lang.String configID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getValue()
-
Methods inherited from class com.biglybt.ui.swt.config.BaseSwtParameter
addAndFireChangeListener, addChangeListener, addLabelContextMenus, addValidator, createStandardLabel, debug, dispose, doGridData, getControls, getIndent, getMainControl, getParamID, getRelatedControl, getValueProcessor, informChanged, isDefaultValue, isDisposed, isEnabled, isIndentFancy, refreshControl, refreshSuffixControl, removeChangeListener, removeValidator, resetToDefault, setConfigValueProcessor, setEnabled, setIndent, setLabelKey, setLabelText, setLayoutData, setMainControl, setPluginParameter, setRelatedControl, setValue, setValueProcessor, setVisible, triggerChangeListeners, triggerSubClassChangeListeners, updateControl, validate
-
-
-
-
Constructor Detail
-
UISWTParameter
public UISWTParameter(org.eclipse.swt.widgets.Control control, java.lang.String configID)
-
UISWTParameter
public UISWTParameter(org.eclipse.swt.widgets.Control control, ParameterImpl pg)
-
-
Method Detail
-
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interfaceSwtParameter
- Overrides:
getValue
in classBaseSwtParameter
-
-