Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
AbstractHelpTopic
Last updated at 8:20 pm UTC on 18 October 2017
 Model subclass: #AbstractHelpTopic
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'HelpSystem-Core-Model'

Comment

A HelpTopic provides content information that can be used as a help to the user.
It can be labeled with a title and marked with an (optional) icon.

Help topics form a hierarchy since any topic is able to have zero or more
subtopics.

AbstractHelpTopic subclasses
   {ClassAPIHelpTopic . 
   HelpTopic . 
   MethodListHelpTopic . 
   PackageAPIHelpTopic . 
   ClassBasedHelpTopic . 
   HtmlHelpTopic . 
   SearchTopic
 }