Package net.sphene.goim.rcp.ui

Examples of net.sphene.goim.rcp.ui.ContactList


   * This is a callback that will allow us to create the viewer and initialize
   * it.
   */
  public void createPartControl(Composite parent) {
    //parent.setLayout(new GridLayout());
    contactList = new ContactList(parent,SWT.NONE,this);
    GameExtensionPoint.getGameExtensions();
    //list.setLayoutData(new GridData(SWT.FILL,SWT.FILL,true,true));
    if(accountList != null)
      contactList.initWithAccountList(accountList);
    else if(account != null)
View Full Code Here

TOP

Related Classes of net.sphene.goim.rcp.ui.ContactList

Copyright © 2018 www.massapicom. 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.