|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Pointer.Void
com.jniwrapper.macosx.cocoa.Id
com.jniwrapper.macosx.cocoa.CObject
com.jniwrapper.macosx.cocoa.nsobject.NSObject
com.jniwrapper.macosx.cocoa.nsdate.NSDate
com.jniwrapper.macosx.cocoa.nscalendardate.NSCalendarDate
This class represents NSCalendarDate class.
See the class documentation at the Apple's site: NSCalendarDate
| Field Summary |
| Fields inherited from class com.jniwrapper.macosx.cocoa.CObject |
_fields |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
NSCalendarDate()
|
|
NSCalendarDate(boolean autorelease)
Contructs the NSCalendarDate class with the autorelease option on. |
|
NSCalendarDate(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSCalendarDate class from pointer. |
|
NSCalendarDate(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the NSCalendarDate class with static constructor. |
|
| Method Summary | |
com.jniwrapper.Pointer.Void |
calendarFormat()
|
com.jniwrapper.Pointer.Void |
dateByAddingYears_months_days_hours_minutes_seconds(com.jniwrapper.Int year,
com.jniwrapper.Int month,
com.jniwrapper.Int day,
com.jniwrapper.Int hour,
com.jniwrapper.Int minute,
com.jniwrapper.Int second)
This method represents the dateByAddingYears() method of the NSCalendarDate Objective-C class. |
com.jniwrapper.Int |
dayOfCommonEra()
|
com.jniwrapper.Int |
dayOfMonth()
|
com.jniwrapper.Int |
dayOfWeek()
|
com.jniwrapper.Int |
dayOfYear()
|
com.jniwrapper.Pointer.Void |
description()
|
com.jniwrapper.Pointer.Void |
descriptionWithCalendarFormat_locale(java.lang.String format,
NSDictionary locale)
This method represents the descriptionWithCalendarFormat() method of the NSCalendarDate Objective-C class. |
com.jniwrapper.Pointer.Void |
descriptionWithCalendarFormat(java.lang.String format)
|
com.jniwrapper.Pointer.Void |
descriptionWithLocale(NSDictionary locale)
|
com.jniwrapper.Int |
hourOfDay()
|
protected void |
init(com.jniwrapper.Parameter[] fields)
|
Id |
initWithString_calendarFormat_locale(java.lang.String description,
java.lang.String format,
NSDictionary dict)
This method represents the initWithString() method of the NSCalendarDate Objective-C class. |
Id |
initWithString_calendarFormat(java.lang.String description,
java.lang.String format)
This method represents the initWithString() method of the NSCalendarDate Objective-C class. |
Id |
initWithString(java.lang.String description)
|
Id |
initWithYear_month_day_hour_minute_second_timeZone(com.jniwrapper.Int year,
com.jniwrapper.UInt16 month,
com.jniwrapper.UInt16 day,
com.jniwrapper.UInt16 hour,
com.jniwrapper.UInt16 minute,
com.jniwrapper.UInt16 second,
NSTimeZone aTimeZone)
This method represents the initWithYear() method of the NSCalendarDate Objective-C class. |
com.jniwrapper.Int |
minuteOfHour()
|
com.jniwrapper.Int |
monthOfYear()
|
static NSCalendarDate |
NSCalendarDate_calendarDate()
This method represents the calendarDate static constructor of the NSCalendarDate Objective-C class. |
static NSCalendarDate |
NSCalendarDate_dateWithString_calendarFormat_locale(java.lang.String description,
java.lang.String format,
NSDictionary dict)
This method represents the dateWithString static constructor of the NSCalendarDate Objective-C class. |
static NSCalendarDate |
NSCalendarDate_dateWithString_calendarFormat(java.lang.String description,
java.lang.String format)
This method represents the dateWithString static constructor of the NSCalendarDate Objective-C class. |
static NSCalendarDate |
NSCalendarDate_dateWithYear_month_day_hour_minute_second_timeZone(com.jniwrapper.Int year,
com.jniwrapper.UInt16 month,
com.jniwrapper.UInt16 day,
com.jniwrapper.UInt16 hour,
com.jniwrapper.UInt16 minute,
com.jniwrapper.UInt16 second,
NSTimeZone aTimeZone)
This method represents the dateWithYear static constructor of the NSCalendarDate Objective-C class. |
com.jniwrapper.Int |
secondOfMinute()
|
void |
setCalendarFormat(java.lang.String format)
|
void |
setTimeZone(NSTimeZone aTimeZone)
|
com.jniwrapper.Pointer.Void |
timeZone()
|
com.jniwrapper.Int |
yearOfCommonEra()
|
void |
years_months_days_hours_minutes_seconds_sinceDate(com.jniwrapper.Int yp,
com.jniwrapper.Int mop,
com.jniwrapper.Int dp,
com.jniwrapper.Int hp,
com.jniwrapper.Int mip,
com.jniwrapper.Int sp,
NSCalendarDate date)
This method represents the years() method of the NSCalendarDate Objective-C class. |
| Methods inherited from class com.jniwrapper.macosx.cocoa.CObject |
getClassName |
| Methods inherited from class com.jniwrapper.macosx.cocoa.Id |
clone |
| Methods inherited from class com.jniwrapper.Pointer.Void |
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write |
| Methods inherited from class com.jniwrapper.Parameter |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSCalendarDate()
public NSCalendarDate(boolean autorelease)
NSCalendarDate class with the autorelease option on.
autorelease - public NSCalendarDate(com.jniwrapper.Pointer.Void instancePtr)
NSCalendarDate class from pointer.
instancePtr -
public NSCalendarDate(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
NSCalendarDate class with static constructor.
methodName - parameters - | Method Detail |
public static NSCalendarDate NSCalendarDate_dateWithString_calendarFormat(java.lang.String description,
java.lang.String format)
dateWithString static constructor of the NSCalendarDate Objective-C class.
description - format -
public static NSCalendarDate NSCalendarDate_calendarDate()
calendarDate static constructor of the NSCalendarDate Objective-C class.
public static NSCalendarDate NSCalendarDate_dateWithYear_month_day_hour_minute_second_timeZone(com.jniwrapper.Int year,
com.jniwrapper.UInt16 month,
com.jniwrapper.UInt16 day,
com.jniwrapper.UInt16 hour,
com.jniwrapper.UInt16 minute,
com.jniwrapper.UInt16 second,
NSTimeZone aTimeZone)
dateWithYear static constructor of the NSCalendarDate Objective-C class.
year - month - day - hour - minute - second - aTimeZone -
public static NSCalendarDate NSCalendarDate_dateWithString_calendarFormat_locale(java.lang.String description,
java.lang.String format,
NSDictionary dict)
dateWithString static constructor of the NSCalendarDate Objective-C class.
description - format - dict -
protected void init(com.jniwrapper.Parameter[] fields)
init in class NSDatepublic com.jniwrapper.Pointer.Void calendarFormat()
public com.jniwrapper.Int monthOfYear()
public Id initWithYear_month_day_hour_minute_second_timeZone(com.jniwrapper.Int year,
com.jniwrapper.UInt16 month,
com.jniwrapper.UInt16 day,
com.jniwrapper.UInt16 hour,
com.jniwrapper.UInt16 minute,
com.jniwrapper.UInt16 second,
NSTimeZone aTimeZone)
initWithYear() method of the NSCalendarDate Objective-C class.
year - month - day - hour - minute - second - aTimeZone -
public com.jniwrapper.Int hourOfDay()
public com.jniwrapper.Int yearOfCommonEra()
public com.jniwrapper.Int minuteOfHour()
public com.jniwrapper.Int dayOfYear()
public com.jniwrapper.Pointer.Void timeZone()
public void setTimeZone(NSTimeZone aTimeZone)
public com.jniwrapper.Pointer.Void descriptionWithCalendarFormat(java.lang.String format)
public com.jniwrapper.Int dayOfCommonEra()
public void years_months_days_hours_minutes_seconds_sinceDate(com.jniwrapper.Int yp,
com.jniwrapper.Int mop,
com.jniwrapper.Int dp,
com.jniwrapper.Int hp,
com.jniwrapper.Int mip,
com.jniwrapper.Int sp,
NSCalendarDate date)
years() method of the NSCalendarDate Objective-C class.
yp - mop - dp - hp - mip - sp - date - public com.jniwrapper.Pointer.Void descriptionWithLocale(NSDictionary locale)
descriptionWithLocale in class NSDatepublic com.jniwrapper.Int secondOfMinute()
public Id initWithString_calendarFormat_locale(java.lang.String description,
java.lang.String format,
NSDictionary dict)
initWithString() method of the NSCalendarDate Objective-C class.
description - format - dict -
public Id initWithString_calendarFormat(java.lang.String description,
java.lang.String format)
initWithString() method of the NSCalendarDate Objective-C class.
description - format -
public com.jniwrapper.Pointer.Void dateByAddingYears_months_days_hours_minutes_seconds(com.jniwrapper.Int year,
com.jniwrapper.Int month,
com.jniwrapper.Int day,
com.jniwrapper.Int hour,
com.jniwrapper.Int minute,
com.jniwrapper.Int second)
dateByAddingYears() method of the NSCalendarDate Objective-C class.
year - month - day - hour - minute - second -
public com.jniwrapper.Pointer.Void descriptionWithCalendarFormat_locale(java.lang.String format,
NSDictionary locale)
descriptionWithCalendarFormat() method of the NSCalendarDate Objective-C class.
format - locale -
public Id initWithString(java.lang.String description)
initWithString in class NSDatepublic com.jniwrapper.Int dayOfMonth()
public com.jniwrapper.Pointer.Void description()
description in interface NSObjectProtocoldescription in class NSDatepublic com.jniwrapper.Int dayOfWeek()
public void setCalendarFormat(java.lang.String format)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||