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
private static class ConfigView.GroupSWTParameter extends UISWTParameter
-
-
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, valueProcessor
-
Fields inherited from interface com.biglybt.ui.swt.config.SwtParameter
DEBUG
-
-
Constructor Summary
Constructors Constructor Description GroupSWTParameter(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 Detail
-
GroupSWTParameter
public GroupSWTParameter(org.eclipse.swt.widgets.Composite current_composite, ParameterGroupImpl pg, org.eclipse.swt.widgets.Control relatedControl)
-
-