|
|||||||||||
| 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.nstimezone.NSTimeZone
This class represents NSTimeZone class.
See the class documentation at the Apple's site: NSTimeZone
| Field Summary |
| Fields inherited from class com.jniwrapper.macosx.cocoa.CObject |
_fields |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
NSTimeZone()
|
|
NSTimeZone(boolean autorelease)
Contructs the NSTimeZone class with the autorelease option on. |
|
NSTimeZone(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSTimeZone class from pointer. |
|
NSTimeZone(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the NSTimeZone class with static constructor. |
|
| Method Summary | |
com.jniwrapper.Pointer.Void |
abbreviation()
|
com.jniwrapper.Pointer.Void |
abbreviationForDate(NSDate aDate)
|
Id |
copyWithZone(NSZone zone)
|
com.jniwrapper.Pointer.Void |
data()
|
com.jniwrapper.Pointer.Void |
description()
|
void |
encodeWithCoder(NSCoder aCoder)
|
protected void |
init(com.jniwrapper.Parameter[] fields)
|
Id |
initWithCoder(NSCoder aDecoder)
|
Id |
initWithName_data(java.lang.String tzName,
NSData aData)
This method represents the initWithName() method of the NSTimeZone Objective-C class. |
Id |
initWithName(java.lang.String tzName)
|
com.jniwrapper.Bool |
isDaylightSavingTime()
|
com.jniwrapper.Bool |
isDaylightSavingTimeForDate(NSDate aDate)
|
com.jniwrapper.Bool |
isEqualToTimeZone(NSTimeZone aTimeZone)
|
com.jniwrapper.Pointer.Void |
name()
|
static NSTimeZone |
NSTimeZone_timeZoneForSecondsFromGMT(com.jniwrapper.Int seconds)
This method represents the timeZoneForSecondsFromGMT static constructor of the NSTimeZone Objective-C class. |
static NSTimeZone |
NSTimeZone_timeZoneWithAbbreviation(java.lang.String abbreviation)
This method represents the timeZoneWithAbbreviation static constructor of the NSTimeZone Objective-C class. |
static NSTimeZone |
NSTimeZone_timeZoneWithName_data(java.lang.String tzName,
NSData aData)
This method represents the timeZoneWithName static constructor of the NSTimeZone Objective-C class. |
static NSTimeZone |
NSTimeZone_timeZoneWithName(java.lang.String tzName)
This method represents the timeZoneWithName static constructor of the NSTimeZone Objective-C class. |
com.jniwrapper.Int |
secondsFromGMT()
|
com.jniwrapper.Int |
secondsFromGMTForDate(NSDate aDate)
|
static com.jniwrapper.Pointer.Void |
static_abbreviationDictionary()
|
static com.jniwrapper.Pointer.Void |
static_defaultTimeZone()
|
static com.jniwrapper.Pointer.Void |
static_knownTimeZoneNames()
|
static com.jniwrapper.Pointer.Void |
static_localTimeZone()
|
static void |
static_resetSystemTimeZone()
|
static void |
static_setDefaultTimeZone(NSTimeZone aTimeZone)
|
static com.jniwrapper.Pointer.Void |
static_systemTimeZone()
|
| 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 NSTimeZone()
public NSTimeZone(boolean autorelease)
NSTimeZone class with the autorelease option on.
autorelease - public NSTimeZone(com.jniwrapper.Pointer.Void instancePtr)
NSTimeZone class from pointer.
instancePtr -
public NSTimeZone(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
NSTimeZone class with static constructor.
methodName - parameters - | Method Detail |
public static NSTimeZone NSTimeZone_timeZoneWithAbbreviation(java.lang.String abbreviation)
timeZoneWithAbbreviation static constructor of the NSTimeZone Objective-C class.
abbreviation -
public static NSTimeZone NSTimeZone_timeZoneWithName_data(java.lang.String tzName,
NSData aData)
timeZoneWithName static constructor of the NSTimeZone Objective-C class.
tzName - aData -
public static NSTimeZone NSTimeZone_timeZoneForSecondsFromGMT(com.jniwrapper.Int seconds)
timeZoneForSecondsFromGMT static constructor of the NSTimeZone Objective-C class.
seconds -
public static NSTimeZone NSTimeZone_timeZoneWithName(java.lang.String tzName)
timeZoneWithName static constructor of the NSTimeZone Objective-C class.
tzName -
protected void init(com.jniwrapper.Parameter[] fields)
init in class NSObjectpublic static com.jniwrapper.Pointer.Void static_systemTimeZone()
public static com.jniwrapper.Pointer.Void static_defaultTimeZone()
public com.jniwrapper.Pointer.Void abbreviation()
public static com.jniwrapper.Pointer.Void static_knownTimeZoneNames()
public com.jniwrapper.Int secondsFromGMTForDate(NSDate aDate)
public static void static_resetSystemTimeZone()
public void encodeWithCoder(NSCoder aCoder)
encodeWithCoder in interface NSCodingProtocolpublic Id initWithCoder(NSCoder aDecoder)
initWithCoder in interface NSCodingProtocolpublic Id copyWithZone(NSZone zone)
copyWithZone in interface NSCopyingProtocolpublic Id initWithName(java.lang.String tzName)
public com.jniwrapper.Pointer.Void name()
public com.jniwrapper.Bool isDaylightSavingTime()
public com.jniwrapper.Bool isDaylightSavingTimeForDate(NSDate aDate)
public com.jniwrapper.Int secondsFromGMT()
public Id initWithName_data(java.lang.String tzName,
NSData aData)
initWithName() method of the NSTimeZone Objective-C class.
tzName - aData -
public static com.jniwrapper.Pointer.Void static_abbreviationDictionary()
public com.jniwrapper.Pointer.Void data()
public com.jniwrapper.Pointer.Void abbreviationForDate(NSDate aDate)
public com.jniwrapper.Bool isEqualToTimeZone(NSTimeZone aTimeZone)
public com.jniwrapper.Pointer.Void description()
description in interface NSObjectProtocoldescription in class NSObjectpublic static void static_setDefaultTimeZone(NSTimeZone aTimeZone)
public static com.jniwrapper.Pointer.Void static_localTimeZone()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||