Package org.eclipse.help.internal.workingset

Examples of org.eclipse.help.internal.workingset.AdaptableToc


      return null;
    }
    // create working set from books
    ArrayList tocs = new ArrayList(scopes.length);
    for (int s = 0; s < scopes.length; s++) {
      AdaptableToc toc = wsmgr.getAdaptableToc(scopes[s]);
      if (toc != null) {
        tocs.add(toc);
      }
    }
    AdaptableToc[] adaptableTocs = (AdaptableToc[]) tocs
View Full Code Here

TOP

Related Classes of org.eclipse.help.internal.workingset.AdaptableToc

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.