A C D E F G H I L M N O P R S T U W X Y 
All Classes All Packages

D

DailyIterator(Date, int) - Constructor for class com.evanv.taskapp.logic.RecurrenceParser.DailyIterator
Construct a Iterator that generates dates for daily recurrences
DailyRecurFragment - Class in com.evanv.taskapp.ui.additem.recur
Fragment that represents a daily recurrence.
DailyRecurFragment() - Constructor for class com.evanv.taskapp.ui.additem.recur.DailyRecurFragment
Required empty public constructor
dateFormat - Static variable in class com.evanv.taskapp.logic.Event
 
dateFormat - Static variable in class com.evanv.taskapp.logic.Task
 
DatePickerFragment - Class in com.evanv.taskapp.ui.additem.recur
Class that creates a DatePicker to launch when setting a date for easier Date entering for the user.
DatePickerFragment(EditText, String, Date, Date, boolean) - Constructor for class com.evanv.taskapp.ui.additem.recur.DatePickerFragment
Creates a DatePickerFragment for a dialog that puts its output in the given EditText, with the given title.
DayItem - Class in com.evanv.taskapp.ui.main.recycler
Representation of a day for the outer recyclerview in the MainActivity.
DayItem(String, List<EventItem>, List<TaskItem>, int) - Constructor for class com.evanv.taskapp.ui.main.recycler.DayItem
Creates a DayItem to be used in MainActivity's recyclerview
DayItemAdapter - Class in com.evanv.taskapp.ui.main.recycler
Adapter to interface between data in DayItems and recyclerview in MainActivity
DayItemAdapter(List<DayItem>, ClickListener) - Constructor for class com.evanv.taskapp.ui.main.recycler.DayItemAdapter
Constructs an adapter for MainActivity's recyclerview
DayItemAdapter.DayViewHolder - Class in com.evanv.taskapp.ui.main.recycler
Holder that interfaces between the adapter and the day_item views
DayItemHelper(int) - Method in class com.evanv.taskapp.logic.LogicSubsystem
Get the EventItem and TaskItem lists for the day i days past today's date.
DayItemList() - Method in class com.evanv.taskapp.logic.LogicSubsystem
Builds a DayItem List representation of a user's tasks/events
DayViewHolder(View, ClickListener) - Constructor for class com.evanv.taskapp.ui.main.recycler.DayItemAdapter.DayViewHolder
Constructs a new DayViewHolder, setting it's values to the views in the day_item
delete - Variable in class com.evanv.taskapp.ui.main.recycler.EventItemAdapter.EventViewHolder
 
delete - Variable in class com.evanv.taskapp.ui.main.recycler.TaskItemAdapter.TaskViewHolder
 
delete(Event) - Method in class com.evanv.taskapp.db.TaskAppRepository
Asynchronously deletes an event in the event_table
delete(Event) - Method in class com.evanv.taskapp.db.TaskAppViewModel
Asynchronously deletes an event in the event_table
delete(Task) - Method in class com.evanv.taskapp.db.TaskAppRepository
Asynchronously deletes a task in the task_table
delete(Task) - Method in class com.evanv.taskapp.db.TaskAppViewModel
Asynchronously deletes a task in the task_table
DELETE_ID - Variable in class com.evanv.taskapp.ui.main.recycler.EventItemAdapter.EventViewHolder
 
DELETE_ID - Variable in class com.evanv.taskapp.ui.main.recycler.TaskItemAdapter.TaskViewHolder
 
deleteEvent(Event) - Method in interface com.evanv.taskapp.db.EventDao
Delete an event in the event_table
deleteEventAsyncTask(EventDao, Event) - Constructor for class com.evanv.taskapp.db.TaskAppRepository.deleteEventAsyncTask
Initializes the thread with the event to be deleted and the Dao to interface with
deleteTask(Task) - Method in interface com.evanv.taskapp.db.TaskDao
Delete a task in the task_table.
deleteTaskAsyncTask(TaskDao, Task) - Constructor for class com.evanv.taskapp.db.TaskAppRepository.deleteTaskAsyncTask
Initializes the thread with the task to be deleted and the Dao to interface with
A C D E F G H I L M N O P R S T U W X Y 
All Classes All Packages