|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.KCalendarSystemFactory
public class KCalendarSystemFactory
Factory class for calendar types
Constructor Summary | |
---|---|
|
KCalendarSystemFactory()
|
protected |
KCalendarSystemFactory(java.lang.Class dummy)
|
Method Summary | |
---|---|
static java.util.ArrayList |
calendarSystems()
Gets list of names of supported calendar systems |
static KCalendarSystem |
create()
|
static KCalendarSystem |
create(java.lang.String calType)
|
static KCalendarSystem |
create(java.lang.String calType,
KLocale locale)
Gets specific calendar type number of days in previous month for a given date |
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? |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KCalendarSystemFactory(java.lang.Class dummy)
public KCalendarSystemFactory()
Method Detail |
---|
public static KCalendarSystem create(java.lang.String calType, KLocale locale)
calType
- string identification of the specific calendar type
to be constructedlocale
- Locale used for translations. Use the global locale when
0 is specified.
public static KCalendarSystem create(java.lang.String calType)
public static KCalendarSystem create()
public static java.util.ArrayList calendarSystems()
protected void finalize() throws java.lang.InternalError
finalize
in class java.lang.Object
java.lang.InternalError
public void dispose()
public boolean isDisposed()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |