-
Notifications
You must be signed in to change notification settings - Fork 0
/
StatisticBox.ctxt
37 lines (37 loc) · 2.59 KB
/
StatisticBox.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
26
27
28
29
30
31
32
33
34
35
36
37
#BlueJ class context
comment0.target=StatisticBox
comment0.text=\r\n\ This\ creates\ the\ layout\ for\ an\ individual\ statistic\ box.\r\n\ You\ can\ click\ through\ different\ statistics\ using\ the\ arrows\ on\ the\ sides\r\n\ of\ the\ boxes.\r\n\ All\ objects\ of\ the\ class\ share\ the\ same\ data.\r\n\r\n\ @author\ (your\ name)\r\n\ @version\ (a\ version\ number\ or\ a\ date)\r\n
comment1.params=data
comment1.target=StatisticBox(java.util.List)
comment1.text=\r\n\ The\ Statistic\ box\ is\ created\r\n
comment10.params=
comment10.target=javafx.scene.layout.GridPane\ getStatBox()
comment10.text=\r\n\ This\ returns\ the\ statistic\ box\r\n
comment11.params=
comment11.target=javafx.scene.layout.GridPane\ getStatDisplay()
comment11.text=\r\n\ Returns\ the\ GridPane\ which\ holds\ the\ statistic\r\n
comment2.params=
comment2.target=void\ addUndisplayedStatistic()
comment2.text=\r\n\ When\ a\ new\ statistic\ box\ is\ created,\ the\ statistic\ shown\ \r\n\ in\ the\ statistic\ box\ is\ one\ that\ isn't\ shown\ in\ the\ other\ boxes\r\n
comment3.params=event
comment3.target=void\ previousStat(javafx.event.ActionEvent)
comment3.text=\r\n\ Shows\ the\ previous\ statistic\ on\ the\ statistic\ box\ which\ isn't\r\n\ shown\ in\ other\ boxes\r\n
comment4.params=event
comment4.target=void\ nextStat(javafx.event.ActionEvent)
comment4.text=\r\n\ Shows\ the\ next\ statistic\ on\ the\ statistic\ box\ which\ isn't\r\n\ shown\ in\ other\ boxes\r\n
comment5.params=index
comment5.target=void\ displayPreviousStat(int)
comment5.text=\r\n\ If\ the\ previous\ data\ is\ displayed\ in\ another\ box,\ it\ recursively\ \r\n\ checks\ if\ the\ data\ before\ that\ is\ also\ in\ another\ box\ \r\n\ When\ it\ finds\ data\ which\ isn't\ displayed\ in\ another\ box,\ it\ displays\r\n\ that\ data\ in\ the\ current\ statistic\ box\r\n
comment6.params=index
comment6.target=void\ displayNextStat(int)
comment6.text=\r\n\ If\ the\ next\ data\ is\ displayed\ in\ another\ box,\ it\ recursively\ \r\n\ checks\ if\ the\ data\ after\ that\ is\ also\ in\ another\ box\ \r\n\ When\ it\ finds\ data\ which\ isn't\ displayed\ in\ another\ box,\ it\ displays\ \r\n\ that\ data\ in\ the\ current\ statistic\ box\r\n
comment7.params=index
comment7.target=void\ addStatistic(int)
comment7.text=\r\n\ Adds\ a\ statistic\ to\ the\ statistic\ box\r\n
comment8.params=
comment8.target=void\ disableNavigation()
comment8.text=\r\n\ Disbales\ the\ use\ of\ the\ left\ and\ right\ arrow\r\n
comment9.params=
comment9.target=void\ enableNavigation()
comment9.text=\r\n\ Enables\ the\ use\ of\ the\ left\ and\ right\ arrow\r\n
numComments=12