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

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


        System.out.println("Data: " + e.data);
      }
    });
    Menu menu = new Menu(chatHistory.getShell(),SWT.POP_UP);
    // TODO add context menu to chat history ..
    menu.addListener(SWT.Show, new Listener() {
      public void handleEvent(Event event) {
       
      }
    });
    chatHistory.setMenu(menu);
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.