com.beem.project.beem.ui.dialogs.builders
Class ChatList
java.lang.Object
android.app.AlertDialog.Builder
com.beem.project.beem.ui.dialogs.builders.ChatList
public class ChatList
- extends AlertDialog.Builder
Create the change chat dialog.
| 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 |
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.