org.gudy.azureus2.plugins.ui.config
Interface UIParameter

All Superinterfaces:
ConfigParameter, Parameter
All Known Implementing Classes:
UIParameterImpl

public interface UIParameter
extends Parameter

This parameter represents a native UI object to be displayed in a configuration section.

Note: Only for implementation by Azureus, not plugins.

Since:
3.0.5.3

Field Summary
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.config.Parameter
MODE_ADVANCED, MODE_BEGINNER, MODE_INTERMEDIATE
 
Method Summary
 UIParameterContext getContext()
           
 
Methods inherited from interface org.gudy.azureus2.plugins.ui.config.Parameter
addListener, getConfigKeyName, getGenerateIntermediateEvents, getLabelKey, getLabelText, getMinimumRequiredUserMode, hasBeenSet, isEnabled, isVisible, removeListener, setEnabled, setGenerateIntermediateEvents, setLabelKey, setLabelText, setMinimumRequiredUserMode, setVisible
 
Methods inherited from interface org.gudy.azureus2.plugins.config.ConfigParameter
addConfigParameterListener, removeConfigParameterListener
 

Method Detail

getContext

UIParameterContext getContext()