Package com.teamcenter.rac.aif.navigationpane

Examples of com.teamcenter.rac.aif.navigationpane.ApplicationTaskPaneSectionChangeEvent


      updateSecComp.setToolTipText(e.getNewValue() == null ? "" : e.getNewValue().toString());
    }

    ISectionComponent[] finalList = getSectionComponents();

    ApplicationTaskPaneSectionChangeEvent evt = new ApplicationTaskPaneSectionChangeEvent(this, this.getID(), finalList, null);

    appTaskPane.getLeftHandNavigationPane().fireTaskPaneSectionChangeEvent(evt);

  }
View Full Code Here


        List<ISectionComponent> list = getContainedSections(pce.getComponent());

        if (list != null) {
          ISectionComponent[] finalList = getSectionComponents();

          ApplicationTaskPaneSectionChangeEvent evt = new ApplicationTaskPaneSectionChangeEvent(this, this.getID(), finalList, null);

          appTaskPane.getLeftHandNavigationPane().fireTaskPaneSectionChangeEvent(evt);
        }
      }
    }
View Full Code Here

TOP

Related Classes of com.teamcenter.rac.aif.navigationpane.ApplicationTaskPaneSectionChangeEvent

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.