org.rococoa.cocoa.appkit.categories
Interface NSCarbonExtensions

All Superinterfaces:
ObjCObject

public interface NSCarbonExtensions
extends ObjCObject

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 interface NSCarbonExtensions._static_
           
 
Method Summary
 NSWindow initWithWindowRef(Pointer windowRef)
          create an NSWindow for a Carbon window - windowRef must be a Carbon WindowRef - see MacWindows.h
WindowRef
Original signature : -(NSWindow*)initWithWindowRef:(void*)
from NSCarbonExtensions native declaration : NSWindow.h:658
 Pointer windowRef()
          return the Carbon WindowRef for this window, creating if necessary: - see MacWindows.h
Original signature : -(void*)windowRef
from NSCarbonExtensions native declaration : NSWindow.h:660
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

initWithWindowRef

NSWindow initWithWindowRef(Pointer windowRef)
create an NSWindow for a Carbon window - windowRef must be a Carbon WindowRef - see MacWindows.h
WindowRef
Original signature : -(NSWindow*)initWithWindowRef:(void*)
from NSCarbonExtensions native declaration : NSWindow.h:658


windowRef

Pointer windowRef()
return the Carbon WindowRef for this window, creating if necessary: - see MacWindows.h
Original signature : -(void*)windowRef
from NSCarbonExtensions native declaration : NSWindow.h:660



Copyright © 2009. All Rights Reserved.