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