Index
All Classes and Interfaces|All Packages|Constant Field Values
D
- deleteCamp(Camp) - Static method in class app.controller.camp.CampModificationController
-
Deletes a camp from the camp repository.
- deleteEnquiry(Enquiry) - Static method in class app.controller.camp.CampEnquiryController
-
Deletes an enquiry from the repository.
- deleteSuggestion(Suggestion) - Static method in class app.controller.camp.CampSuggestionController
-
Deletes a suggestion from the suggestion repository.
- deregisterCamp(Camp, Student) - Static method in class app.controller.camp.CampRegistrationController
-
Deregisters a student from a camp by removing them from the camp's list of attendees.
- description - Variable in class app.entity.camp.CampDetails
- deserialize(ArrayList<ArrayList<String>>) - Static method in class app.controller.deserializer.UserDeserializer
-
Deserializes the provided data into a UserList object containing User entities.
- deserialize(ArrayList<ArrayList<String>>, UserList) - Static method in class app.controller.deserializer.CampDeserializer
-
Deserializes the provided data into a CampList object.
- deserialize(ArrayList<ArrayList<String>>, UserList, CampList) - Static method in class app.controller.deserializer.EnquiryDeserializer
-
Deserializes the provided data into an EnquiryList object.
- deserialize(ArrayList<ArrayList<String>>, UserList, CampList) - Static method in class app.controller.deserializer.SuggestionDeserializer
-
Deserializes the provided data into a SuggestionList object.
- displayCamps - Variable in class app.ui.camp.listview.CampListView
- draw(char[][], TextColor[][], TextColor[][]) - Method in interface app.ui.widgets.IDrawable
-
Draw the widget to the buffer.
- draw(char[][], TextColor[][], TextColor[][]) - Method in class app.ui.widgets.Widget
-
Abstract method to draw the widget.
- draw(char[][], TextColor[][], TextColor[][]) - Method in class app.ui.widgets.WidgetButton
-
Draws the text displayed on the button.
- draw(char[][], TextColor[][], TextColor[][]) - Method in class app.ui.widgets.WidgetLabel
-
Draws the label on the given buffer with specified colors.
- draw(char[][], TextColor[][], TextColor[][]) - Method in class app.ui.widgets.WidgetPageSelection
-
Draws the widget on the screen.
- draw(char[][], TextColor[][], TextColor[][]) - Method in class app.ui.widgets.WidgetPasswordBox
-
Overrides the draw method to not display the entered characters.
- draw(char[][], TextColor[][], TextColor[][]) - Method in class app.ui.widgets.WidgetTextBox
-
draws the widget to the buffer.
- draw(char[][], TextColor[][], TextColor[][]) - Method in class app.ui.widgets.WidgetToggle
-
Draws the toggle widget on the provided buffer.
- draw(int, int) - Method in class app.ui.windows.WindowsManager
-
Draws the currently active window on the screen.
- draw(Screen, int, int, double) - Method in class app.ui.windows.Window
- draw(Screen, int, int, double) - Method in class app.ui.windows.WindowOverlayClass
-
Draws the window on the screen with the specified transparency and offset.
- drawSelection(char[][], TextColor[][], TextColor[][]) - Method in interface app.ui.widgets.ISelectable
-
Draws the selection on the buffer.
- drawSelection(char[][], TextColor[][], TextColor[][]) - Method in class app.ui.widgets.WidgetButton
-
Returns the text displayed on the button.
- drawSelection(char[][], TextColor[][], TextColor[][]) - Method in class app.ui.widgets.WidgetTextBox
-
Constructs a WidgetTextBox with default text alignment to the left.
- drawSelection(char[][], TextColor[][], TextColor[][]) - Method in class app.ui.widgets.WidgetToggle
-
Draws the selection state of the toggle on the provided buffer.
- drawText(char[][]) - Method in interface app.ui.widgets.IDrawable
-
Draw the widget to the buffer.
- drawText(char[][]) - Method in class app.ui.widgets.Widget
-
Draws the text of the widget onto a buffer.
All Classes and Interfaces|All Packages|Constant Field Values