Uses of Class
net.sf.borg.ui.calendar.Box

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
 



Generated September 24 2010 by mbb using Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.6.0_20 from Sun Microsystems Inc. on Linux i386 2.6.24-28-generic