Package net.sphene.goim.rcp.ui.ContactList

Examples of net.sphene.goim.rcp.ui.ContactList.EntryMenu.open()


            if(!isMe(word.word)) {
              EntryMenu menu = (EntryMenu) chatParticipantStatus
                  .getParent().getData("entryMenu");
              RosterEntry entry = account.xmpp.getRoster().getEntry(
                  StringUtils.parseBareAddress(word.word));
              menu.open(account,entry,word.word);
            }
          }
          // ...
        }
      }
View Full Code Here


              // chat.getParticipant());
              if (chat != null && StringUtils.parseBareAddress(user)
                .equals(StringUtils.parseBareAddress(chat.getJID()))) {
                EntryMenu menu = (EntryMenu) chatParticipantStatus
                    .getParent().getData("entryMenu");
                menu
                    .open(
                        account,
                        account.xmpp
                            .getRoster()
                            .getEntry(
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.