org.gudy.azureus2.pluginsimpl.local.ui.config
Class ConfigSectionRepository

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.ui.config.ConfigSectionRepository

public class ConfigSectionRepository
extends Object


Method Summary
 void addConfigSection(ConfigSection item, PluginInterface pi)
           
 ArrayList<ConfigSectionHolder> getHolderList()
           
static ConfigSectionRepository getInstance()
           
 ArrayList<ConfigSection> getList()
           
 void removeConfigSection(ConfigSection item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ConfigSectionRepository getInstance()

addConfigSection

public void addConfigSection(ConfigSection item,
                             PluginInterface pi)

removeConfigSection

public void removeConfigSection(ConfigSection item)

getList

public ArrayList<ConfigSection> getList()

getHolderList

public ArrayList<ConfigSectionHolder> getHolderList()