Uses of Interface
org.eclipse.ecf.presence.chatroom.IChatRoomContainer

Packages that use IChatRoomContainer
org.eclipse.ecf.presence.bot   
org.eclipse.ecf.presence.bot.impl   
org.eclipse.ecf.presence.chatroom   
org.eclipse.ecf.presence.im   
org.eclipse.ecf.presence.ui.chatroom   
 

Uses of IChatRoomContainer in org.eclipse.ecf.presence.bot
 

Methods in org.eclipse.ecf.presence.bot with parameters of type IChatRoomContainer
 void IChatRoomContainerAdvisor.preChatRoomConnect(IChatRoomContainer roomContainer, ID roomID)
          This method will be called prior to connecting to the roomContainer.
 

Uses of IChatRoomContainer in org.eclipse.ecf.presence.bot.impl
 

Fields in org.eclipse.ecf.presence.bot.impl declared as IChatRoomContainer
protected  IChatRoomContainer ChatRoomBot.roomContainer
           
 

Methods in org.eclipse.ecf.presence.bot.impl with parameters of type IChatRoomContainer
 void EmptyChatRoomMessageHandler.preChatRoomConnect(IChatRoomContainer roomContainer, ID roomID)
           
 

Uses of IChatRoomContainer in org.eclipse.ecf.presence.chatroom
 

Methods in org.eclipse.ecf.presence.chatroom that return IChatRoomContainer
 IChatRoomContainer IChatRoomInfo.createChatRoomContainer()
          Create a new IChatRoomContainer instance.
 

Uses of IChatRoomContainer in org.eclipse.ecf.presence.im
 

Methods in org.eclipse.ecf.presence.im that return IChatRoomContainer
 IChatRoomContainer IChat.createChatRoomContainer()
          Create a new IChatRoomContainer instance from this chat.
 IChatRoomContainer IChatRoomCreationEvent.getChatRoomContainer()
          Get the chat room container associated with the new chat room created by remote.
 

Uses of IChatRoomContainer in org.eclipse.ecf.presence.ui.chatroom
 

Methods in org.eclipse.ecf.presence.ui.chatroom that return IChatRoomContainer
 IChatRoomContainer ChatRoomManagerView.getActiveChatRoomContainer()
           
 IChatRoomContainer[] ChatRoomManagerView.getChatRoomContainers()
           
 IChatRoomContainer ChatRoomManagerView.getRootChatRoomContainer()
           
 

Methods in org.eclipse.ecf.presence.ui.chatroom with parameters of type IChatRoomContainer
 java.lang.String IChatRoomCommandListener.handleCommand(IChatRoomContainer chatRoomContainer, java.lang.String inputLine)
          Detect and handle input commands.
 java.lang.String ChatRoomManagerUI.handleCommand(IChatRoomContainer chatRoomContainer, java.lang.String inputLine)
           
 void ChatRoomManagerView.initializeWithManager(java.lang.String localUserName1, java.lang.String hostName1, IChatRoomContainer rootChatRoomContainer, IChatRoomCommandListener commandListener1, IChatRoomViewCloseListener closeListener)
           
protected  java.lang.String ChatRoomManagerView.processForCommand(IChatRoomContainer chatRoomContainer, java.lang.String text)
           
 

Constructors in org.eclipse.ecf.presence.ui.chatroom with parameters of type IChatRoomContainer
ChatRoomViewerConfiguration(org.eclipse.jface.preference.IPreferenceStore preferenceStore, IChatRoomContainer container, ChatRoomManagerView view)