Menu

Webservice Commit Log


Commit Date  
[r118] by weinerth

Modified Files:
src_test/java/unit/de/fhworms/ztt/ox/examrepository/ProblemModelTest.java

Added Files:
resource/de/fhworms/ztt/ox/resources/bundles/RepositoryEditor.properties
RecourceBundle for the RepositoryEditor.

resource/de/fhworms/ztt/ox/resources/icons/answer.gif
resource/de/fhworms/ztt/ox/resources/icons/copy.gif
resource/de/fhworms/ztt/ox/resources/icons/cut.gif
resource/de/fhworms/ztt/ox/resources/icons/delete.gif
resource/de/fhworms/ztt/ox/resources/icons/new.gif
resource/de/fhworms/ztt/ox/resources/icons/open.gif
resource/de/fhworms/ztt/ox/resources/icons/paste.gif
resource/de/fhworms/ztt/ox/resources/icons/problem.gif
resource/de/fhworms/ztt/ox/resources/icons/save.gif
Icons used by the GUI.

src/java/de/fhworms/ztt/ox/examadministrationclient/RepositoryEditor.java
The RepositoryEditor manages a ProblemCatalog.
This version can open an existing ProblemCatalog for displaying its
Problems and Answers - Problems and Answers can be removed.

2002-05-13 09:25:11 Tree
[r117] by weinerth

AnserModel:
getValueAt(int row, int col) method returns Answer Objects
added removeValueAt(int row) method
ProblemModel:
getValueAt(int, int) method returns Problem Objects
added removeValueAt(int row) method

Modified Files:
src/java/de/fhworms/ztt/ox/examrepository/AnswerModel.java
src/java/de/fhworms/ztt/ox/examrepository/ProblemModel.java
src_test/java/unit/de/fhworms/ztt/ox/examrepository/AnswerModelTest.java

2002-05-13 09:03:51 Tree
[r116] by weinerth

setValueAt(int row, int col) now returns Problem as Object

Modified Files:
src/java/de/fhworms/ztt/ox/examrepository/ProblemModel.java

2002-05-08 16:52:26 Tree
[r115] by weinerth

Changes in Model needs changes in ModelTest ;-)

Modified Files:
src_test/java/unit/de/fhworms/ztt/ox/examrepository/ProblemModelTest.java

2002-05-08 16:27:57 Tree
[r114] by weinerth

Added toString() method as an easy to use way for displaying a string
representation of problem on list components

Modified Files:
src/java/de/fhworms/ztt/ox/examrepository/Problem.java
src_test/java/unit/de/fhworms/ztt/ox/examrepository/ProblemTest.java

2002-05-08 15:34:06 Tree
[r113] by weinerth

Modified return values Collection into ArrayList

Modified Files:
src/java/de/fhworms/ztt/ox/examrepository/Exam.java

2002-05-08 08:40:38 Tree
[r112] by klotz

implemented builders for TableModels to support UI-Tools
MVC ..

Added Files:
src/java/de/fhworms/ztt/ox/examrepository/AnswerModel.java
src/java/de/fhworms/ztt/ox/examrepository/ProblemModel.java
src_test/java/unit/de/fhworms/ztt/ox/examrepository/AnswerModelTest.java
src_test/java/unit/de/fhworms/ztt/ox/examrepository/ProblemModelTest.java

2002-05-06 18:03:00 Tree
[r111] by klotz

modified methods getProblems() and getAnswers() to return
ArrayList because the Models could access the indexes

Modified Files:
src/java/de/fhworms/ztt/ox/examrepository/Problem.java
src/java/de/fhworms/ztt/ox/examrepository/ProblemCatalog.java

2002-05-06 18:01:56 Tree
[r110] by weinerth

Implemented an Exam class that has a Course, title, list of Students,
list of Problems and a state.

Added Files:
src/java/de/fhworms/ztt/ox/examrepository/Exam.java
src_test/java/unit/de/fhworms/ztt/ox/examrepository/ExamTest.java

2002-05-03 10:36:39 Tree
[r109] by klotz

implemented second part of task-card #11
fixed a few typos
fixed a javadoc bug in build file

Modified Files:
build.xml
src/java/de/fhworms/ztt/ox/campusdatarepository/Course.java
src/java/de/fhworms/ztt/ox/campusdatarepository/CourseCatalog.java
src/java/de/fhworms/ztt/ox/campusdatarepository/StudentCatalog.java
src_test/java/unit/de/fhworms/ztt/ox/campusdatarepository/CourseCatalogTest.java

2002-05-02 10:15:17 Tree
Older >
MongoDB Logo MongoDB