Uses of Interface
com.leafdigital.prefs.api.PreferencesGroup

Packages that use PreferencesGroup
com.leafdigital.irc.api The IRC api provides low-level support for the events and communication involved in connection with an IRC server. 
com.leafdigital.prefs.api The preferences API provides a low-level way for plugins to store and retrieve their preferences. 
 

Uses of PreferencesGroup in com.leafdigital.irc.api
 

Methods in com.leafdigital.irc.api that return PreferencesGroup
 PreferencesGroup Server.getPreferences()
           
 

Uses of PreferencesGroup in com.leafdigital.prefs.api
 

Methods in com.leafdigital.prefs.api that return PreferencesGroup
 PreferencesGroup PreferencesGroup.addAnon()
          Creates a new anonymous child group.
 PreferencesGroup PreferencesGroup.findAnonGroup(java.lang.String pref, java.lang.String value, boolean recursive)
          Looks for a preferences group in all anonymous children (and their anonymous children, optionally) that contains the given preference.
 PreferencesGroup PreferencesGroup.findAnonGroup(java.lang.String pref, java.lang.String value, boolean recursive, boolean ignoreCase)
          Looks for a preferences group in all anonymous children (and their anonymous children, optionally) that contains the given preference.
 PreferencesGroup[] PreferencesGroup.getAnon()
           
 PreferencesGroup PreferencesGroup.getAnonParent()
           
 PreferencesGroup PreferencesGroup.getChild(java.lang.String name)
          Returns a nested preference group.
 PreferencesGroup PreferencesChangeMsg.getGroup()
           
 PreferencesGroup Preferences.getGroup(Plugin p)
          Returns a preference group.
 PreferencesGroup Preferences.getGroup(java.lang.String owner)
          Returns a preference group.
 

Methods in com.leafdigital.prefs.api with parameters of type PreferencesGroup
 int PreferencesGroup.addAnon(PreferencesGroup pg, int position)
          Adds a group from somewhere else into this anonymous array.
 

Constructors in com.leafdigital.prefs.api with parameters of type PreferencesGroup
PreferencesChangeMsg(PreferencesGroup pg, java.lang.String name, java.lang.String oldValue, java.lang.String newValue)
           
 



Copyright © 2011 Samuel Marshall. All rights reserved.