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

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

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

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

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

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

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

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

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

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