com.beem.project.beem.ui.dialogs.builders
Class ChatList

Package class diagram package ChatList
java.lang.Object
  extended by android.app.AlertDialog.Builder
      extended by com.beem.project.beem.ui.dialogs.builders.ChatList

public class ChatList
extends AlertDialog.Builder

Create the change chat dialog.


Constructor Summary
ChatList(Context context, List<Contact> openedChats)
          Constructor.
 
Method Summary
 
Methods inherited from class android.app.AlertDialog.Builder
create, setAdapter, setCancelable, setCursor, setCustomTitle, setIcon, setIcon, setInverseBackgroundForced, setItems, setItems, setMessage, setMessage, setMultiChoiceItems, setMultiChoiceItems, setMultiChoiceItems, setNegativeButton, setNegativeButton, setNeutralButton, setNeutralButton, setOnCancelListener, setOnItemSelectedListener, setOnKeyListener, setPositiveButton, setPositiveButton, setSingleChoiceItems, setSingleChoiceItems, setSingleChoiceItems, setSingleChoiceItems, setTitle, setTitle, setView, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatList

public ChatList(Context context,
                List<Contact> openedChats)
Constructor.

Parameters:
context - context activity.
openedChats - A list containing the JID of participants of the opened chats.


Copyright © 2009 Beem-project.com. All Rights Reserved.