org.formaria.swing.date
Class Appointment
java.lang.Object
org.formaria.swing.date.Appointment
public class Appointment
- extends java.lang.Object
A structure containing information about appointments to be shown on the
CalendarPanel
Copyright (c) Formaria Ltd., 2008, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Formaria.
$Revision: 1.2 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public java.lang.String id
bkColor
public java.awt.Color bkColor
fgColor
public java.awt.Color fgColor
title
public java.lang.String title
startTime
public java.util.Calendar startTime
endTime
public java.util.Calendar endTime
location
public java.awt.geom.RoundRectangle2D.Double location
Appointment
public Appointment()