You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(38) |
Dec
(6) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
|
Feb
(8) |
Mar
|
Apr
|
May
|
Jun
(29) |
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
|
From: Alexander P. <dea...@us...> - 2002-09-30 13:37:23
|
Update of /cvsroot/vesuf/dictionary In directory usw-pr-cvs1:/tmp/cvs-serv797 Added Files: readme.txt Log Message: instructions on how to start the dictionary (initial checkin) --- NEW FILE: readme.txt --- The following lines should start the dictionary (standalone awt version): Windows: java -cp lib\vesuf.jar;src org.vesuf.runtime.application.GUIRunner dictionary.dictionary_application_awt Unix: java -cp lib/vesuf.jar:src org.vesuf.runtime.application.GUIRunner dictionary.dictionary_application_awt where "org.vesuf.runtime.application.GUIRunner" is the standalone interpreter of vesuf (main class), and "dictionary.dictionary_application_awt" is the application model of the dictionary application. |
|
From: Alexander P. <dea...@us...> - 2002-09-30 13:34:05
|
Update of /cvsroot/vesuf/dictionary/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv32374/htdocs
Modified Files:
dictionary_awt.html
Log Message:
beautyfied layout
Index: dictionary_awt.html
===================================================================
RCS file: /cvsroot/vesuf/dictionary/htdocs/dictionary_awt.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** dictionary_awt.html 10 Jun 2002 08:45:20 -0000 1.1.1.1
--- dictionary_awt.html 30 Sep 2002 13:33:59 -0000 1.2
***************
*** 23,28 ****
<div align="center">
<p><applet
! width = "65"
! height = "19"
archive = "vesuf.jar, dictionary.jar"
code = "org.vesuf.runtime.application.VesufApplet">
--- 23,28 ----
<div align="center">
<p><applet
! width = "150"
! height = "30"
archive = "vesuf.jar, dictionary.jar"
code = "org.vesuf.runtime.application.VesufApplet">
|
|
From: Alexander P. <dea...@us...> - 2002-09-30 13:34:05
|
Update of /cvsroot/vesuf/dictionary/src/dictionary In directory usw-pr-cvs1:/tmp/cvs-serv32374/src/dictionary Modified Files: dictionary_awt.suiml dictionary_caffeine.suiml Log Message: beautyfied layout Index: dictionary_awt.suiml =================================================================== RCS file: /cvsroot/vesuf/dictionary/src/dictionary/dictionary_awt.suiml,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dictionary_awt.suiml 10 Jun 2002 08:45:20 -0000 1.1.1.1 --- dictionary_awt.suiml 30 Sep 2002 13:34:00 -0000 1.2 *************** *** 35,38 **** --- 35,39 ---- path = "CurrentDictionary" widgettype = "Choice" + background = "white" layoutconstraints = "org.vesuf.runtime.presentation.awt.VesufGridBagConstraints(1, 0, 1, 1, 2, 1, java.awt.GridBagConstraints.WEST, java.awt.GridBagConstraints.HORIZONTAL)"/> *************** *** 46,49 **** --- 47,51 ---- path = "Query.From" widgettype = "Choice" + background = "white" layoutconstraints = "org.vesuf.runtime.presentation.awt.VesufGridBagConstraints(1, 1, 1, 1, 2, 1, java.awt.GridBagConstraints.WEST, java.awt.GridBagConstraints.HORIZONTAL)"/> *************** *** 57,60 **** --- 59,63 ---- path = "Query.To" widgettype = "Choice" + background = "white" layoutconstraints = "org.vesuf.runtime.presentation.awt.VesufGridBagConstraints(1, 2, 1, 1, 2, 1, java.awt.GridBagConstraints.WEST, java.awt.GridBagConstraints.HORIZONTAL)"/> Index: dictionary_caffeine.suiml =================================================================== RCS file: /cvsroot/vesuf/dictionary/src/dictionary/dictionary_caffeine.suiml,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dictionary_caffeine.suiml 10 Jun 2002 08:45:20 -0000 1.1.1.1 --- dictionary_caffeine.suiml 30 Sep 2002 13:34:00 -0000 1.2 *************** *** 41,44 **** --- 41,45 ---- path = "CurrentDictionary" widgettype = "Choice" + background = "white" layoutconstraints = "org.vesuf.runtime.presentation.awt.VesufGridBagConstraints(1, 0, 1, 1, 2, 1, java.awt.GridBagConstraints.WEST, java.awt.GridBagConstraints.HORIZONTAL)"/> *************** *** 52,55 **** --- 53,57 ---- path = "Query.From" widgettype = "Choice" + background = "white" layoutconstraints = "org.vesuf.runtime.presentation.awt.VesufGridBagConstraints(1, 1, 1, 1, 2, 1, java.awt.GridBagConstraints.WEST, java.awt.GridBagConstraints.HORIZONTAL)"/> *************** *** 63,66 **** --- 65,69 ---- path = "Query.To" widgettype = "Choice" + background = "white" layoutconstraints = "org.vesuf.runtime.presentation.awt.VesufGridBagConstraints(1, 2, 1, 1, 2, 1, java.awt.GridBagConstraints.WEST, java.awt.GridBagConstraints.HORIZONTAL)"/> |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:32
|
Update of /cvsroot/vesuf/dictionary/webapp/org/vesuf/tools/uiml In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/org/vesuf/tools/uiml Removed Files: UIML2_0d.dtd shorthand2uiml.xsl Log Message: removed accidentally checked in "webapp" directory --- UIML2_0d.dtd DELETED --- --- shorthand2uiml.xsl DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:31
|
Update of /cvsroot/vesuf/dictionary/webapp/org/vesuf/tools/xmi In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/org/vesuf/tools/xmi Removed Files: parser.properties Log Message: removed accidentally checked in "webapp" directory --- parser.properties DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:29
|
Update of /cvsroot/vesuf/dictionary/webapp/org/vesuf/runtime/presentation/wml In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/org/vesuf/runtime/presentation/wml Removed Files: cio_mapping_wml.properties Log Message: removed accidentally checked in "webapp" directory --- cio_mapping_wml.properties DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:29
|
Update of /cvsroot/vesuf/dictionary/webapp/org/vesuf In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/org/vesuf Removed Files: ProfilerAspect.ajava Log Message: removed accidentally checked in "webapp" directory --- ProfilerAspect.ajava DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:29
|
Update of /cvsroot/vesuf/dictionary/webapp/org/vesuf/runtime/presentation/awt In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/org/vesuf/runtime/presentation/awt Removed Files: cio_mapping_awt.properties Log Message: removed accidentally checked in "webapp" directory --- cio_mapping_awt.properties DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:28
|
Update of /cvsroot/vesuf/dictionary/webapp/WEB-INF In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/WEB-INF Removed Files: web.xml Log Message: removed accidentally checked in "webapp" directory --- web.xml DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:28
|
Update of /cvsroot/vesuf/dictionary/webapp/org/vesuf/runtime/presentation/html In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/org/vesuf/runtime/presentation/html Removed Files: cio_mapping_html.properties cio_mapping_html_notemplate.properties Log Message: removed accidentally checked in "webapp" directory --- cio_mapping_html.properties DELETED --- --- cio_mapping_html_notemplate.properties DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:28
|
Update of /cvsroot/vesuf/dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/wml In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/wml Removed Files: cio_mapping_wml.properties Log Message: removed accidentally checked in "webapp" directory --- cio_mapping_wml.properties DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:28
|
Update of /cvsroot/vesuf/dictionary/webapp/org/vesuf/model/navigation In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/org/vesuf/model/navigation Removed Files: DefaultDialogModel.ser Log Message: removed accidentally checked in "webapp" directory --- DefaultDialogModel.ser DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:28
|
Update of /cvsroot/vesuf/dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html Removed Files: autotemplate.vm cio_mapping_html.properties cio_mapping_html_notemplate.properties velocity.properties Log Message: removed accidentally checked in "webapp" directory --- autotemplate.vm DELETED --- --- cio_mapping_html.properties DELETED --- --- cio_mapping_html_notemplate.properties DELETED --- --- velocity.properties DELETED --- |
Update of /cvsroot/vesuf/dictionary/webapp/WEB-INF/classes/dictionary In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/WEB-INF/classes/dictionary Removed Files: dictionaries.properties dictionary.vm dictionary_application_awt.properties dictionary_application_caffeine.properties dictionary_application_html.properties dictionary_application_vxml.properties dictionary_application_wml.properties dictionary_awt.ser dictionary_caffeine.ser dictionary_html.ser dictionary_html.vm dictionary_html_p.ser dictionary_mapping.properties dictionary_p.vm dictionary_portlet_html.properties dictionary_vxml.ser dictionary_vxml.vm dictionary_wml.ser dictionary_wml.vm Log Message: removed accidentally checked in "webapp" directory --- dictionaries.properties DELETED --- --- dictionary.vm DELETED --- --- dictionary_application_awt.properties DELETED --- --- dictionary_application_caffeine.properties DELETED --- --- dictionary_application_html.properties DELETED --- --- dictionary_application_vxml.properties DELETED --- --- dictionary_application_wml.properties DELETED --- --- dictionary_awt.ser DELETED --- --- dictionary_caffeine.ser DELETED --- --- dictionary_html.ser DELETED --- --- dictionary_html.vm DELETED --- --- dictionary_html_p.ser DELETED --- --- dictionary_mapping.properties DELETED --- --- dictionary_p.vm DELETED --- --- dictionary_portlet_html.properties DELETED --- --- dictionary_vxml.ser DELETED --- --- dictionary_vxml.vm DELETED --- --- dictionary_wml.ser DELETED --- --- dictionary_wml.vm DELETED --- |
Update of /cvsroot/vesuf/dictionary/webapp/dictionary In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/dictionary Removed Files: dict.wml dictionaries.properties dictionary_application_awt.properties dictionary_application_caffeine.properties dictionary_application_html.properties dictionary_application_vxml.properties dictionary_application_wml.properties dictionary_awt.ser dictionary_caffeine.ser dictionary_html.ser dictionary_html_p.ser dictionary_mapping.properties dictionary_portlet_html.properties dictionary_vxml.ser dictionary_wml.ser Log Message: removed accidentally checked in "webapp" directory --- dict.wml DELETED --- --- dictionaries.properties DELETED --- --- dictionary_application_awt.properties DELETED --- --- dictionary_application_caffeine.properties DELETED --- --- dictionary_application_html.properties DELETED --- --- dictionary_application_vxml.properties DELETED --- --- dictionary_application_wml.properties DELETED --- --- dictionary_awt.ser DELETED --- --- dictionary_caffeine.ser DELETED --- --- dictionary_html.ser DELETED --- --- dictionary_html_p.ser DELETED --- --- dictionary_mapping.properties DELETED --- --- dictionary_portlet_html.properties DELETED --- --- dictionary_vxml.ser DELETED --- --- dictionary_wml.ser DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:27
|
Update of /cvsroot/vesuf/dictionary/webapp/WEB-INF/lib In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/WEB-INF/lib Removed Files: velocity.jar Log Message: removed accidentally checked in "webapp" directory --- velocity.jar DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:27
|
Update of /cvsroot/vesuf/dictionary/webapp/org/vesuf/runtime/presentation/vxml In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/org/vesuf/runtime/presentation/vxml Removed Files: cio_mapping_vxml.properties Log Message: removed accidentally checked in "webapp" directory --- cio_mapping_vxml.properties DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:27
|
Update of /cvsroot/vesuf/dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt Removed Files: cio_mapping_awt.properties Log Message: removed accidentally checked in "webapp" directory --- cio_mapping_awt.properties DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:26
|
Update of /cvsroot/vesuf/dictionary/webapp/WEB-INF/classes/org/vesuf/model/navigation In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/WEB-INF/classes/org/vesuf/model/navigation Removed Files: DefaultDialogModel.ser Log Message: removed accidentally checked in "webapp" directory --- DefaultDialogModel.ser DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:51:26
|
Update of /cvsroot/vesuf/dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/vxml In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/vxml Removed Files: cio_mapping_vxml.properties Log Message: removed accidentally checked in "webapp" directory --- cio_mapping_vxml.properties DELETED --- |
Update of /cvsroot/vesuf/dictionary/webapp In directory usw-pr-cvs1:/tmp/cvs-serv30987/webapp Removed Files: dictionary.html dictionary.jar dictionary_awt.html dictionary_caffeine.html index.html pa.jar vesuf.jar Log Message: removed accidentally checked in "webapp" directory --- dictionary.html DELETED --- --- dictionary.jar DELETED --- --- dictionary_awt.html DELETED --- --- dictionary_caffeine.html DELETED --- --- index.html DELETED --- --- pa.jar DELETED --- --- vesuf.jar DELETED --- |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:45:50
|
Update of /cvsroot/vesuf/dictionary In directory usw-pr-cvs1:/tmp/cvs-serv29195 Log Message: initial checkin of dictionary example Status: Vendor Tag: dictionary Release Tags: start N dictionary/ant_def.properties N dictionary/build.xml N dictionary/htdocs/dictionary.html N dictionary/htdocs/dictionary_awt.html N dictionary/htdocs/dictionary_caffeine.html N dictionary/htdocs/index.html N dictionary/src/web.xml N dictionary/src/dictionary/dict.wml N dictionary/src/dictionary/dictionaries.properties N dictionary/src/dictionary/dictionary.vm N dictionary/src/dictionary/DictionaryObjectModel.java N dictionary/src/dictionary/dictionary_application_awt.properties N dictionary/src/dictionary/dictionary_application_caffeine.properties N dictionary/src/dictionary/dictionary_application_html.properties N dictionary/src/dictionary/dictionary_application_vxml.properties N dictionary/src/dictionary/dictionary_application_wml.properties N dictionary/src/dictionary/dictionary_awt.suiml N dictionary/src/dictionary/dictionary_caffeine.suiml N dictionary/src/dictionary/dictionary_html.suiml N dictionary/src/dictionary/dictionary_html.vm N dictionary/src/dictionary/dictionary_html_p.suiml N dictionary/src/dictionary/dictionary_mapping.properties N dictionary/src/dictionary/dictionary_p.vm N dictionary/src/dictionary/dictionary_portlet_html.properties N dictionary/src/dictionary/dictionary_vxml.suiml N dictionary/src/dictionary/dictionary_vxml.vm N dictionary/src/dictionary/dictionary_wml.suiml N dictionary/src/dictionary/dictionary_wml.vm N dictionary/src/dictionary/IDictionary.java N dictionary/src/dictionary/Language.java N dictionary/src/dictionary/Query.java N dictionary/src/dictionary/Result.java N dictionary/src/dictionary/ResultSet.java N dictionary/src/dictionary/SearchViewTask.java N dictionary/src/dictionary/parsers/ARTFLParser.java N dictionary/src/dictionary/parsers/FreedictParser.java N dictionary/src/dictionary/parsers/LeoParser.java N dictionary/src/dictionary/parsers/Parser.java N dictionary/src/dictionary/parsers/StringTaggenizer.java N dictionary/src/dictionary/parsers/TravlangParser.java N dictionary/webapp/dictionary.html N dictionary/webapp/dictionary.jar N dictionary/webapp/dictionary_awt.html N dictionary/webapp/dictionary_caffeine.html N dictionary/webapp/index.html N dictionary/webapp/pa.jar N dictionary/webapp/vesuf.jar N dictionary/webapp/dictionary/dict.wml N dictionary/webapp/dictionary/dictionaries.properties N dictionary/webapp/dictionary/dictionary_application_awt.properties N dictionary/webapp/dictionary/dictionary_application_caffeine.properties N dictionary/webapp/dictionary/dictionary_application_html.properties N dictionary/webapp/dictionary/dictionary_application_vxml.properties N dictionary/webapp/dictionary/dictionary_application_wml.properties N dictionary/webapp/dictionary/dictionary_awt.ser N dictionary/webapp/dictionary/dictionary_caffeine.ser N dictionary/webapp/dictionary/dictionary_html.ser N dictionary/webapp/dictionary/dictionary_html_p.ser N dictionary/webapp/dictionary/dictionary_mapping.properties N dictionary/webapp/dictionary/dictionary_portlet_html.properties N dictionary/webapp/dictionary/dictionary_vxml.ser N dictionary/webapp/dictionary/dictionary_wml.ser N dictionary/webapp/org/vesuf/ProfilerAspect.ajava N dictionary/webapp/org/vesuf/model/navigation/DefaultDialogModel.ser N dictionary/webapp/org/vesuf/runtime/presentation/awt/cio_mapping_awt.properties N dictionary/webapp/org/vesuf/runtime/presentation/html/cio_mapping_html.properties N dictionary/webapp/org/vesuf/runtime/presentation/html/cio_mapping_html_notemplate.properties N dictionary/webapp/org/vesuf/runtime/presentation/vxml/cio_mapping_vxml.properties N dictionary/webapp/org/vesuf/runtime/presentation/wml/cio_mapping_wml.properties N dictionary/webapp/org/vesuf/tools/uiml/shorthand2uiml.xsl N dictionary/webapp/org/vesuf/tools/uiml/UIML2_0d.dtd N dictionary/webapp/org/vesuf/tools/xmi/parser.properties N dictionary/webapp/WEB-INF/web.xml N dictionary/webapp/WEB-INF/classes/dictionary/dictionaries.properties N dictionary/webapp/WEB-INF/classes/dictionary/dictionary.vm I dictionary/webapp/WEB-INF/classes/dictionary/DictionaryObjectModel.class N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_application_awt.properties N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_application_caffeine.properties N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_application_html.properties N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_application_vxml.properties N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_application_wml.properties N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_awt.ser N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_caffeine.ser N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_html.ser N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_html.vm N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_html_p.ser N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_mapping.properties N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_p.vm N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_portlet_html.properties N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_vxml.ser N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_vxml.vm N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_wml.ser N dictionary/webapp/WEB-INF/classes/dictionary/dictionary_wml.vm I dictionary/webapp/WEB-INF/classes/dictionary/IDictionary.class I dictionary/webapp/WEB-INF/classes/dictionary/Language.class I dictionary/webapp/WEB-INF/classes/dictionary/Query.class I dictionary/webapp/WEB-INF/classes/dictionary/Result.class I dictionary/webapp/WEB-INF/classes/dictionary/ResultSet.class I dictionary/webapp/WEB-INF/classes/dictionary/SearchViewTask.class I dictionary/webapp/WEB-INF/classes/dictionary/parsers/ARTFLParser.class I dictionary/webapp/WEB-INF/classes/dictionary/parsers/FreedictParser.class I dictionary/webapp/WEB-INF/classes/dictionary/parsers/LeoParser.class I dictionary/webapp/WEB-INF/classes/dictionary/parsers/Parser.class I dictionary/webapp/WEB-INF/classes/dictionary/parsers/StringTaggenizer.class I dictionary/webapp/WEB-INF/classes/dictionary/parsers/TravlangParser.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/application/ApplicationModel.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/application/AutoPresentationMapper.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/application/IPresentationMapper.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/application/PropertyPresentationMapper.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/application/TemplatePresentationMapper.class N dictionary/webapp/WEB-INF/classes/org/vesuf/model/navigation/DefaultDialogModel.ser I dictionary/webapp/WEB-INF/classes/org/vesuf/model/navigation/IUIState.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/navigation/NavigationModel.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/presentation/IPart.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/presentation/Part.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/presentation/PresentationModel.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/common/Action.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/common/IAction.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/CompositeState.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/Event.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/FinalState.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/Guard.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/ICompositeState.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/IEvent.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/IFinalState.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/IGuard.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/IPseudoState.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/ISimpleState.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/IState.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/IStateMachine.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/IStateVertex.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/ISubmachineState.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/ITransition.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/PseudoState.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/SimpleState.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/State.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/StateMachine.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/StateVertex.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/SubmachineState.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/statemachines/Transition.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/usecases/Actor.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/usecases/IActor.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/usecases/IUseCase.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/behavior/usecases/UseCase.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/foundation/datatypes/Expression.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/foundation/datatypes/IExpression.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/foundation/extensions/IStereotype.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/foundation/extensions/ITaggedValue.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/foundation/extensions/Stereotype.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/foundation/extensions/TaggedValue.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/foundation/vepl/CollectionPathElement.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/foundation/vepl/IPathElement.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/foundation/vepl/LiteralPathElement.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/foundation/vepl/OperationValuePathElement.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/foundation/vepl/PathElement.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/foundation/vepl/PathParser.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/modelmanagement/ElementImport.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/modelmanagement/IModel.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/modelmanagement/IPackage.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/modelmanagement/Model.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/modelmanagement/ObjectModel.class I dictionary/webapp/WEB-INF/classes/org/vesuf/model/uml/modelmanagement/Package.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/application/Application$ApplicationHandler.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/application/Application.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/application/ApplicationManager.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/application/GUIRunner$1.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/application/GUIRunner.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/application/IApplication.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/application/VesufApplet$1.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/application/VesufApplet$2.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/application/VesufApplet$3.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/application/VesufApplet$4.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/application/VesufApplet.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/navigation/IUIStateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/navigation/NavigationRuntime.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/CachedValuesHandler.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/Factory.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/IContainerInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/IDelegateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/IMessageComponent.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/IPartInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/IPartInstanceFactory$Factory.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/IPartInstanceFactory.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/IPresentableInfo.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/IPresentationInfo.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/MessageComponent.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/PartInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/PresentationInfo$1.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/PresentationInfo.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/PresentationRuntime.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/UIController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ButtonDelegate$ButtonController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ButtonDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ButtonEventDelegate$ButtonEventController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ButtonEventDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ButtonLabel.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ButtonReferenceDelegate$ButtonController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ButtonReferenceDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/CheckboxClique.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/CheckboxDelegate$CheckboxController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/CheckboxDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/CheckboxGroupDelegate$CheckboxGroupController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/CheckboxGroupDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ChoiceDelegate$ChoiceController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ChoiceDelegate.class N dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/cio_mapping_awt.properties I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/Factory.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/FlushButton$ButtonController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/FlushButton.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/FrameContainer$1.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/FrameContainer.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/FrameDialog.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/GUIController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/GUIPartInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/IGUIPartInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ILayoutHandler.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/LabelDelegate$LabelController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/LabelDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/LabelLabel.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/LayoutHandler.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ListDelegate$ListController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ListDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/NullComponent.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/PanelContainer.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/PanelDialog.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/PropertyParser.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ScrollbarDelegate$ScrollbarController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ScrollbarDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/ScrollbarTextFieldDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/SelectableListDelegate$1.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/SelectableListDelegate$SelectionController$SelectedValue.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/SelectableListDelegate$SelectionController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/SelectableListDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/TextAreaDelegate$TextAreaController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/TextAreaDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/TextFieldDelegate$TextFieldController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/TextFieldDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/awt/VesufGridBagConstraints.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/ApplicationServlet.class N dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/autotemplate.vm I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/ButtonDelegate$ButtonDelegateController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/ButtonDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/ButtonEventDelegate$ButtonEventDelegateController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/ButtonEventDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/CheckboxInputDelegate$CheckboxInputController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/CheckboxInputDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/ChoiceDelegate$ChoiceController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/ChoiceDelegate.class N dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/cio_mapping_html.properties N dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/cio_mapping_html_notemplate.properties I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/Factory.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/FormPrintHandler.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/GenericContainer.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/GenericDialog.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/IHTMLPartInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/IPrintHandler.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/ListDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/ParagraphPrintHandler.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/PropertyParser.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/SHTML.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/SubmitButton.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/TablePrintHandler.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/TemplateDialog.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/TextDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/TextInputDelegate$TextInputController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/TextInputDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/TextLabel.class N dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/html/velocity.properties I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/swing/SwingComponentFactory.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/vxml/ChoiceDelegate$ChoiceController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/vxml/ChoiceDelegate.class N dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/vxml/cio_mapping_vxml.properties I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/vxml/Factory.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/vxml/TextInputDelegate$TextInputController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/vxml/TextInputDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/wml/ChoiceDelegate$ChoiceController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/wml/ChoiceDelegate.class N dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/wml/cio_mapping_wml.properties I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/wml/Factory.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/wml/TextInputDelegate$TextInputController.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/wml/TextInputDelegate.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/presentation/wml/TextLabel.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/CompositeStateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/EventInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/FinalStateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/ICompositeStateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/IEventInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/IFinalStateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/IPseudoStateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/ISimpleStateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/IStateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/IStateMachineInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/IStateVertexInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/ISubmachineStateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/ITransitionInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/PseudoStateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/SimpleStateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/StateEventDispatcher.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/StateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/StateInstanceEvent.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/StateMachineInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/StateMachineInstanceEvent.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/StateVertexInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/SubmachineStateInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/statemachines/TransitionInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/usecases/IUseCaseInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/behavior/usecases/UseCaseInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/foundation/vepl/CollectionPathElementInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/foundation/vepl/IPathElementInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/foundation/vepl/LiteralPathElementInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/foundation/vepl/OperationValuePathElementInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/runtime/uml/foundation/vepl/PathElementInstance.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/ChangeEvent.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/ClassHierarchy.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/ExpressionTokenizer.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/IChangeListener.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/INamedObject.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/IProgressListener.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/NamedObject.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/Null.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/ProgressApplet$1.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/ProgressApplet.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/ProgressEvent.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/PropertyResource.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/ProxyServlet.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/ResourceManager.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/SReflect.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/SUtil.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/Tuple.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/collection/Bag.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/collection/CollectionCreationException.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/collection/ICollection.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/collection/IIndexMap.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/collection/IMap.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/collection/IndexMap.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/collection/ISequence.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/collection/MapHashtable.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/collection/MultiCollection.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/collection/SCollection.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/collection/SequenceArray.class I dictionary/webapp/WEB-INF/classes/org/vesuf/util/collection/SequenceVector.class N dictionary/webapp/WEB-INF/lib/velocity.jar No conflicts created by this import ***** Bogus filespec: - Imported sources |
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:31:02
|
Update of /cvsroot/vesuf/vesuf/src/org/vesuf/util
In directory usw-pr-cvs1:/tmp/cvs-serv24677/src/org/vesuf/util
Modified Files:
ProxyServlet.java
Added Files:
SReflect.java
Log Message:
made everything compile again
fixed bugs in text-based choice delegates
--- NEW FILE: SReflect.java ---
package org.vesuf.util;
import java.awt.*;
import java.util.*;
import java.lang.reflect.*;
/**
* This class provides several useful static reflection util methods.
*/
public class SReflect
{
/** Mapping from basic class name -> object type(class). */
protected static Hashtable basictypes;
/** Mapping from basic class name -> basic class. */
protected static Hashtable classfornames;
static
{
[...986 lines suppressed...]
o = SReflect.processJavaString("Color(int: 0, int: 255, int: 0)", "java.awt");
System.out.println("hier: "+o);
o = SReflect.processJavaString("Integer.parseInt(\"42\")", "java.lang");
System.out.println("hier: "+o);
o = SReflect.processJavaString("Integer.parseInt(42)", "java.lang");
System.out.println("hier: "+o);
}
catch(Exception e)
{
e.printStackTrace();
}
}
public static String a = "a is great and beautiful";
}
Index: ProxyServlet.java
===================================================================
RCS file: /cvsroot/vesuf/vesuf/src/org/vesuf/util/ProxyServlet.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ProxyServlet.java 13 Dec 2001 12:21:04 -0000 1.3
--- ProxyServlet.java 10 Jun 2002 08:30:58 -0000 1.4
***************
*** 1,3 ****
! package org.inspectionj.util;
import java.io.*;
--- 1,3 ----
! package org.vesuf.util;
import java.io.*;
|
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:31:01
|
Update of /cvsroot/vesuf/vesuf/examples/shape
In directory usw-pr-cvs1:/tmp/cvs-serv24677/examples/shape
Modified Files:
ShapeObjectModel.java
Log Message:
made everything compile again
fixed bugs in text-based choice delegates
Index: ShapeObjectModel.java
===================================================================
RCS file: /cvsroot/vesuf/vesuf/examples/shape/ShapeObjectModel.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ShapeObjectModel.java 4 Feb 2002 10:06:27 -0000 1.3
--- ShapeObjectModel.java 10 Jun 2002 08:30:57 -0000 1.4
***************
*** 90,94 ****
Constraint coa = new Constraint("Circle disabling constraints", model, area);
ConstraintHandler ch = new ConstraintHandler(coa);
! ch.addPropertyValue(IConstraintHandler.CONSTRAINT_ENABLED, "false");
// Establish dependencies for the area.
--- 90,94 ----
Constraint coa = new Constraint("Circle disabling constraints", model, area);
ConstraintHandler ch = new ConstraintHandler(coa);
! ch.addPropertyValue(IConstraintHandler.CONSTRAINT_ACTIVE, "false");
// Establish dependencies for the area.
***************
*** 152,156 ****
Constraint coa = new Constraint("Rectangle disabling constraints", model, area);
ConstraintHandler ch = new ConstraintHandler(coa);
! ch.addPropertyValue(IConstraintHandler.CONSTRAINT_ENABLED, "false");
// Establish dependencies for the area.
--- 152,156 ----
Constraint coa = new Constraint("Rectangle disabling constraints", model, area);
ConstraintHandler ch = new ConstraintHandler(coa);
! ch.addPropertyValue(IConstraintHandler.CONSTRAINT_ACTIVE, "false");
// Establish dependencies for the area.
|
|
From: Alexander P. <dea...@us...> - 2002-06-10 08:31:01
|
Update of /cvsroot/vesuf/vesuf/src/org/vesuf/runtime/presentation/html
In directory usw-pr-cvs1:/tmp/cvs-serv24677/src/org/vesuf/runtime/presentation/html
Modified Files:
ChoiceDelegate.java
Log Message:
made everything compile again
fixed bugs in text-based choice delegates
Index: ChoiceDelegate.java
===================================================================
RCS file: /cvsroot/vesuf/vesuf/src/org/vesuf/runtime/presentation/html/ChoiceDelegate.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ChoiceDelegate.java 27 Nov 2001 15:25:17 -0000 1.2
--- ChoiceDelegate.java 10 Jun 2002 08:30:58 -0000 1.3
***************
*** 109,112 ****
--- 109,113 ----
{
IValuedElement element = (IValuedElement)getPathInstance().getElement();
+ cvhandler.init();
writer.print("<SELECT");
writer.print(" name=\"" + getPart().getPartname()
***************
*** 114,118 ****
writer.println(">");
- cvhandler.init();
String[] strings = cvhandler.getStrings();
int index = cvhandler.getIndex(element.getValue().getObject());
--- 115,118 ----
|