From 90966728991f04dbb92cd052c734b4aec658e1b6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Feb 2009 01:36:06 +0000 Subject: --- doc/shared/class-use/CalendarEvent.html | 335 -------------------------------- 1 file changed, 335 deletions(-) delete mode 100644 doc/shared/class-use/CalendarEvent.html (limited to 'doc/shared/class-use/CalendarEvent.html') diff --git a/doc/shared/class-use/CalendarEvent.html b/doc/shared/class-use/CalendarEvent.html deleted file mode 100644 index 6862091..0000000 --- a/doc/shared/class-use/CalendarEvent.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - -Uses of Class shared.CalendarEvent - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
-
-

-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
- CalendarEventCalendarTableModel.getEvent(int iRow) - -
-          This method returns the calendar event which belongs to a specific table row
-  -

- - - - - - - - - -
Methods in client with parameters of type CalendarEvent
- voidNetCalendarClient.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
- CalendarEventCalendarDatabase.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
- voidCalendarCategory.addEvent(CalendarEvent event) - -
-          This method adds an event to the category.
- voidCalendarCategory.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
- CalendarEventClientRequest.getEvent() - -
-          This method returns the event object.
-  -

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

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3