Package com.teamcenter.rac.aif

Examples of com.teamcenter.rac.aif.LeftHandNavigationPane


  @Override
  public void close() {
    AIFDesktop desktop = AIFUtility.getActiveDesktop();
    if (desktop != null) {
      LeftHandNavigationPane navPane = desktop.getLeftHandNavigationPane();
      if (navPane != null) {
        navPane.removeComponentOpenedListener(this);
        navPane.removeComponentClosedListener(this);
        navPane.removeSectionCompChangeListener(this);
      }
    }

    super.close();
  }
View Full Code Here

TOP

Related Classes of com.teamcenter.rac.aif.LeftHandNavigationPane

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.