|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSTrackingArea
public abstract class NSTrackingArea
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSTrackingArea._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSTrackingArea()
|
Method Summary | |
---|---|
static NSTrackingArea |
alloc()
|
static NSTrackingArea |
createWithRect_options_owner_userInfo(NSRect.ByValue rect,
NSUInteger options,
ObjCObject owner,
NSDictionary userInfo)
Factory method |
static NSTrackingArea._class_ |
getNSClass()
|
abstract NSTrackingArea |
initWithRect_options_owner_userInfo(NSRect.ByValue rect,
NSUInteger options,
ObjCObject owner,
NSDictionary userInfo)
Original signature : -(id)initWithRect:(NSRect) options:(NSTrackingAreaOptions) owner:(id) userInfo:(NSDictionary*) native declaration : NSTrackingArea.h:51 |
static NSTrackingArea |
new_()
|
abstract NSUInteger |
options()
Original signature : -(NSTrackingAreaOptions)options native declaration : NSTrackingArea.h:53 |
abstract NSObject |
owner()
Original signature : -(id)owner native declaration : NSTrackingArea.h:54 |
abstract NSRect.ByValue |
rect()
Original signature : -(NSRect)rect native declaration : NSTrackingArea.h:52 |
abstract NSDictionary |
userInfo()
Original signature : -(NSDictionary*)userInfo native declaration : NSTrackingArea.h:55 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSTrackingArea()
Method Detail |
---|
public abstract NSTrackingArea initWithRect_options_owner_userInfo(NSRect.ByValue rect, NSUInteger options, ObjCObject owner, NSDictionary userInfo)
-(id)initWithRect:(NSRect) options:(NSTrackingAreaOptions) owner:(id) userInfo:(NSDictionary*)
public static NSTrackingArea createWithRect_options_owner_userInfo(NSRect.ByValue rect, NSUInteger options, ObjCObject owner, NSDictionary userInfo)
initWithRect_options_owner_userInfo(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.ObjCObject, org.rococoa.cocoa.foundation.NSDictionary)
public abstract NSRect.ByValue rect()
-(NSRect)rect
public abstract NSUInteger options()
-(NSTrackingAreaOptions)options
public abstract NSObject owner()
-(id)owner
public abstract NSDictionary userInfo()
-(NSDictionary*)userInfo
public static NSTrackingArea alloc()
public static NSTrackingArea new_()
public static NSTrackingArea._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |