Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
M
N
P
R
S
T
U
V
W
M
MODIFY_EVENT
- Static variable in class shared.remotecall.
ClientRequest
Main
- class shared.
Main
.
This class contains the static main method to start the program from.
Main()
- Constructor for class shared.
Main
MyDate
- class shared.
MyDate
.
This class extends the standard Date class and customizes the toString method.
MyDate(Date)
- Constructor for class shared.
MyDate
MyVector
- class shared.
MyVector
.
This class extends the standard Vector class and defined additional help methods.
MyVector()
- Constructor for class shared.
MyVector
main(String[])
- Static method in class shared.
Main
This method is the start point of the whole program.
makeCompactGrid(Container, int, int, int, int, int, int)
- Static method in class client.helper.
GUIHelper
Aligns the first
iRows
*
iCols
components of
containerParent
in a grid.
makeGrid(Container, int, int, int, int, int, int)
- Static method in class client.helper.
GUIHelper
Aligns the first
iRows
*
iCols
components of the parent in a grid.
match(CalendarEvent)
- Method in class shared.remotecall.
ClientRequest
Checks if a specific calendar event matches this client request.
matches(Pattern)
- Method in class shared.
CalendarEvent
Checks if the current event matches all available data of the event agains a given regular expression pattern.
matchesCategory(Pattern)
- Method in class shared.
CalendarEvent
Checks if the current event's category name matches agains a regular expression pattern
matchesCategoryName(Pattern)
- Method in class shared.
CalendarEvent
Checks if the current event's name matches agains a regular expression pattern.
matchesDateString(Pattern)
- Method in class shared.
CalendarEvent
Checks if the current event's date string matches agains a regular expression pattern
matchesDescription(Pattern)
- Method in class shared.
CalendarEvent
Checks if the current event's description string matches agains a regular expression pattern.
matchesName(Pattern)
- Method in class shared.
CalendarCategory
This method checks the current category's name against a regular expression pattern.
matchesPlace(Pattern)
- Method in class shared.
CalendarEvent
Checks if the current event's place string matches agains a regular expression pattern.
modifyEvent(ClientRequest)
- Method in class server.
CalendarDatabase
This method modifies an calendar event of the calendar database.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
M
N
P
R
S
T
U
V
W