Last Change: 10/31/1999
ibench.cfg |
| toolset1=NAME_TOOLSET#1(total:number_of_beans,bean11,bean12,...,bean1n) . . . toolsetm=NAME_OF_TOOLSET#M(total:number_of_beans,beanm1,beanm2,...,beanmn) links=link_class1,link_class2,...,link_classk |
toolsetn=toolset_name(toolset_definition). Defines a toolset. The
format is toolsetn=toolset_name(class,class,...,class). n is
a number that starts from 1 and should be consecutive for the next toolset;
That is, toolset keywords must be toolset1, toolset2, ...,toolsetm.
class can be any java bean or jar file. jarfiles are specified
with the .jar extension. class files are specified with the full name. There
you need to put the full qualified names of all the tools you want the workbench
to load. For example, if you want to load the class CachedSTFTable located
in the sieve.sluice.codebook package, and BoxPlot located in the sieve.nuggets
package, you specify:
toolset1=Some_Tools(sieve.sluice.codebook.CachedSTFTable,sieve.nuggets.BoxPlot)";links=sieve.sluice.TableViewTableViewLink)
Note that I included
sieve.sluice.TableViewTableViewLink in the links section.
test.html |
<!doctype html public
"-//w3c//dtd html 4.0 transitional//en"></BODY> |
WWhat the colors mean |
|
| This part is seen by both Internet Explorer and Netscape Navigator | |
| This part is only seen by Internet Explorer | |
| This part is only seen by Netscape Navigator | |
Don't feel intimidated by the code, you will ignore almost all of it. The
only thing you as a develper need to customize is the applet path (CODE
parameter).