Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
course-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT1901
course-material
Commits
a7370e1a
Commit
a7370e1a
authored
5 years ago
by
George Adrian Stoica
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.stud.idi.ntnu.no/it1901/course-material.git
parents
72a40c5e
a2905982
No related branches found
No related tags found
No related merge requests found
Pipeline
#51134
passed
5 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
simpleexample2/fxui/src/main/java/simpleex/ui/README.md
+8
-3
8 additions, 3 deletions
simpleexample2/fxui/src/main/java/simpleex/ui/README.md
with
8 additions
and
3 deletions
simpleexample2/fxui/src/main/java/simpleex/ui/README.md
+
8
−
3
View file @
a7370e1a
...
...
@@ -16,7 +16,9 @@ Det er bare én app-klasse (**FxApp**), og denne velger hvilken variant som bruk
```
plantuml
class AbstractFxAppController
class LatLongsDataAccess
interface LatLongsDataAccess
class LocalLatLongsDataAccess
class RestLatLongsDataAccess
class BorderPane
class "ListView<LatLong>" as ListView
class "fxmapcontrol.MapBase" as MapBase
...
...
@@ -28,6 +30,9 @@ AbstractFxAppController --> LatLongsDataAccess: "dataAccess"
AbstractFxAppController --> MapBase: "mapView"
AbstractFxAppController --> ListView: "locationListView"
FxAppController ..|> AbstractFxAppController
FxAppUsingRestController ..|> AbstractFxAppController
FxAppController --|> AbstractFxAppController
FxAppUsingRestController --|> AbstractFxAppController
LocalLatLongsDataAccess ..|> LatLongsDataAccess
RestLatLongsDataAccess ..|> LatLongsDataAccess
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment