|
|||||||||||
| 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.nstimer.NSTimer
This class represents NSTimer class.
See the class documentation at the Apple's site: NSTimer
| Field Summary |
| Fields inherited from class com.jniwrapper.macosx.cocoa.CObject |
_fields |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
NSTimer()
|
|
NSTimer(boolean autorelease)
Contructs the NSTimer class with the autorelease option on. |
|
NSTimer(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSTimer class from pointer. |
|
NSTimer(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the NSTimer class with static constructor. |
|
| Method Summary | |
void |
fire()
|
com.jniwrapper.Pointer.Void |
fireDate()
|
protected void |
init(com.jniwrapper.Parameter[] fields)
|
Id |
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 |
invalidate()
|
com.jniwrapper.Bool |
isValid()
|
void |
setFireDate(NSDate date)
|
static com.jniwrapper.Pointer.Void |
static_scheduledTimerWithTimeInterval_invocation_repeats(NSTimeInterval ti,
NSInvocation invocation,
boolean yesOrNo)
This method represents the scheduledTimerWithTimeInterval() method of the NSTimer Objective-C class. |
static com.jniwrapper.Pointer.Void |
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 |
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 |
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. |
NSTimeInterval |
timeInterval()
|
Id |
userInfo()
|
| 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 NSTimer()
public NSTimer(boolean autorelease)
NSTimer class with the autorelease option on.
autorelease - public NSTimer(com.jniwrapper.Pointer.Void instancePtr)
NSTimer class from pointer.
instancePtr -
public NSTimer(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
NSTimer class with static constructor.
methodName - parameters - | Method Detail |
protected void init(com.jniwrapper.Parameter[] fields)
init in class NSObject
public Id initWithFireDate_interval_target_selector_userInfo_repeats(NSDate date,
NSTimeInterval ti,
Id t,
Sel s,
Id ui,
boolean rep)
initWithFireDate() method of the NSTimer Objective-C class.
date - ti - t - s - ui - rep -
public static com.jniwrapper.Pointer.Void static_timerWithTimeInterval_target_selector_userInfo_repeats(NSTimeInterval ti,
Id aTarget,
Sel aSelector,
Id userInfo,
boolean yesOrNo)
timerWithTimeInterval() method of the NSTimer Objective-C class.
ti - aTarget - aSelector - userInfo - yesOrNo -
public static com.jniwrapper.Pointer.Void static_timerWithTimeInterval_invocation_repeats(NSTimeInterval ti,
NSInvocation invocation,
boolean yesOrNo)
timerWithTimeInterval() method of the NSTimer Objective-C class.
ti - invocation - yesOrNo -
public void setFireDate(NSDate date)
public com.jniwrapper.Pointer.Void fireDate()
public Id userInfo()
public NSTimeInterval timeInterval()
public void invalidate()
public static com.jniwrapper.Pointer.Void static_scheduledTimerWithTimeInterval_target_selector_userInfo_repeats(NSTimeInterval ti,
Id aTarget,
Sel aSelector,
Id userInfo,
boolean yesOrNo)
scheduledTimerWithTimeInterval() method of the NSTimer Objective-C class.
ti - aTarget - aSelector - userInfo - yesOrNo -
public static com.jniwrapper.Pointer.Void static_scheduledTimerWithTimeInterval_invocation_repeats(NSTimeInterval ti,
NSInvocation invocation,
boolean yesOrNo)
scheduledTimerWithTimeInterval() method of the NSTimer Objective-C class.
ti - invocation - yesOrNo -
public com.jniwrapper.Bool isValid()
public void fire()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||