|
||||||||
| 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.NSPort
This class wraps the Objective-C class NSPort. It was automatically generated by JIGS WrapCreator.
| Constructor Summary | |
NSPort()
Wraps the Objective-C method init |
|
| Method Summary | |
void |
close()
Wraps the Objective-C method close |
java.lang.Object |
delegate()
Wraps the Objective-C method delegate |
void |
invalidate()
Wraps the Objective-C method invalidate |
boolean |
isValid()
Wraps the Objective-C method isValid |
static NSPort |
port()
Wraps the Objective-C method port |
long |
reservedSpaceLength()
Wraps the Objective-C method reservedSpaceLength |
boolean |
sendBeforeDate(NSDate arg0,
int arg1,
NSMutableArray arg2,
NSPort arg3,
long arg4)
Wraps the Objective-C method sendBeforeDate:msgid:components:from:reserved: |
void |
setDelegate(java.lang.Object arg0)
Wraps the Objective-C method setDelegate: |
| 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 |
| Constructor Detail |
public NSPort()
| Method Detail |
public static NSPort port()
public void invalidate()
public boolean isValid()
public void setDelegate(java.lang.Object arg0)
public java.lang.Object delegate()
public void close()
public long reservedSpaceLength()
public boolean sendBeforeDate(NSDate arg0,
int arg1,
NSMutableArray arg2,
NSPort arg3,
long arg4)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||