Package org.eclipse.help.base
Interface IScopeHandle
-
public interface IScopeHandleContainer class for associating AbstractHelpScopes with an ID- Since:
- 3.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Get the String ID associated with this handleAbstractHelpScopegetScope()Get the AbstractHelpScope associated with this handle
-
-
-
Method Detail
-
getScope
AbstractHelpScope getScope()
Get the AbstractHelpScope associated with this handle- Returns:
- AbstractHelpScope
-
getId
java.lang.String getId()
Get the String ID associated with this handle- Returns:
- ID
-
-