|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Box | |
|---|---|
| net.sf.borg.ui.calendar | the calendar package contains UI classes for the calendar views and appointments |
| Uses of Box in net.sf.borg.ui.calendar |
|---|
| Subclasses of Box in net.sf.borg.ui.calendar | |
|---|---|
(package private) class |
ApptBox
ApptBox is used to draw timed appointments on the time-grid part of the day and week UIs. |
class |
ButtonBox
base class for a box that represents a clickable label on the calendar ui sub-classes must implement the onClick method. |
(package private) class |
LabelBox
A Box that shows a text label on the calendar. |
class |
NoteBox
A Note Box is used to draw an untimed event on the day/week/month panels |
| Fields in net.sf.borg.ui.calendar with type parameters of type Box | |
|---|---|
protected Collection<Box> |
ApptBoxPanel.boxes
the Boxes managed by this container |
| Methods in net.sf.borg.ui.calendar that return Box | |
|---|---|
Box |
ApptBoxPanel.addNoteBox(Date d,
CalendarEntity ap,
Rectangle bounds,
Rectangle clip)
Adds the note box to this container |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||