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

Used for browsing the list of users on a particular channel.

instance methods
  as yet unclassified
  onChannel:
openAsMorph
openView
refreshUserList
selectedUser
talkTo
update:
userIndex
userIndex:
userList

class methods
  instance creation
  onChannel:
openOnChannel:

instance methods
  as yet unclassified top  
 

onChannel:


 

openAsMorph


 

openView


 

refreshUserList

update the user list from the channel


 

selectedUser

return the name of the selected user, or nil if none


 

talkTo

open a window for talking to the selected user


 

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.


 

userIndex

return the index in userList of the user currently selected


 

userIndex:

change which user is selected


 

userList

return the current list of user names


class methods
  instance creation top  
 

onChannel:


 

openOnChannel: