nikgoodley-ibboost / aost

Automatically exported from code.google.com/p/aost
0 stars 0 forks source link

Make user custom UI object configurable via TelluriumConfig.groovy #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After we split the Tellurium code base, we must make sure that user can add
custom UI objects and configure them via TelluriumConfig.groovy because in
such a case, user only needs to use Tellurium jar file and will not work on
Tellurium Core code base directly.

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 28 Aug 2008 at 4:24

GoogleCodeExporter commented 9 years ago
Added the support in TelluriumConfig.groovy, for example, 

    uiobject{
        builder{
           Icon="org.tellurium.builder.IconBuilder"

        }
    }

Original comment by John.Jian.Fang@gmail.com on 2 Sep 2008 at 4:40