Package vg.core.event

Examples of vg.core.event.UIEventOpenNewAIF


    }));
    // update ui
    this.view.updateUI();
    // create and send event (opening of new aif)
    if(this.parameter != null && this.parameter.userInterface != null) {
      UIEventOpenNewAIF event = new UIEventOpenNewAIF(tabId, fullFileName, shortFileName);
      this.parameter.userInterface.addEvent(event);
    }
    return(tabId);
  }
View Full Code Here

TOP

Related Classes of vg.core.event.UIEventOpenNewAIF

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.