forked from nus-cs2103-AY2324S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'AY2324S1-CS2103T-W12-4:master' into master
- Loading branch information
Showing
8 changed files
with
86 additions
and
127 deletions.
There are no files selected for viewing
Binary file modified
BIN
-63 Bytes
(99%)
bin/test/seedu/address/logic/parser/AddCommandParserTest.class
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@startuml | ||
|
||
start | ||
: onMouseClicked event triggered when a cell of the friend list is clicked on; | ||
: PersonListPanel.PersonListViewCell#updateItem() fires new ListCellSelectedEvent with the selected Person; | ||
: MainWindow#fillInnerParts() retrieves selected Person object with ListCellSelectedEvent#getSelectedPerson(); | ||
: Create new SelectedFriendCard with the Person; | ||
: Store the SelectedFriendCard in friendProfile; | ||
: Replace contents of SelectedFriendPlaceHolder with friendProfile; | ||
stop | ||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters