org.rococoa.cocoa.appkit.categories
Interface NSFontManagerDelegate

All Superinterfaces:
ObjCObject

public interface NSFontManagerDelegate
extends ObjCObject

This method is perhaps inappropriately named; it is sent to the delegate of the shared NSFontPanel instance, not to the delegate of the NSFontManager.
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 NSFontManagerDelegate._static_
           
 
Method Summary
 boolean fontManager_willIncludeFont(ObjCObject sender, NSString fontName)
          Original signature : -(BOOL)fontManager:(id) willIncludeFont:(NSString*)
from NSFontManagerDelegate native declaration : NSFontManager.h:176
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

fontManager_willIncludeFont

boolean fontManager_willIncludeFont(ObjCObject sender,
                                    NSString fontName)
Original signature : -(BOOL)fontManager:(id) willIncludeFont:(NSString*)
from NSFontManagerDelegate native declaration : NSFontManager.h:176



Copyright © 2009. All Rights Reserved.