|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Plugin | |
---|---|
com.leafdigital.prefs.api | The preferences API provides a low-level way for plugins to store and retrieve their preferences. |
com.leafdigital.prefsui.api | The preferences UI API allows plugins to define preference pages that will be added to the main options window. |
leafchat.core.api | leafChat's core API, available to all plugins. |
Uses of Plugin in com.leafdigital.prefs.api |
---|
Methods in com.leafdigital.prefs.api with parameters of type Plugin | |
---|---|
PreferencesGroup |
Preferences.getGroup(Plugin p)
Returns a preference group. |
java.lang.String |
Preferences.getPluginOwner(Plugin p)
|
Uses of Plugin in com.leafdigital.prefsui.api |
---|
Methods in com.leafdigital.prefsui.api with parameters of type Plugin | |
---|---|
void |
PreferencesUI.registerPage(Plugin owner,
Page p)
Adds a page to the prefs dialog. |
void |
PreferencesUI.registerWizardPage(Plugin owner,
int order,
Page p)
Registers a page for the basic wizard interface. |
void |
PreferencesUI.unregisterPage(Plugin owner,
Page p)
Removes a page from the prefs dialog. |
Uses of Plugin in leafchat.core.api |
---|
Methods in leafchat.core.api that return Plugin | |
---|---|
Plugin |
PluginUnloadMsg.getPlugin()
|
Plugin |
PluginContext.getPlugin()
|
Constructors in leafchat.core.api with parameters of type Plugin | |
---|---|
PluginUnloadMsg(Plugin p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |