Uses of Interface
leafchat.core.api.PluginContext

Packages that use PluginContext
com.leafdigital.ircui.api The IRC UI plugin API allows plugins to add actions that are available in a particular context so that these can appear on right-click menus. 
leafchat.core.api leafChat's core API, available to all plugins. 
 

Uses of PluginContext in com.leafdigital.ircui.api
 

Methods in com.leafdigital.ircui.api with parameters of type PluginContext
 GeneralChatWindow IRCUI.createGeneralChatWindow(PluginContext owner, GeneralChatWindow.Handler h, java.lang.String logSource, java.lang.String logCategory, java.lang.String logItem, int availableBytes, java.lang.String ownNick, java.lang.String target, boolean startMinimised)
          Creates a new chat window.
 

Constructors in com.leafdigital.ircui.api with parameters of type PluginContext
NickAction(PluginContext pc, java.lang.String name, int category, int order, java.lang.String command)
           
 

Uses of PluginContext in leafchat.core.api
 

Methods in leafchat.core.api with parameters of type PluginContext
 void Plugin.init(PluginContext pc, PluginLoadReporter status)
          Plugin should store context for future use (if necessary) and register itself with events in which it has interest.
 



Copyright © 2011 Samuel Marshall. All rights reserved.