org.kde.koala

Class KCalendarSystemFactory

public class KCalendarSystemFactory extends Object implements QtSupport

Factory class for calendar types

Author: Carlos Moro

UNKNOWN: Factory class for calendar types

Constructor Summary
protected KCalendarSystemFactory(Class dummy)
KCalendarSystemFactory()
Method Summary
static ArrayListcalendarSystems()
Gets list of names of supported calendar systems
static KCalendarSystemcreate(String calType, KLocale locale)
Gets specific calendar type number of days in previous month for a given date
static KCalendarSystemcreate(String calType)
static KCalendarSystemcreate()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?

Constructor Detail

KCalendarSystemFactory

protected KCalendarSystemFactory(Class dummy)

KCalendarSystemFactory

public KCalendarSystemFactory()

Method Detail

calendarSystems

public static ArrayList calendarSystems()
Gets list of names of supported calendar systems

Returns: An ArrayList object

UNKNOWN: Gets list of names of supported calendar systems

create

public static KCalendarSystem create(String calType, KLocale locale)
Gets specific calendar type number of days in previous month for a given date

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

create

public static KCalendarSystem create(String calType)

create

public static KCalendarSystem create()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?