public class DocuContainer extends Object
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAllDocuNames() |
String[] |
getTextDocuNames() |
String[] |
getXmlDocuNames() |
TextDocumentation |
textDocumentation(String name)
This method provides access to the text documentation which the specified name.
|
XMLDocumentation |
xmlDocumentation(String name)
This method provides access to the xml documentation which the specified name.
|
public TextDocumentation textDocumentation(String name)
name - Name of the documenation (Name of the tab in the User Interface)null if a documentation with the specified name was not found.public XMLDocumentation xmlDocumentation(String name)
name - Name of the documenation (Name of the tab in the User Interface)null if a documentation with the specified name was not found.public String[] getTextDocuNames()
public String[] getXmlDocuNames()
public String[] getAllDocuNames()
Copyright © 2021. All rights reserved.