Skip to content

Commit

Permalink
DeveloperGuide: update Ui component info
Browse files Browse the repository at this point in the history
UiPartLoader does not exist anymore. All UiParts can be directly
constructed via `new SomeUiPart()`.
  • Loading branch information
pyokagan committed Jan 18, 2017
1 parent fa7dbde commit 2cb1e4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ _Figure 2.2.1 : Structure of the UI Component_
**API** : [`Ui.java`](../src/main/java/seedu/address/ui/Ui.java)

The UI consists of a `MainWindow` that is made up of parts e.g.`CommandBox`, `ResultDisplay`, `PersonListPanel`,
`StatusBarFooter`, `BrowserPanel` etc. All these, including the `MainWindow`, inherit from the abstract `UiPart` class
and they can be loaded using the `UiPartLoader`.
`StatusBarFooter`, `BrowserPanel` etc. All these, including the `MainWindow`, inherit from the abstract `UiPart` class.

The `UI` component uses JavaFx UI framework. The layout of these UI parts are defined in matching `.fxml` files
that are in the `src/main/resources/view` folder.<br>
Expand Down
Binary file modified docs/diagrams/UiComponentClassDiagram.pptx
Binary file not shown.
Binary file modified docs/images/UiClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2cb1e4e

Please sign in to comment.