|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of NSDate in com.jniwrapper.macosx.cocoa.nsapplication |
| Methods in com.jniwrapper.macosx.cocoa.nsapplication with parameters of type NSDate | |
com.jniwrapper.Pointer.Void |
NSApplication.nextEventMatchingMask_untilDate_inMode_dequeue(com.jniwrapper.UInt mask,
NSDate expiration,
java.lang.String mode,
boolean deqFlag)
This method represents the nextEventMatchingMask() method of the NSApplication Objective-C class. |
| Uses of NSDate in com.jniwrapper.macosx.cocoa.nscalendardate |
| Subclasses of NSDate in com.jniwrapper.macosx.cocoa.nscalendardate | |
class |
NSCalendarDate
This class represents NSCalendarDate class. |
| Uses of NSDate in com.jniwrapper.macosx.cocoa.nsdate |
| Methods in com.jniwrapper.macosx.cocoa.nsdate that return NSDate | |
static NSDate |
NSDate.NSDate_dateWithTimeIntervalSinceReferenceDate(NSTimeInterval secs)
This method represents the dateWithTimeIntervalSinceReferenceDate static constructor of the NSDate Objective-C class. |
static NSDate |
NSDate.NSDate_date()
This method represents the date static constructor of the NSDate Objective-C class. |
static NSDate |
NSDate.NSDate_distantFuture()
This method represents the distantFuture static constructor of the NSDate Objective-C class. |
static NSDate |
NSDate.NSDate_distantPast()
This method represents the distantPast static constructor of the NSDate Objective-C class. |
static NSDate |
NSDate.NSDate_dateWithString(java.lang.String aString)
This method represents the dateWithString static constructor of the NSDate Objective-C class. |
static NSDate |
NSDate.NSDate_dateWithTimeIntervalSince1970(NSTimeInterval secs)
This method represents the dateWithTimeIntervalSince1970 static constructor of the NSDate Objective-C class. |
static NSDate |
NSDate.NSDate_dateWithTimeIntervalSinceNow(NSTimeInterval secs)
This method represents the dateWithTimeIntervalSinceNow static constructor of the NSDate Objective-C class. |
| Methods in com.jniwrapper.macosx.cocoa.nsdate with parameters of type NSDate | |
com.jniwrapper.Bool |
NSDate.isEqualToDate(NSDate otherDate)
|
com.jniwrapper.Pointer.Void |
NSDate.laterDate(NSDate anotherDate)
|
NSComparisonResult |
NSDate.compare(NSDate other)
|
NSTimeInterval |
NSDate.timeIntervalSinceDate(NSDate anotherDate)
|
Id |
NSDate.initWithTimeInterval_sinceDate(NSTimeInterval secsToBeAdded,
NSDate anotherDate)
This method represents the initWithTimeInterval() method of the NSDate Objective-C class. |
com.jniwrapper.Pointer.Void |
NSDate.earlierDate(NSDate anotherDate)
|
| Uses of NSDate in com.jniwrapper.macosx.cocoa.nslock |
| Methods in com.jniwrapper.macosx.cocoa.nslock with parameters of type NSDate | |
com.jniwrapper.Bool |
NSRecursiveLock.lockBeforeDate(NSDate limit)
|
com.jniwrapper.Bool |
NSLock.lockBeforeDate(NSDate limit)
|
com.jniwrapper.Bool |
NSConditionLock.lockWhenCondition_beforeDate(com.jniwrapper.Int condition,
NSDate limit)
This method represents the lockWhenCondition() method of the NSConditionLock Objective-C class. |
com.jniwrapper.Bool |
NSConditionLock.lockBeforeDate(NSDate limit)
|
| Uses of NSDate in com.jniwrapper.macosx.cocoa.nsport |
| Methods in com.jniwrapper.macosx.cocoa.nsport with parameters of type NSDate | |
com.jniwrapper.Bool |
NSPort.sendBeforeDate_msgid_components_from_reserved(NSDate limitDate,
com.jniwrapper.UInt16 msgID,
NSMutableArray components,
NSPort receivePort,
com.jniwrapper.UInt16 headerSpaceReserved)
This method represents the sendBeforeDate() method of the NSPort Objective-C class. |
com.jniwrapper.Bool |
NSPort.sendBeforeDate_components_from_reserved(NSDate limitDate,
NSMutableArray components,
NSPort receivePort,
com.jniwrapper.UInt16 headerSpaceReserved)
This method represents the sendBeforeDate() method of the NSPort Objective-C class. |
| Uses of NSDate in com.jniwrapper.macosx.cocoa.nsportmessage |
| Methods in com.jniwrapper.macosx.cocoa.nsportmessage with parameters of type NSDate | |
com.jniwrapper.Bool |
NSPortMessage.sendBeforeDate(NSDate date)
|
| Uses of NSDate in com.jniwrapper.macosx.cocoa.nsrunloop |
| Methods in com.jniwrapper.macosx.cocoa.nsrunloop with parameters of type NSDate | |
void |
NSRunLoop.runUntilDate(NSDate limitDate)
|
com.jniwrapper.Bool |
NSRunLoop.runMode_beforeDate(java.lang.String mode,
NSDate limitDate)
This method represents the runMode() method of the NSRunLoop Objective-C class. |
void |
NSRunLoop.acceptInputForMode_beforeDate(java.lang.String mode,
NSDate limitDate)
This method represents the acceptInputForMode() method of the NSRunLoop Objective-C class. |
| Uses of NSDate in com.jniwrapper.macosx.cocoa.nsthread |
| Methods in com.jniwrapper.macosx.cocoa.nsthread with parameters of type NSDate | |
static void |
NSThread.static_sleepUntilDate(NSDate date)
|
| Uses of NSDate in com.jniwrapper.macosx.cocoa.nstimer |
| Methods in com.jniwrapper.macosx.cocoa.nstimer with parameters of type NSDate | |
Id |
NSTimer.initWithFireDate_interval_target_selector_userInfo_repeats(NSDate date,
NSTimeInterval ti,
Id t,
Sel s,
Id ui,
boolean rep)
This method represents the initWithFireDate() method of the NSTimer Objective-C class. |
void |
NSTimer.setFireDate(NSDate date)
|
| Uses of NSDate in com.jniwrapper.macosx.cocoa.nstimezone |
| Methods in com.jniwrapper.macosx.cocoa.nstimezone with parameters of type NSDate | |
com.jniwrapper.Int |
NSTimeZone.secondsFromGMTForDate(NSDate aDate)
|
com.jniwrapper.Bool |
NSTimeZone.isDaylightSavingTimeForDate(NSDate aDate)
|
com.jniwrapper.Pointer.Void |
NSTimeZone.abbreviationForDate(NSDate aDate)
|
| Uses of NSDate in com.jniwrapper.macosx.cocoa.nswindow |
| Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSDate | |
com.jniwrapper.Pointer.Void |
NSWindow.nextEventMatchingMask_untilDate_inMode_dequeue(com.jniwrapper.UInt mask,
NSDate expiration,
java.lang.String mode,
boolean deqFlag)
This method represents the nextEventMatchingMask() method of the NSWindow Objective-C class. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||