A C D E F G H I M N P R S T U V W

G

GUIHelper - class client.helper.GUIHelper.
This helper class helps to create well arranged GUI components.
GUIHelper() - Constructor for class client.helper.GUIHelper
 
getAllEvents() - Method in class server.CalendarDatabase
This method returns a Vector of all available calendar events.
getBooleanValue(String) - Static method in class shared.Config
This method returns a specific boolean config value.
getCategories() - Method in class server.CalendarDatabase
Gets all calendar categories.
getCategories() - Method in class server.CalendarFormatParser
This method returns a vector of all found calendar categories after parsing.
getCategory(String) - Method in class server.CalendarDatabase
Returns a specific calendar category using fast hash lookup.
getCategory() - Method in class shared.CalendarEvent
This event returns the event's calendar category.
getCategoryName() - Method in class shared.CalendarEvent
This method returns the event's category name.
getColumnClass(int) - Method in class client.CalendarTableModel
This method returns the class types of a specific table column.
getColumnCount() - Method in class client.CalendarTableModel
This method returns the number of columns of the JTable.
getColumnName(int) - Method in class client.CalendarTableModel
This method returns the column header of a specific table column.
getDate() - Method in class client.helper.DateSpinner
Returns the date which is represented by this spinner.
getDate() - Method in class shared.CalendarEvent
This method returns the event's date object.
getDescription() - Method in class shared.CalendarEvent
This method returns the event's description string.
getEvent(int) - Method in class client.CalendarTableModel
This method returns the calendar event which belongs to a specific table row
getEvent(int) - Method in class server.CalendarDatabase
Returns a specific calendar event using fast hash lookup.
getEvent() - Method in class shared.remotecall.ClientRequest
This method returns the event object.
getEventID() - Method in class shared.CalendarEvent
This method returns the event's ID number.
getEvents() - Method in class shared.CalendarCategory
This method returns the categorie's events.
getEvents() - Method in class shared.remotecall.ServerResponse
This method returns a vector of all requested calendar events.
getFile() - Method in class shared.CalendarCategory
This method returns the calendar events file object.
getIntValue(String) - Static method in class shared.Config
This method returns a specific integer config value.
getKeySet() - Static method in class shared.Config
This method returns a set of keys of the config hash map.
getMatchingEvents(ClientRequest) - Method in class server.CalendarDatabase
This method looks for all calendar events which match the a given client request.
getMatchingEvents(ClientRequest) - Method in class shared.CalendarCategory
This method looks for all calendar events of this category which matches a given client's request.
getName() - Method in class shared.CalendarCategory
This method returns the categorie's name.
getNumEventsToRequest() - Method in class shared.remotecall.ClientRequest
This method returns the maximum number of events the client wants to request.
getPlace() - Method in class shared.CalendarEvent
This method returns the event's place string.
getRowCount() - Method in class client.CalendarTableModel
This method retuns the number of rows of the JTable.
getServerAddress() - Static method in class shared.Config
This method returns the inet address of the calendar server.
getSessionString() - Method in class client.NetCalendarClient
If the client has several main windows open, then it will display a session indicator so that the user knows which window belongs to which session window.
getSortedKeyArray() - Static method in class shared.Config
This method returns a sorted String array of all available config keys.
getStringValue(String) - Static method in class shared.Config
This method returns a specific string config value.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class client.CalendarTableCellRenderer
This method returns the Component object of a specific table cell.
getValueAt(int, int) - Method in class client.CalendarTableModel
Gets a specific table value

A C D E F G H I M N P R S T U V W