class documentation
class ACMEConfigurationTree(TextualTree):
Constructor: ACMEConfigurationTree(*args, **kwargs)
Configurations view for the ACME text UI.
| Method | __init__ |
Constructor. |
| Method | on |
Called when the widget is mounted to the app. |
| Method | on |
Called when the widget is shown. |
| Method | on |
Called when a node is highlighted. Show the documentation for the node. |
| Instance Variable | parent |
The parent container. |
| Instance Variable | prefix |
The length of the prefix. |
| Method | _show |
Show the documentation for a topic. |
| Instance Variable | _app |
A reference to the text UI application. |
Constructor.
An extra parameter "parentContainer" is added to the constructor.
| Parameters | |
*args:Any | Variable length argument list. |
**kwargs:Any | Arbitrary keyword arguments. |
Called when a node is highlighted. Show the documentation for the node.
| Parameters | |
node:TextualTree.NodeHighlighted | The node. |