Uses of Interface
com.leafdigital.ircui.api.IRCAction

Packages that use IRCAction
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. 
 

Uses of IRCAction in com.leafdigital.ircui.api
 

Classes in com.leafdigital.ircui.api that implement IRCAction
 class AbstractIRCAction
          Convenience class to make it easier to create IRCActions
 class NickAction
          Convenience class for IRCActions that take a single nickname or multiple selected nicknames.
 

Methods in com.leafdigital.ircui.api that return types with arguments of type IRCAction
 java.util.Collection<IRCAction> IRCActionListMsg.getIRCActions()
          For use by whoever despatched the message, after its despatch.
 

Methods in com.leafdigital.ircui.api with parameters of type IRCAction
 void IRCActionListMsg.addIRCAction(IRCAction a)
          Adds an action to the list.
 



Copyright © 2011 Samuel Marshall. All rights reserved.