-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDriver.ctxt
25 lines (25 loc) · 959 Bytes
/
Driver.ctxt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#BlueJ class context
comment0.target=Driver
comment1.params=primaryStage
comment1.target=void\ start(javafx.stage.Stage)
comment2.params=args
comment2.target=void\ main(java.lang.String[])
comment3.params=
comment3.target=java.util.ArrayList\ getVolunteerList()
comment3.text=\ \r\n\ Accessor\ for\ volunteerList\r\n
comment4.params=index
comment4.target=java.lang.String\ getVolunteerListItem(int)
comment4.text=\ \r\n\ Get\ item\ from\ list\r\n
comment5.params=
comment5.target=int\ getVolunteerListSize()
comment5.text=\ \r\n\ Get\ list\ size\r\n
comment6.params=index
comment6.target=void\ removeVolunteerListItem(int)
comment6.text=\ \r\n\ Remove\ item\ from\ list\r\n
comment7.params=record
comment7.target=void\ addVolunteerListItem(java.lang.String)
comment7.text=\ \r\n\ Add\ item\ to\ list\r\n
comment8.params=
comment8.target=void\ createOutputFile()
comment8.text=\ \r\n\ Create\ new\ Volunteers2\ file\ with\ updated\ ArrayList\r\n
numComments=9