Skip to content
Snippets Groups Projects
Commit b6f78158 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

plantuml-diagram for sekvens

parent 368e7874
No related branches found
No related tags found
No related merge requests found
......@@ -11,17 +11,7 @@
<artifactId>fxui</artifactId>
<!--
<repositories>
<repository>
<id>bintray</id>
<url>https://dl.bintray.com/jerady/maven</url>
</repository>
</repositories>
-->
<dependencies>
<dependency>
<groupId>it1901.todolist</groupId>
<artifactId>core</artifactId>
......@@ -46,14 +36,6 @@
<version>14.0.2</version>
</dependency>
<!--
<dependency>
<groupId>de.jensd</groupId>
<artifactId>fontawesomefx-fontawesome</artifactId>
<version>4.7.0-11</version>
</dependency>
-->
<!-- https://mvnrepository.com/artifact/de.jensd/fontawesomefx-controls -->
<dependency>
<groupId>de.jensd</groupId>
......
todolist/fxui/src/main/java/todolist/ui/sequence.png

26.6 KiB

actor User
User -> "~#newTodoItemButton: Button" as newTodoItemButton: click
newTodoItemButton -> TodoController: handleNewTodoItemAction
TodoController -> "~#newTodoItemText: TextField" as newTodoItemText: getText
TodoController -> TodoList: addTodoItem
TodoList -> TodoList: fireTodoListChanged
TodoList -> TodoListListener: todoListChanged
TodoListListener -> TodoController: autoSaveTodoList
TodoListListener -> TodoController: updateTodoListView
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment