Uses of Class
de.jaret.examples.timebars.calendar.model.Appointment

Packages that use Appointment
de.jaret.examples.timebars.calendar.model   
de.jaret.examples.timebars.calendar.swt.renderer   
 

Uses of Appointment in de.jaret.examples.timebars.calendar.model
 

Fields in de.jaret.examples.timebars.calendar.model declared as Appointment
protected  Appointment AppointmentPlaceholder._appointment
          appointment this placeholder stands for.
 

Methods in de.jaret.examples.timebars.calendar.model that return Appointment
 Appointment Appointment.copy()
          Create a copy of the appointment.
 Appointment AppointmentPlaceholder.getAppointment()
           
 Appointment Day.getAppointmentById(java.lang.String id)
          Look up an appointment on that day by comparing the ids.
 Appointment Day.getPlaceholderForPosition(int pos)
           
 

Methods in de.jaret.examples.timebars.calendar.model that return types with arguments of type Appointment
 java.util.Collection<Appointment> Day.getAppointmentBySynchronizerId(java.lang.String synchronizerId)
           
 java.util.List<Appointment> Day.getAppointments()
          Get all appointments for a day.
 

Methods in de.jaret.examples.timebars.calendar.model with parameters of type Appointment
 AppointmentPlaceholder Day.getPlaceholder(Appointment appointment)
          Retrive the placeholder for an appointment.
 void Day.removePlaceholder(Appointment appointment)
          Removes all placeholdes for the given appointment.
 void AppointmentPlaceholder.setAppointment(Appointment appointment)
           
 

Constructors in de.jaret.examples.timebars.calendar.model with parameters of type Appointment
AppointmentPlaceholder(Day day, Appointment appointment)
           
 

Uses of Appointment in de.jaret.examples.timebars.calendar.swt.renderer
 

Methods in de.jaret.examples.timebars.calendar.swt.renderer that return Appointment
static Appointment DayHeaderRenderer.getAppointment(de.jaret.util.ui.timebars.swt.TimeBarViewer tbv, Day day, int by, int height, int x, int y)
           
 



Copyright © 2012. All Rights Reserved.