r20346: This is the beginnings of a framework for a complete SWAT. It will provide
authorDerrell Lipman <derrell@samba.org>
Sun, 24 Dec 2006 21:42:02 +0000 (21:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:29:42 +0000 (14:29 -0500)
commit7cd9ac7a455fcc4237339c2cf4d2b35b50e17f24
tree1ced0e4fe268121d4c5047a4dfae7f39311cd566
parent880a9be3f7448695db66b4e0c55411abd82bebca
r20346: This is the beginnings of a framework for a complete SWAT.  It will provide
for easily adding modules, and using as much common code as possible.
Although all modules are loaded to the browser as part of the application,
modules are not actually initialized, their finite state machines generated,
or their graphical user interfaces built until they are selected to be viewed
for the first time.

I'm checking this in at this early stage because I promised Brad some
check-ins a week ago, and the flu has kept me unable to do anything for the
past 10 days.  Now that I'm back in working order, I hope to be building on
this regularly over the next few days.

Derrell
(This used to be commit 9302ef10173a8eaa31935323f899e65f6e7ae95c)
swat/apps/swat/Makefile [new file with mode: 0644]
swat/apps/swat/source/class/swat/main/Gui.js [new file with mode: 0644]
swat/apps/swat/source/class/swat/main/Main.js [new file with mode: 0644]
swat/apps/swat/source/class/swat/module/AbstractModule.js [new file with mode: 0644]
swat/apps/swat/source/class/swat/module/stats/Fsm.js [new file with mode: 0644]
swat/apps/swat/source/class/swat/module/stats/Statistics.js [new file with mode: 0644]
swat/apps/swat/source/index.html [new file with mode: 0644]
swat/apps/swat/source/script/swat.js [new file with mode: 0644]