|
||||||||||
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.NSTokenFieldCell
public abstract class NSTokenFieldCell
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 |
NSTokenFieldCell._class_
|
static class |
NSTokenFieldCell._tfcFlags_struct
|
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 | |
---|---|
NSTokenFieldCell()
|
Method Summary | |
---|---|
static NSTokenFieldCell |
alloc()
|
abstract double |
completionDelay()
Original signature : -(NSTimeInterval)completionDelay native declaration : NSTokenFieldCell.h:60 |
static double |
defaultCompletionDelay()
Original signature : +(NSTimeInterval)defaultCompletionDelay native declaration : NSTokenFieldCell.h:61 |
static NSCharacterSet |
defaultTokenizingCharacterSet()
Original signature : +(NSCharacterSet*)defaultTokenizingCharacterSet native declaration : NSTokenFieldCell.h:65 |
abstract NSTokenFieldCellDelegate |
delegate()
Original signature : -(id native declaration : NSTokenFieldCell.h:68 |
static NSTokenFieldCell._class_ |
getNSClass()
|
static NSTokenFieldCell |
new_()
|
abstract void |
setCompletionDelay(double delay)
Sets the auto-completion delay before the list of possible completions automatically pops up. |
abstract void |
setDelegate(NSTokenFieldCellDelegate anObject)
Original signature : -(void)setDelegate:(id native declaration : NSTokenFieldCell.h:67 |
abstract void |
setTokenizingCharacterSet(NSCharacterSet characterSet)
Original signature : -(void)setTokenizingCharacterSet:(NSCharacterSet*) native declaration : NSTokenFieldCell.h:63 |
abstract void |
setTokenStyle(int style)
Sets the default token style used for each new token. |
abstract NSCharacterSet |
tokenizingCharacterSet()
Original signature : -(NSCharacterSet*)tokenizingCharacterSet native declaration : NSTokenFieldCell.h:64 |
abstract int |
tokenStyle()
Original signature : -(NSTokenStyle)tokenStyle native declaration : NSTokenFieldCell.h:55 |
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 NSTokenFieldCell()
Method Detail |
---|
public abstract void setTokenStyle(int style)
-(void)setTokenStyle:(NSTokenStyle)
style
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSTokenStylepublic abstract int tokenStyle()
-(NSTokenStyle)tokenStyle
public abstract void setCompletionDelay(double delay)
-(void)setCompletionDelay:(NSTimeInterval)
public abstract double completionDelay()
-(NSTimeInterval)completionDelay
public static double defaultCompletionDelay()
+(NSTimeInterval)defaultCompletionDelay
public abstract void setTokenizingCharacterSet(NSCharacterSet characterSet)
-(void)setTokenizingCharacterSet:(NSCharacterSet*)
public abstract NSCharacterSet tokenizingCharacterSet()
-(NSCharacterSet*)tokenizingCharacterSet
public static NSCharacterSet defaultTokenizingCharacterSet()
+(NSCharacterSet*)defaultTokenizingCharacterSet
public abstract void setDelegate(NSTokenFieldCellDelegate anObject)
-(void)setDelegate:(id)
public abstract NSTokenFieldCellDelegate delegate()
-(id)delegate
public static NSTokenFieldCell alloc()
public static NSTokenFieldCell new_()
public static NSTokenFieldCell._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |