|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSTokenFieldCellDelegate
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 |
NSTokenFieldCellDelegate._static_
|
Method Summary | |
---|---|
NSArray |
tokenFieldCell_completionsForSubstring_indexOfToken_indexOfSelectedItem(NSTokenFieldCell tokenFieldCell,
NSString substring,
int tokenIndex,
IntBuffer selectedIndex)
The default behavior is not to have any completions. |
NSArray |
tokenFieldCell_completionsForSubstring_indexOfToken_indexOfSelectedItem(NSTokenFieldCell tokenFieldCell,
NSString substring,
int tokenIndex,
IntByReference selectedIndex)
Deprecated. use the safer method tokenFieldCell_completionsForSubstring_indexOfToken_indexOfSelectedItem(org.rococoa.cocoa.appkit.NSTokenFieldCell, org.rococoa.cocoa.foundation.NSString, int, java.nio.IntBuffer) instead |
NSString |
tokenFieldCell_displayStringForRepresentedObject(NSTokenFieldCell tokenFieldCell,
org.rococoa.ID representedObject)
editing string = display string = represented object Original signature : -(NSString*)tokenFieldCell:(NSTokenFieldCell*) displayStringForRepresentedObject:(id) |
NSString |
tokenFieldCell_editingStringForRepresentedObject(NSTokenFieldCell tokenFieldCell,
org.rococoa.ID representedObject)
|
boolean |
tokenFieldCell_hasMenuForRepresentedObject(NSTokenFieldCell tokenFieldCell,
org.rococoa.ID representedObject)
|
NSMenu |
tokenFieldCell_menuForRepresentedObject(NSTokenFieldCell tokenFieldCell,
org.rococoa.ID representedObject)
By default the tokens have no menu. |
NSArray |
tokenFieldCell_readFromPasteboard(NSTokenFieldCell tokenFieldCell,
NSPasteboard pboard)
Return an array of represented objects to add to the token field. |
NSObject |
tokenFieldCell_representedObjectForEditingString(NSTokenFieldCell tokenFieldCell,
NSString editingString)
|
NSArray |
tokenFieldCell_shouldAddObjects_atIndex(NSTokenFieldCell tokenFieldCell,
NSArray tokens,
int index)
returning nil will cause an error. |
int |
tokenFieldCell_styleForRepresentedObject(NSTokenFieldCell tokenFieldCell,
org.rococoa.ID representedObject)
|
boolean |
tokenFieldCell_writeRepresentedObjects_toPasteboard(NSTokenFieldCell tokenFieldCell,
NSArray objects,
NSPasteboard pboard)
By default, we write the NSStringPboardType as well as an array of NSStrings. |
Method Detail |
---|
@Deprecated NSArray tokenFieldCell_completionsForSubstring_indexOfToken_indexOfSelectedItem(NSTokenFieldCell tokenFieldCell, NSString substring, int tokenIndex, IntByReference selectedIndex)
tokenFieldCell_completionsForSubstring_indexOfToken_indexOfSelectedItem(org.rococoa.cocoa.appkit.NSTokenFieldCell, org.rococoa.cocoa.foundation.NSString, int, java.nio.IntBuffer)
instead
-(NSArray*)tokenFieldCell:(NSTokenFieldCell*) completionsForSubstring:(NSString*) indexOfToken:(NSInteger) indexOfSelectedItem:(NSInteger*)
NSArray tokenFieldCell_completionsForSubstring_indexOfToken_indexOfSelectedItem(NSTokenFieldCell tokenFieldCell, NSString substring, int tokenIndex, IntBuffer selectedIndex)
-(NSArray*)tokenFieldCell:(NSTokenFieldCell*) completionsForSubstring:(NSString*) indexOfToken:(NSInteger) indexOfSelectedItem:(NSInteger*)
NSArray tokenFieldCell_shouldAddObjects_atIndex(NSTokenFieldCell tokenFieldCell, NSArray tokens, int index)
-(NSArray*)tokenFieldCell:(NSTokenFieldCell*) shouldAddObjects:(NSArray*) atIndex:(NSUInteger)
NSString tokenFieldCell_displayStringForRepresentedObject(NSTokenFieldCell tokenFieldCell, org.rococoa.ID representedObject)
-(NSString*)tokenFieldCell:(NSTokenFieldCell*) displayStringForRepresentedObject:(id)
NSString tokenFieldCell_editingStringForRepresentedObject(NSTokenFieldCell tokenFieldCell, org.rococoa.ID representedObject)
NSObject tokenFieldCell_representedObjectForEditingString(NSTokenFieldCell tokenFieldCell, NSString editingString)
boolean tokenFieldCell_writeRepresentedObjects_toPasteboard(NSTokenFieldCell tokenFieldCell, NSArray objects, NSPasteboard pboard)
-(BOOL)tokenFieldCell:(NSTokenFieldCell*) writeRepresentedObjects:(NSArray*) toPasteboard:(NSPasteboard*)
NSArray tokenFieldCell_readFromPasteboard(NSTokenFieldCell tokenFieldCell, NSPasteboard pboard)
-(NSArray*)tokenFieldCell:(NSTokenFieldCell*) readFromPasteboard:(NSPasteboard*)
NSMenu tokenFieldCell_menuForRepresentedObject(NSTokenFieldCell tokenFieldCell, org.rococoa.ID representedObject)
-(NSMenu*)tokenFieldCell:(NSTokenFieldCell*) menuForRepresentedObject:(id)
boolean tokenFieldCell_hasMenuForRepresentedObject(NSTokenFieldCell tokenFieldCell, org.rococoa.ID representedObject)
int tokenFieldCell_styleForRepresentedObject(NSTokenFieldCell tokenFieldCell, org.rococoa.ID representedObject)
org.rococoa.cocoa.appkit.AppKitLibrary#NSTokenStyle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |