Examples of IDEtalkMessagesWindow


Examples of jetbrains.communicator.idea.IDEtalkMessagesWindow

    User selectedUser;
    if (container != null && project != null && command != null) {

      boolean focused = false;
      if (IDEtalkMessagesWindowImpl.PLACE_TOOLBAR.equals(e.getPlace())) {
        IDEtalkMessagesWindow messagesWindow = project.getComponent(IDEtalkMessagesWindow.class);
        selectedUser = messagesWindow.getSelectedUser();
        focused = messagesWindow.hasFocus();
      }
      else {
        UserListComponent userList = (UserListComponent) container.getComponentInstanceOfType(UserListComponent.class);
        selectedUser = userList.getSelectedUser();
        focused = userList.getComponent().hasFocus();
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.