|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CalendarEntity | |
|---|---|
| net.sf.borg.model | The Model package and its sub-packages provide the data model layer for borg |
| net.sf.borg.model.entity | Contains the data objects managed by the data model |
| net.sf.borg.ui.calendar | the calendar package contains UI classes for the calendar views and appointments |
| Uses of CalendarEntity in net.sf.borg.model |
|---|
| Methods in net.sf.borg.model that return types with arguments of type CalendarEntity | |
|---|---|
Collection<CalendarEntity> |
Day.getItems()
Gets all CalendarEntity items for the Day. |
| Uses of CalendarEntity in net.sf.borg.model.entity |
|---|
| Classes in net.sf.borg.model.entity that implement CalendarEntity | |
|---|---|
class |
Appointment
The Appointment Entity |
class |
LabelEntity
This class is a non-persisted entity that is used when the model needs to package a transient, calculated entity for the UI, such as a calculated holiday or birthday based on the address book. |
class |
Project
Project Entity - a project contains tasks and can have child projects |
class |
Subtask
Subtask entity |
class |
Task
The Task Entity |
| Uses of CalendarEntity in net.sf.borg.ui.calendar |
|---|
| Methods in net.sf.borg.ui.calendar with parameters of type CalendarEntity | |
|---|---|
Box |
ApptBoxPanel.addNoteBox(Date d,
CalendarEntity ap,
Rectangle bounds,
Rectangle clip)
Adds the note box to this container |
static boolean |
ApptBoxPanel.isStrike(CalendarEntity appt,
Date date)
Checks if entity should be shown as strike-through on a certain date. |
| Constructors in net.sf.borg.ui.calendar with parameters of type CalendarEntity | |
|---|---|
NoteBox(Date d,
CalendarEntity ap,
Rectangle bounds,
Rectangle clip)
constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||