Examples of UIEventOpenNewAIF


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
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.