1 11 package org.eclipse.help.internal.model; 12 13 import java.util.List ; 14 15 import org.eclipse.help.*; 16 17 23 public interface ITocElement extends IToc, INavigationElement { 24 27 public String getTocTopicHref(); 28 38 public ITopic getOwnedTopic(String href); 39 47 public ITopic getOwnedExtraTopic(String href); 48 53 public List getChildrenTocs(); 54 } 55 | Popular Tags |