org.kde.koala
public class KCalendarSystemFactory extends Object implements QtSupport
UNKNOWN: Factory class for calendar types
Constructor Summary | |
---|---|
protected | KCalendarSystemFactory(Class dummy) |
KCalendarSystemFactory() |
Method Summary | |
---|---|
static ArrayList | calendarSystems()
Gets list of names of supported calendar systems |
static KCalendarSystem | create(String calType, KLocale locale)
Gets specific calendar type number of days in previous month for a
given date |
static KCalendarSystem | create(String calType) |
static KCalendarSystem | create() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
Returns: An ArrayList object
UNKNOWN: Gets list of names of supported calendar systems
Parameters: calType string identification of the specific calendar type to be constructed locale Locale used for translations. Use the global locale when 0 is specified.
Returns: a KCalendarSystem object
UNKNOWN: Gets specific calendar type number of days in previous month for a given date