|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPrefs | |
net.sourceforge.blogentis.plugins | |
net.sourceforge.blogentis.plugins.impl |
Uses of IPrefs in net.sourceforge.blogentis.plugins |
Fields in net.sourceforge.blogentis.plugins declared as IPrefs | |
protected IPrefs |
AbstractBlogExtensionPoint.preferences
|
protected IPrefs |
AbstractBlogExtension.preferences
|
Methods in net.sourceforge.blogentis.plugins that return IPrefs | |
IPrefs |
AbstractBlogExtensionPoint.getPreferences()
|
IPrefs |
AbstractBlogExtension.getPreferences()
|
IPrefs |
IPluginService.getPreferencesFor(Blog blog,
java.lang.Class extensionClass)
Get the preferences object. |
IPrefs |
IBlogExtension.getPreferences()
Get the preferences manager for this plugin on this blog. |
Methods in net.sourceforge.blogentis.plugins with parameters of type IPrefs | |
void |
AbstractBlogExtension.setPreferences(IPrefs preferences)
|
void |
IBlogExtension.setPreferences(IPrefs preferences)
Set the preferences of this extension. |
Uses of IPrefs in net.sourceforge.blogentis.plugins.impl |
Classes in net.sourceforge.blogentis.plugins.impl that implement IPrefs | |
class |
PrefsImpl
|
Methods in net.sourceforge.blogentis.plugins.impl that return IPrefs | |
IPrefs |
BlogPluginServiceImpl.getPreferencesFor(Blog blog,
java.lang.Class extensionClass)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |