Package com.biglybt.ui.swt.views
Class ConfigView.GroupSWTParameter
java.lang.Object
com.biglybt.ui.swt.config.BaseSwtParameter
com.biglybt.ui.swt.config.UISWTParameter
com.biglybt.ui.swt.views.ConfigView.GroupSWTParameter
- All Implemented Interfaces:
SwtParameter
- Enclosing class:
- ConfigView
-
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, valueProcessor
Fields inherited from interface com.biglybt.ui.swt.config.SwtParameter
DEBUG
-
Constructor Summary
ConstructorsConstructorDescriptionGroupSWTParameter
(org.eclipse.swt.widgets.Composite current_composite, ParameterGroupImpl pg, org.eclipse.swt.widgets.Control relatedControl) -
Method Summary
Methods inherited from class com.biglybt.ui.swt.config.UISWTParameter
getValue
Methods inherited from class com.biglybt.ui.swt.config.BaseSwtParameter
addAndFireChangeListener, addChangeListener, addLabelContextMenus, addValidator, 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
-
GroupSWTParameter
public GroupSWTParameter(org.eclipse.swt.widgets.Composite current_composite, ParameterGroupImpl pg, org.eclipse.swt.widgets.Control relatedControl)
-