3. How you can adapt HuGop
Aus Hugo Doku
(Weitergeleitet von 3.1. Writing own (common) Methods)
As HuGo is a Java meta language, you can use any language syntax, which is provided by Java. Thus the easiest way to adapt HuGo is to extend the HuGo Frame base classes by inheritance.
3.1. Writing own (common) Methods
To extend the functionality of HuGo, extend the accordinglyHuGo Frame base class.
Example 3.1. Adapting HuGo with own methods.
<example not yet included>
