Uses of Class
shared.CalendarEvent

Packages that use CalendarEvent
client   
client.inputforms   
server   
shared   
shared.remotecall   
 

Uses of CalendarEvent in client
 

Methods in client that return CalendarEvent
 CalendarEvent CalendarTableModel.getEvent(int iRow)
          This method returns the calendar event which belongs to a specific table row
 

Methods in client with parameters of type CalendarEvent
 void NetCalendarClient.deleteEvent(CalendarEvent deleteEvent)
          This method tells the calendar server to delete a given calendar event.
 

Uses of CalendarEvent in client.inputforms
 

Constructors in client.inputforms with parameters of type CalendarEvent
EditExistingEvent(NetCalendarClient netCalendarClient, CalendarEvent originalCalendarEvent)
          Create the input form window and show it.
 

Uses of CalendarEvent in server
 

Methods in server that return CalendarEvent
 CalendarEvent CalendarDatabase.getEvent(int iEventID)
          Returns a specific calendar event using fast hash lookup.
 

Uses of CalendarEvent in shared
 

Methods in shared with parameters of type CalendarEvent
 void CalendarCategory.addEvent(CalendarEvent event)
          This method adds an event to the category.
 void CalendarCategory.removeEvent(CalendarEvent event)
          This method removes a given event from its event vector.
 

Uses of CalendarEvent in shared.remotecall
 

Methods in shared.remotecall that return CalendarEvent
 CalendarEvent ClientRequest.getEvent()
          This method returns the event object.
 

Methods in shared.remotecall with parameters of type CalendarEvent
 void ClientRequest.setEvent(CalendarEvent event)
          This method sets a calendar event object to be transfered to the calendar server because the event has been modified.
 boolean ClientRequest.match(CalendarEvent calendarEvent)
          Checks if a specific calendar event matches this client request.