Package org.eclipse.help

Examples of org.eclipse.help.IIndex


          }
          else {
            IndexContribution contribution = new IndexContribution();
            contribution.setId(contrib[j].getId());
            contribution.setLocale(contrib[j].getLocale());
            IIndex index = contrib[j].getIndex();
            contribution.setIndex(index instanceof Index ? (Index)index : (Index)UAElementFactory.newElement(index));
            contributions.add(contribution);
          }
        }
      }
View Full Code Here

TOP

Related Classes of org.eclipse.help.IIndex

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.