|
||||||||||
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.NSCell
org.rococoa.cocoa.appkit.NSActionCell
org.rococoa.cocoa.appkit.NSTextFieldCell
public abstract class NSTextFieldCell
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 |
NSTextFieldCell.__tfFlags
|
static class |
NSTextFieldCell._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 | |
---|---|
NSTextFieldCell()
|
Method Summary | |
---|---|
static NSTextFieldCell |
alloc()
|
abstract NSArray |
allowedInputSourceLocales()
Returns an array of locale identifiers representing keyboard input sources allowed to be enabled when the receiver has the keyboard focus. |
abstract NSColor |
backgroundColor()
Original signature : -(NSColor*)backgroundColor native declaration : NSTextFieldCell.h:41 |
abstract int |
bezelStyle()
Original signature : -(NSTextFieldBezelStyle)bezelStyle native declaration : NSTextFieldCell.h:50 |
abstract boolean |
drawsBackground()
Original signature : -(BOOL)drawsBackground native declaration : NSTextFieldCell.h:43 |
static NSTextFieldCell._class_ |
getNSClass()
|
static NSTextFieldCell |
new_()
|
abstract NSAttributedString |
placeholderAttributedString()
Original signature : -(NSAttributedString*)placeholderAttributedString native declaration : NSTextFieldCell.h:57 |
abstract NSString |
placeholderString()
Original signature : -(NSString*)placeholderString native declaration : NSTextFieldCell.h:55 |
abstract void |
setAllowedInputSourceLocales(NSArray localeIdentifiers)
Original signature : -(void)setAllowedInputSourceLocales:(NSArray*) native declaration : NSTextFieldCell.h:66 |
abstract void |
setBackgroundColor(NSColor color)
Original signature : -(void)setBackgroundColor:(NSColor*) native declaration : NSTextFieldCell.h:40 |
abstract void |
setBezelStyle(int style)
Original signature : -(void)setBezelStyle:(NSTextFieldBezelStyle) native declaration : NSTextFieldCell.h:49 |
abstract void |
setDrawsBackground(boolean flag)
Original signature : -(void)setDrawsBackground:(BOOL) native declaration : NSTextFieldCell.h:42 |
abstract void |
setPlaceholderAttributedString(NSAttributedString string)
Original signature : -(void)setPlaceholderAttributedString:(NSAttributedString*) native declaration : NSTextFieldCell.h:56 |
abstract void |
setPlaceholderString(NSString string)
Original signature : -(void)setPlaceholderString:(NSString*) native declaration : NSTextFieldCell.h:54 |
abstract void |
setTextColor(NSColor color)
Original signature : -(void)setTextColor:(NSColor*) native declaration : NSTextFieldCell.h:44 |
abstract NSText |
setUpFieldEditorAttributes(NSText textObj)
Original signature : -(NSText*)setUpFieldEditorAttributes:(NSText*) native declaration : NSTextFieldCell.h:46 |
abstract void |
setWantsNotificationForMarkedText(boolean flag)
Original signature : -(void)setWantsNotificationForMarkedText:(BOOL) native declaration : NSTextFieldCell.h:61 |
abstract NSColor |
textColor()
Original signature : -(NSColor*)textColor native declaration : NSTextFieldCell.h:45 |
Methods inherited from class org.rococoa.cocoa.appkit.NSActionCell |
---|
action, setAction, setTag, setTarget, tag, target |
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 NSTextFieldCell()
Method Detail |
---|
public abstract void setBackgroundColor(NSColor color)
-(void)setBackgroundColor:(NSColor*)
public abstract NSColor backgroundColor()
-(NSColor*)backgroundColor
public abstract void setDrawsBackground(boolean flag)
-(void)setDrawsBackground:(BOOL)
public abstract boolean drawsBackground()
-(BOOL)drawsBackground
public abstract void setTextColor(NSColor color)
-(void)setTextColor:(NSColor*)
public abstract NSColor textColor()
-(NSColor*)textColor
public abstract NSText setUpFieldEditorAttributes(NSText textObj)
-(NSText*)setUpFieldEditorAttributes:(NSText*)
setUpFieldEditorAttributes
in class NSCell
public abstract void setBezelStyle(int style)
-(void)setBezelStyle:(NSTextFieldBezelStyle)
style
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSTextFieldBezelStylepublic abstract int bezelStyle()
-(NSTextFieldBezelStyle)bezelStyle
public abstract void setPlaceholderString(NSString string)
-(void)setPlaceholderString:(NSString*)
public abstract NSString placeholderString()
-(NSString*)placeholderString
public abstract void setPlaceholderAttributedString(NSAttributedString string)
-(void)setPlaceholderAttributedString:(NSAttributedString*)
public abstract NSAttributedString placeholderAttributedString()
-(NSAttributedString*)placeholderAttributedString
public abstract void setWantsNotificationForMarkedText(boolean flag)
-(void)setWantsNotificationForMarkedText:(BOOL)
public abstract NSArray allowedInputSourceLocales()
-(NSArray*)allowedInputSourceLocales
public abstract void setAllowedInputSourceLocales(NSArray localeIdentifiers)
-(void)setAllowedInputSourceLocales:(NSArray*)
public static NSTextFieldCell alloc()
public static NSTextFieldCell new_()
public static NSTextFieldCell._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |