|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSRunLoop
This class wraps the Objective-C class NSRunLoop. It was automatically generated by JIGS WrapCreator.
| Field Summary | |
static java.lang.String |
DefaultRunLoopMode
|
| Constructor Summary | |
NSRunLoop()
Wraps the Objective-C method init |
|
| Method Summary | |
void |
acceptInputForMode(java.lang.String arg0,
NSDate arg1)
Wraps the Objective-C method acceptInputForMode:beforeDate: |
void |
addPortForMode(NSPort arg0,
java.lang.String arg1)
Wraps the Objective-C method addPort:forMode: |
void |
addTimerForMode(NSTimer arg0,
java.lang.String arg1)
Wraps the Objective-C method addTimer:forMode: |
void |
cancelPerformSelector(NSSelector arg0,
java.lang.Object arg1,
java.lang.Object arg2)
Wraps the Objective-C method cancelPerformSelector:target:argument: |
void |
configureAsServer()
Wraps the Objective-C method configureAsServer |
java.lang.String |
currentMode()
Wraps the Objective-C method currentMode |
static NSRunLoop |
currentRunLoop()
Wraps the Objective-C method currentRunLoop |
NSDate |
limitDateForMode(java.lang.String arg0)
Wraps the Objective-C method limitDateForMode: |
void |
performSelector(NSSelector arg0,
java.lang.Object arg1,
java.lang.Object arg2,
long arg3,
NSArray arg4)
Wraps the Objective-C method performSelector:target:argument:order:modes: |
void |
removePortForMode(NSPort arg0,
java.lang.String arg1)
Wraps the Objective-C method removePort:forMode: |
void |
run()
Wraps the Objective-C method run |
boolean |
runModeBeforeDate(java.lang.String arg0,
NSDate arg1)
Wraps the Objective-C method runMode:beforeDate: |
void |
runUntilDate(NSDate arg0)
Wraps the Objective-C method runUntilDate: |
| Methods inherited from class gnu.gnustep.base.NSObject |
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static java.lang.String DefaultRunLoopMode
| Constructor Detail |
public NSRunLoop()
| Method Detail |
public static NSRunLoop currentRunLoop()
public void acceptInputForMode(java.lang.String arg0,
NSDate arg1)
public void addTimerForMode(NSTimer arg0,
java.lang.String arg1)
public java.lang.String currentMode()
public NSDate limitDateForMode(java.lang.String arg0)
public void run()
public boolean runModeBeforeDate(java.lang.String arg0,
NSDate arg1)
public void runUntilDate(NSDate arg0)
public void addPortForMode(NSPort arg0,
java.lang.String arg1)
public void cancelPerformSelector(NSSelector arg0,
java.lang.Object arg1,
java.lang.Object arg2)
public void configureAsServer()
public void performSelector(NSSelector arg0,
java.lang.Object arg1,
java.lang.Object arg2,
long arg3,
NSArray arg4)
public void removePortForMode(NSPort arg0,
java.lang.String arg1)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||