Uses of Interface
org.gudy.azureus2.plugins.ui.config.EnablerParameter

Packages that use EnablerParameter
org.gudy.azureus2.plugins.ui.config   
 

Uses of EnablerParameter in org.gudy.azureus2.plugins.ui.config
 

Subinterfaces of EnablerParameter in org.gudy.azureus2.plugins.ui.config
 interface BooleanParameter
           
 

Methods in org.gudy.azureus2.plugins.ui.config that return EnablerParameter
 EnablerParameter PluginConfigUIFactory.createBooleanParameter(java.lang.String key, java.lang.String label, boolean defaultValue)
          Creates a boolean parameter.