|
||||||||||
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
org.rococoa.cocoa.appkit.NSSecureTextFieldCell
public abstract class NSSecureTextFieldCell
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 |
NSSecureTextFieldCell._class_
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSTextFieldCell |
---|
NSTextFieldCell.__tfFlags |
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 | |
---|---|
NSSecureTextFieldCell()
|
Method Summary | |
---|---|
static NSSecureTextFieldCell |
alloc()
|
abstract boolean |
echosBullets()
Original signature : -(BOOL)echosBullets native declaration : NSSecureTextField.h:24 |
static NSSecureTextFieldCell._class_ |
getNSClass()
|
static NSSecureTextFieldCell |
new_()
|
abstract void |
setEchosBullets(boolean flag)
Original signature : -(void)setEchosBullets:(BOOL) native declaration : NSSecureTextField.h:23 |
Methods inherited from class org.rococoa.cocoa.appkit.NSTextFieldCell |
---|
allowedInputSourceLocales, backgroundColor, bezelStyle, drawsBackground, placeholderAttributedString, placeholderString, setAllowedInputSourceLocales, setBackgroundColor, setBezelStyle, setDrawsBackground, setPlaceholderAttributedString, setPlaceholderString, setTextColor, setUpFieldEditorAttributes, setWantsNotificationForMarkedText, textColor |
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 NSSecureTextFieldCell()
Method Detail |
---|
public abstract void setEchosBullets(boolean flag)
-(void)setEchosBullets:(BOOL)
public abstract boolean echosBullets()
-(BOOL)echosBullets
public static NSSecureTextFieldCell alloc()
public static NSSecureTextFieldCell new_()
public static NSSecureTextFieldCell._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |