|
||||||||||
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.NSResponder
org.rococoa.cocoa.appkit.NSWindow
org.rococoa.cocoa.appkit.NSPanel
org.rococoa.cocoa.appkit.NSFontPanel
public abstract class NSFontPanel
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 |
NSFontPanel.__fpFlags
|
static class |
NSFontPanel._class_
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSWindow |
---|
NSWindow.__wFlags |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.appkit.protocols.NSUserInterfaceValidations |
---|
NSUserInterfaceValidations._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 | |
---|---|
NSFontPanel()
|
Method Summary | |
---|---|
abstract NSView |
accessoryView()
Original signature : -(NSView*)accessoryView native declaration : NSFontPanel.h:97 |
static NSFontPanel |
alloc()
|
static NSFontPanel._class_ |
getNSClass()
|
abstract boolean |
isEnabled()
Original signature : -(BOOL)isEnabled native declaration : NSFontPanel.h:102 |
static NSFontPanel |
new_()
|
abstract NSFont |
panelConvertFont(NSFont fontObj)
Original signature : -(NSFont*)panelConvertFont:(NSFont*) native declaration : NSFontPanel.h:100 |
abstract void |
reloadDefaultFontFamilies()
This method triggers a re-load to the default state, so that the delegate will be called, and have an opportunity to scrutinize the default list of fonts to be displayed in the panel. |
abstract void |
setAccessoryView(NSView aView)
Original signature : -(void)setAccessoryView:(NSView*) native declaration : NSFontPanel.h:98 |
abstract void |
setEnabled(boolean flag)
Original signature : -(void)setEnabled:(BOOL) native declaration : NSFontPanel.h:103 |
abstract void |
setPanelFont_isMultiple(NSFont fontObj,
boolean flag)
Original signature : -(void)setPanelFont:(NSFont*) isMultiple:(BOOL) native declaration : NSFontPanel.h:99 |
static NSFontPanel |
sharedFontPanel()
Original signature : +(NSFontPanel*)sharedFontPanel native declaration : NSFontPanel.h:94 |
static boolean |
sharedFontPanelExists()
Original signature : +(BOOL)sharedFontPanelExists native declaration : NSFontPanel.h:95 |
abstract boolean |
worksWhenModal()
Original signature : -(BOOL)worksWhenModal native declaration : NSFontPanel.h:101 |
Methods inherited from class org.rococoa.cocoa.appkit.NSPanel |
---|
becomesKeyOnlyIfNeeded, isFloatingPanel, setBecomesKeyOnlyIfNeeded, setFloatingPanel, setWorksWhenModal |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.appkit.protocols.NSUserInterfaceValidations |
---|
validateUserInterfaceItem |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
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 NSFontPanel()
Method Detail |
---|
public static NSFontPanel sharedFontPanel()
+(NSFontPanel*)sharedFontPanel
public static boolean sharedFontPanelExists()
+(BOOL)sharedFontPanelExists
public abstract NSView accessoryView()
-(NSView*)accessoryView
public abstract void setAccessoryView(NSView aView)
-(void)setAccessoryView:(NSView*)
public abstract void setPanelFont_isMultiple(NSFont fontObj, boolean flag)
-(void)setPanelFont:(NSFont*) isMultiple:(BOOL)
public abstract NSFont panelConvertFont(NSFont fontObj)
-(NSFont*)panelConvertFont:(NSFont*)
public abstract boolean worksWhenModal()
-(BOOL)worksWhenModal
worksWhenModal
in class NSPanel
public abstract boolean isEnabled()
-(BOOL)isEnabled
public abstract void setEnabled(boolean flag)
-(void)setEnabled:(BOOL)
public abstract void reloadDefaultFontFamilies()
-(void)reloadDefaultFontFamilies
public static NSFontPanel alloc()
public static NSFontPanel new_()
public static NSFontPanel._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |