Uses of Interface
org.eclipse.ecf.presence.chat.IChatRoomInfo

Packages that use IChatRoomInfo
org.eclipse.ecf.presence.chat   
org.eclipse.ecf.ui.dialogs   
org.eclipse.ecf.ui.views   
 

Uses of IChatRoomInfo in org.eclipse.ecf.presence.chat
 

Methods in org.eclipse.ecf.presence.chat that return IChatRoomInfo
 IChatRoomInfo IChatRoomManager.getChatRoomInfo(java.lang.String roomname)
          Get detailed room info for given room name
 IChatRoomInfo[] IChatRoomManager.getChatRoomsInfo()
          Get detailed room info for all chat rooms associated with this manager
 

Uses of IChatRoomInfo in org.eclipse.ecf.ui.dialogs
 

Methods in org.eclipse.ecf.ui.dialogs that return IChatRoomInfo
 IChatRoomInfo ChatRoomSelectionDialog.Room.getRoomInfo()
           
 

Constructors in org.eclipse.ecf.ui.dialogs with parameters of type IChatRoomInfo
ChatRoomSelectionDialog.Room(IChatRoomInfo info, IChatRoomManager man)
           
 

Uses of IChatRoomInfo in org.eclipse.ecf.ui.views
 

Methods in org.eclipse.ecf.ui.views that return IChatRoomInfo
 IChatRoomInfo ChatRoomView.getRoomInfo()
           
 

Methods in org.eclipse.ecf.ui.views with parameters of type IChatRoomInfo
 void ChatRoomView.initialize(IChatRoomViewCloseListener parent, java.lang.String secondaryID, IChatRoomContainer container, IChatRoomInfo info, IChatRoomMessageSender sender)