Uses of Class
com.jniwrapper.macosx.cocoa.nsdate.NSTimeInterval

Packages that use NSTimeInterval
com.jniwrapper.macosx.cocoa.nsconnection   
com.jniwrapper.macosx.cocoa.nsdate   
com.jniwrapper.macosx.cocoa.nsevent   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsprogressindicator   
com.jniwrapper.macosx.cocoa.nstimer   
com.jniwrapper.macosx.cocoa.nsurlrequest   
com.jniwrapper.macosx.cocoa.nswindow   
 

Uses of NSTimeInterval in com.jniwrapper.macosx.cocoa.nsconnection
 

Methods in com.jniwrapper.macosx.cocoa.nsconnection that return NSTimeInterval
 NSTimeInterval NSConnection.replyTimeout()
           
 NSTimeInterval NSConnection.requestTimeout()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsconnection with parameters of type NSTimeInterval
 void NSConnection.setRequestTimeout(NSTimeInterval ti)
           
 void NSConnection.setReplyTimeout(NSTimeInterval ti)
           
 

Uses of NSTimeInterval in com.jniwrapper.macosx.cocoa.nsdate
 

Methods in com.jniwrapper.macosx.cocoa.nsdate that return NSTimeInterval
 NSTimeInterval NSDate.timeIntervalSinceDate(NSDate anotherDate)
           
 NSTimeInterval NSDate.timeIntervalSince1970()
           
 NSTimeInterval NSDate.timeIntervalSinceNow()
           
static NSTimeInterval NSDate.static_timeIntervalSinceReferenceDate()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsdate with parameters of type NSTimeInterval
static NSDate NSDate.NSDate_dateWithTimeIntervalSinceReferenceDate(NSTimeInterval secs)
          This method represents the dateWithTimeIntervalSinceReferenceDate 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.
 Id NSDate.addTimeInterval(NSTimeInterval seconds)
           
 Id NSDate.initWithTimeInterval_sinceDate(NSTimeInterval secsToBeAdded, NSDate anotherDate)
          This method represents the initWithTimeInterval() method of the NSDate Objective-C class.
 Id NSDate.initWithTimeIntervalSinceNow(NSTimeInterval secsToBeAddedToNow)
           
 Id NSDate.initWithTimeIntervalSinceReferenceDate(NSTimeInterval secsToBeAdded)
           
 

Uses of NSTimeInterval in com.jniwrapper.macosx.cocoa.nsevent
 

Methods in com.jniwrapper.macosx.cocoa.nsevent that return NSTimeInterval
 NSTimeInterval NSEvent.timestamp()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsevent with parameters of type NSTimeInterval
static com.jniwrapper.Pointer.Void NSEvent.static_enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, com.jniwrapper.Int eNum, com.jniwrapper.Int tNum, com.jniwrapper.Pointer.Void data)
          This method represents the enterExitEventWithType() method of the NSEvent Objective-C class.
static com.jniwrapper.Pointer.Void NSEvent.static_mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, com.jniwrapper.Int eNum, com.jniwrapper.Int cNum, com.jniwrapper.SingleFloat pressure)
          This method represents the mouseEventWithType() method of the NSEvent Objective-C class.
static void NSEvent.static_startPeriodicEventsAfterDelay_withPeriod(NSTimeInterval delay, NSTimeInterval period)
          This method represents the startPeriodicEventsAfterDelay() method of the NSEvent Objective-C class.
static com.jniwrapper.Pointer.Void NSEvent.static_otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, com.jniwrapper.ShortInt subtype, com.jniwrapper.Int d1, com.jniwrapper.Int d2)
          This method represents the otherEventWithType() method of the NSEvent Objective-C class.
static com.jniwrapper.Pointer.Void NSEvent.static_keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, java.lang.String keys, java.lang.String ukeys, boolean flag, com.jniwrapper.UInt16 code)
          This method represents the keyEventWithType() method of the NSEvent Objective-C class.
 

Uses of NSTimeInterval in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSTimeInterval
 void NSObject.performSelector_withObject_afterDelay_inModes(Sel aSelector, Id anArgument, NSTimeInterval delay, NSArray modes)
          This method represents the performSelector() method of the NSObject Objective-C class.
 void NSObject.performSelector_withObject_afterDelay(Sel aSelector, Id anArgument, NSTimeInterval delay)
          This method represents the performSelector() method of the NSObject Objective-C class.
 

Uses of NSTimeInterval in com.jniwrapper.macosx.cocoa.nsprogressindicator
 

Methods in com.jniwrapper.macosx.cocoa.nsprogressindicator that return NSTimeInterval
 NSTimeInterval NSProgressIndicator.animationDelay()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsprogressindicator with parameters of type NSTimeInterval
 void NSProgressIndicator.setAnimationDelay(NSTimeInterval delay)
           
 

Uses of NSTimeInterval in com.jniwrapper.macosx.cocoa.nstimer
 

Methods in com.jniwrapper.macosx.cocoa.nstimer that return NSTimeInterval
 NSTimeInterval NSTimer.timeInterval()
           
 

Methods in com.jniwrapper.macosx.cocoa.nstimer with parameters of type NSTimeInterval
 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.
static com.jniwrapper.Pointer.Void NSTimer.static_timerWithTimeInterval_target_selector_userInfo_repeats(NSTimeInterval ti, Id aTarget, Sel aSelector, Id userInfo, boolean yesOrNo)
          This method represents the timerWithTimeInterval() method of the NSTimer Objective-C class.
static com.jniwrapper.Pointer.Void NSTimer.static_timerWithTimeInterval_invocation_repeats(NSTimeInterval ti, NSInvocation invocation, boolean yesOrNo)
          This method represents the timerWithTimeInterval() method of the NSTimer Objective-C class.
static com.jniwrapper.Pointer.Void NSTimer.static_scheduledTimerWithTimeInterval_target_selector_userInfo_repeats(NSTimeInterval ti, Id aTarget, Sel aSelector, Id userInfo, boolean yesOrNo)
          This method represents the scheduledTimerWithTimeInterval() method of the NSTimer Objective-C class.
static com.jniwrapper.Pointer.Void NSTimer.static_scheduledTimerWithTimeInterval_invocation_repeats(NSTimeInterval ti, NSInvocation invocation, boolean yesOrNo)
          This method represents the scheduledTimerWithTimeInterval() method of the NSTimer Objective-C class.
 

Uses of NSTimeInterval in com.jniwrapper.macosx.cocoa.nsurlrequest
 

Methods in com.jniwrapper.macosx.cocoa.nsurlrequest that return NSTimeInterval
 NSTimeInterval NSURLRequest.timeoutInterval()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsurlrequest with parameters of type NSTimeInterval
static NSURLRequest NSURLRequest.NSURLRequest_requestWithURL_cachePolicy_timeoutInterval(NSURL URL, NSURLRequestCachePolicy cachePolicy, NSTimeInterval timeoutInterval)
          This method represents the requestWithURL static constructor of the NSURLRequest Objective-C class.
 Id NSURLRequest.initWithURL_cachePolicy_timeoutInterval(NSURL URL, NSURLRequestCachePolicy cachePolicy, NSTimeInterval timeoutInterval)
          This method represents the initWithURL() method of the NSURLRequest Objective-C class.
 void NSMutableURLRequest.setTimeoutInterval(NSTimeInterval seconds)
           
 

Uses of NSTimeInterval in com.jniwrapper.macosx.cocoa.nswindow
 

Methods in com.jniwrapper.macosx.cocoa.nswindow that return NSTimeInterval
 NSTimeInterval NSWindow.animationResizeTime(NSRect newFrame)