Package com.biglybt.pif.ui.config
Interface UIParameterContext
- All Known Subinterfaces:
UISWTParameterContext
- All Known Implementing Classes:
ConfigSectionIPFilterSWT.IPEditorParameter
,ConfigSectionPluginsSWT.PluginListContext
public interface UIParameterContext
Any class implementing this interface represent an object which is to be used
to generate a
UIParameter
object. Any plugin wishing to implement this
interface shouldn't implement it directly - it will need to implement a
sub-interface which defines methods directly related to the user interface
you want to integrate with.
Note: This interface is intended to be implemented by plugins.
- Since:
- 3.0.5.3