Package net.sphene.goim.rcp.ui

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


    } else
      chatBrowserWindow.setIsDirty(true,false);
  }

  public void init(GOIMAccount account, MultiUserChat muc) {
    chatGUI = new MUCBrowserGUI(parent,SWT.NULL);
    this.account = account;
    ((MUCBrowserGUI)chatGUI).init(account,muc);
    changePartName();
    chatGUI.layout(true,true);
    chatGUI.addChangeListener(new SpheneListener<SpheneEvent>() {
View Full Code Here

TOP

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

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.