|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Users | |
---|---|
com.joctopus.core | |
com.joctopus.ui.joctopus |
Uses of Users in com.joctopus.core |
---|
Fields in com.joctopus.core declared as Users | |
---|---|
static Users |
Util.me
stores applns config. |
Fields in com.joctopus.core with type parameters of type Users | |
---|---|
static java.util.Vector<Users> |
Util.config
stores applns config. |
static java.util.Vector<Users> |
Util.users
stores users object, based on each |
Methods in com.joctopus.core that return types with arguments of type Users | |
---|---|
static java.util.Vector<Users> |
Util.searchByIPAddress(java.lang.String ipaddress,
java.util.Vector userconfig)
|
Uses of Users in com.joctopus.ui.joctopus |
---|
Fields in com.joctopus.ui.joctopus with type parameters of type Users | |
---|---|
protected java.util.Vector<Users> |
ChatBoard.vUsers
stores different users, from which we can know that which users are currently present in chat board |
Methods in com.joctopus.ui.joctopus that return Users | |
---|---|
Users |
ChatterHandler.getCurrentUser()
|
Users |
ChatHistory.getUser()
Get the value of user |
Methods in com.joctopus.ui.joctopus that return types with arguments of type Users | |
---|---|
java.util.Vector<Users> |
ChatBoard.getvUsers()
|
Methods in com.joctopus.ui.joctopus with parameters of type Users | |
---|---|
static void |
ChatCache.clearHistory(Users user)
clears the chat history for the given user. |
void |
ChatBoard.createORShowChatTabForUser(Users user,
boolean show,
boolean takeHistory)
user, to be searched if found then select that particular tab else, create a new chat tab with existing chat panel. |
static ChatHistory |
ChatCache.findHistory(Users user)
|
void |
ChatBoard.selectTab(Users user)
|
void |
ChatterHandler.setCurrentUser(Users currentUser)
|
void |
ChatHistory.setUser(Users user)
Set the value of user |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |