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
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, paramID, pluginParam, validating, valueProcessor
Fields inherited from interface com.biglybt.ui.swt.config.SwtParameter
DEBUG
-
Constructor Summary
ConstructorsConstructorDescriptionUISWTParameter
(org.eclipse.swt.widgets.Control control, ParameterImpl pg) UISWTParameter
(org.eclipse.swt.widgets.Control control, String configID) -
Method Summary
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 Details
-
UISWTParameter
-
UISWTParameter
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceSwtParameter
- Overrides:
getValue
in classBaseSwtParameter
-