Uses of Class
uk.org.ownage.dmdirc.parser.ChannelListModeItem

Packages that use ChannelListModeItem
uk.org.ownage.dmdirc.parser   
 

Uses of ChannelListModeItem in uk.org.ownage.dmdirc.parser
 

Methods in uk.org.ownage.dmdirc.parser that return types with arguments of type ChannelListModeItem
 java.util.ArrayList<ChannelListModeItem> ChannelInfo.getListModeParam(java.lang.Character cMode)
          Get the list object representing a channel mode.
 

Methods in uk.org.ownage.dmdirc.parser with parameters of type ChannelListModeItem
 void ChannelInfo.setListModeParam(java.lang.Character cMode, ChannelListModeItem newItem, boolean bAdd)
          Add/Remove a value to a channel list.