Package 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.

See:
          Description

Interface Summary
GeneralChatWindow A chat window.
GeneralChatWindow.Handler Callbacks from the window
IRCAction Interface to be implemented by code that provides a particular action.
IRCUI Access to parts of the IRC user interface, such as chat windows and the like.
 

Class Summary
AbstractIRCAction Convenience class to make it easier to create IRCActions
IRCActionListMsg Message that is sent when building a list of actions, for example when somebody right-clicks on a nickname or the like.
NickAction Convenience class for IRCActions that take a single nickname or multiple selected nicknames.
 

Package com.leafdigital.ircui.api Description

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. Plugins implement this by listening for IRCActionListMsg.



Copyright © 2011 Samuel Marshall. All rights reserved.