Squeak Class Documentation category index | class index  
 
IRCChannelListBrowser
  category: Network-IRC Chat
  superclass: Model
  subclasses:

a browser of the list of channels a given connection offers. Allows users to easily join and create channels.

instance methods
  access
  channelDescriptions
channelIndex
channelIndex:

  interface
  createChannel
openMorphicView
openSelectedChannel
openView

  private
  refreshChannelList
update:

  private-initialization
  initialize:

class methods
  instance creation
  forConnection:
openForConnection:

instance methods
  access top  
 

channelDescriptions


 

channelIndex


 

channelIndex:


  interface top  
 

createChannel


 

openMorphicView


 

openSelectedChannel


 

openView


  private top  
 

refreshChannelList

update the list of channels


 

update:

Receive a change notice from an object of whom the receiver is a
dependent. The default behavior is to do nothing; a subclass might want
to change itself in some way.


  private-initialization top  
 

initialize:


class methods
  instance creation top  
 

forConnection:


 

openForConnection: