Package org.eclipse.help.base
Interface IScopeHandle
public interface IScopeHandle
Container class for associating AbstractHelpScopes with an ID
- Since:
- 3.6
- 
Method Details- 
getScopeAbstractHelpScope getScope()Get the AbstractHelpScope associated with this handle- Returns:
- AbstractHelpScope
 
- 
getIdString getId()Get the String ID associated with this handle- Returns:
- ID
 
 
-