Interface | Description |
---|---|
ItemListener |
Defines the events raised by the
Item class. |
RecurrenceListener |
Defines the events raised by the
Item class. |
ScheduleListener |
Defines the events raised by the
Schedule class. |
SerializationContextListener |
Defines the events raised by the
SerializationContext class. |
Class | Description |
---|---|
AddItemCommand |
Implements creation of new schedule items.
|
Appointment |
The
Appointment class represents appointments within a schedule. |
ChangeItemCommand |
Handles undo / redo of property changes.
|
Command |
Represents an action that changes the schedule and whose effects can be undone.
|
CompositeCommand |
Represents a set of
Command instances as a single operation. |
Contact |
Instances of the
Contact class contain contact information about individual
persons. |
CustomBrushes |
Defines a pair of brushes to be used to paint alternating calendar elements.
|
ExceptionCreatedEvent |
Provides data for the
ItemListener.exceptionCreated(com.mindfusion.scheduling.model.ExceptionCreatedEvent) event. |
InstantiateItemEvent |
Provides data for the
instantiateItem event. |
InstantiateResourceEvent |
Provides data for the
instantiateResource event. |
Item |
Represents events scheduled to occur at some point in time.
|
ItemAdapter |
Provides empty implementations for the methods defined in the
ItemListener interface. |
ItemEvent |
Contains the arguments passed to handlers of item related events.
|
ItemFinder |
Searches for items matching various criteria within collections of items.
|
ItemList |
Represents a strongly-typed list of
Item objects. |
ItemState |
Encapsulates the state of an
Item instance. |
ItemTimeEvent |
Contains the arguments passed to handlers of time related events.
|
JsonSerializationContext | |
JsonSerializeTagEventArgs | |
Location |
Instances of this class contain address information that identifies distinct
locations.
|
Recurrence |
Defines recurrence patterns for items scheduled to repeat over and over again.
|
RecurrenceAdapter |
Provides empty implementations for the methods defined in the
RecurrenceListener interface. |
RecurrenceException |
This class represents exceptions of a recurrence patterns.
|
Reminder |
Represents reminders associated with schedule items.
|
RemoveItemCommand |
Implements deletion of schedule items.
|
Resource |
Instances of the
Resource class contain information about arbitrary resources. |
ResourceList<R extends Resource> |
Represents a list of
Resource objects. |
Resources |
Provides access to some locale-sensitive resources.
|
Schedule |
Represents a timetable of scheduled events.
|
ScheduleAdapter |
Provides empty implementations for the methods defined in the
ScheduleListener interface. |
SerializationContext |
This class contains information required to serialize and deserialize
Schedule elements to and from a binary stream or XML document. |
SerializeTagEvent |
Contains the arguments passed to the
serializeTag
and deserializeTag event handlers. |
Style |
Specifies the appearance of calendar elements.
|
SystemCalendar |
This class exists solely to reduce the differences between the WinForms and Java Swing versions of the control.
|
Task |
Instances of this class contain task information.
|
TaskEvent |
Contains the arguments passed to handlers of task related events.
|
TimeRanges |
Represents a list of non-intersecting time spans sorted in chronological order.
|
UndoEvent |
Contains the arguments passed to the
actionUndone
and actionRedone event handlers. |
ValidateOccurrenceEvent |
Contains the arguments passed to handlers of the
RecurrenceListener.validateOccurrence(com.mindfusion.scheduling.model.ValidateOccurrenceEvent) event. |
XmlSerializationContext |
Contains methods that help serialize and deserialize schedule objects to and from XML documents.
|
Enum | Description |
---|---|
ContentType |
Specifies the type of file contents.
|
DailyRecurrence |
Specifies how daily recurrence patterns are defined.
|
DayOfWeekType |
Specifies the type of week days, used with ByDayType monthly and yearly recurrence patterns.
|
MonthlyRecurrence |
Specifies the types of monthly recurrence patterns.
|
Occurrence |
Specifies the occurrence number of a day or a week within a month.
|
RecurrenceEnd |
Specifies when to stop repeating recurring events.
|
RecurrencePattern |
Specifies the interval at which recurring items occur.
|
RecurrenceState |
Specifies the recurrence state of items.
|
ReminderType |
Specifies the type of a reminder.
|
ShadowStyle |
Specifies what type of shadow effect to apply to a calendar UI element.
|
TaskPriority |
Specifies the priority of a
Task . |
TaskStatus |
Specifies the status of a
Task . |
YearlyRecurrence |
Specifies the types of yearly recurrence patterns.
|
Exception | Description |
---|---|
XmlException |
Represents an exception that can be thrown during XML saving, loading and processing.
|