org.rococoa.cocoa.appkit.categories
Interface NSCarbonExtensions

All Known Implementing Classes:
NSColorPanel, NSFontPanel, NSOpenPanel, NSPanel, NSSavePanel, NSWindow, SFCertificatePanel, SFCertificateTrustPanel, SFChooseIdentityPanel, SFKeychainSavePanel, SFKeychainSettingsPanel

public interface NSCarbonExtensions

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
Original signature : -(NSWindow*)initWithWindowRef:(void*)
WindowRef
 Pointer windowRef()
          return the Carbon WindowRef for this window, creating if necessary: - see MacWindows.h
Original signature : -(void*)windowRef
 

Method Detail

initWithWindowRef

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


windowRef

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