Examples of AkteraAktarioGUI


Examples of de.iritgo.aktera.aktario.gui.AkteraAktarioGUI

   * @see de.buerobyte.iritgo.core.command.Command#perform()
   */
  @Override
  public void perform()
  {
    AkteraAktarioGUI gui = (AkteraAktarioGUI) Client.instance().getClientGUI();

    gui.getDesktopManager().getDisplay("BuddyListPane").bringToFront();
    gui.getDesktopManager().getDisplay("BuddyListPane").show();
  }
View Full Code Here

Examples of de.iritgo.aktera.aktario.gui.AkteraAktarioGUI

  /**
   * Initialize the client manager.
   */
  public void init()
  {
    aktarioGUI = new AkteraAktarioGUI();
    Engine.instance().getEventRegistry().addListener("Plugin", this);
  }
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.