Package com.nomagic.magicdraw.help
Class Help
- java.lang.Object
-
- com.nomagic.magicdraw.help.Help
-
@OpenApiAll public final class Help extends java.lang.Object
Utility class for showing a help.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Help
getInstance()
Singleton method to return an instancevoid
showTopic(java.lang.String topicId)
Show help with a given topic id
-
-
-
Method Detail
-
getInstance
public static Help getInstance()
Singleton method to return an instance- Returns:
- help instance
-
showTopic
public void showTopic(java.lang.String topicId)
Show help with a given topic id- Parameters:
topicId
- topic id
-
-