|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSTextViewDelegate
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 |
NSTextViewDelegate._static_
|
Method Detail |
---|
boolean textView_clickedOnLink_atIndex(NSTextView textView, org.rococoa.ID link, int charIndex)
@Deprecated NSArray textView_writablePasteboardTypesForCell_atIndex(NSTextView view, org.rococoa.ID cell, int charIndex)
textView_writablePasteboardTypesForCell_atIndex(org.rococoa.cocoa.appkit.NSTextView, org.rococoa.cocoa.appkit.NSTextAttachmentCell, int)
instead
-(NSArray*)textView:(NSTextView*) writablePasteboardTypesForCell:(id) atIndex:(NSUInteger)
NSArray textView_writablePasteboardTypesForCell_atIndex(NSTextView view, NSTextAttachmentCell cell, int charIndex)
@Deprecated boolean textView_writeCell_atIndex_toPasteboard_type(NSTextView view, org.rococoa.ID cell, int charIndex, NSPasteboard pboard, NSString type)
textView_writeCell_atIndex_toPasteboard_type(org.rococoa.cocoa.appkit.NSTextView, org.rococoa.cocoa.appkit.NSTextAttachmentCell, int, org.rococoa.cocoa.appkit.NSPasteboard, org.rococoa.cocoa.foundation.NSString)
instead
-(BOOL)textView:(NSTextView*) writeCell:(id) atIndex:(NSUInteger) toPasteboard:(NSPasteboard*) type:(NSString*)
boolean textView_writeCell_atIndex_toPasteboard_type(NSTextView view, NSTextAttachmentCell cell, int charIndex, NSPasteboard pboard, NSString type)
NSArray textView_willChangeSelectionFromCharacterRanges_toCharacterRanges(NSTextView textView, NSArray oldSelectedCharRanges, NSArray newSelectedCharRanges)
boolean textView_shouldChangeTextInRanges_replacementStrings(NSTextView textView, NSArray affectedRanges, NSArray replacementStrings)
NSDictionary textView_shouldChangeTypingAttributes_toAttributes(NSTextView textView, NSDictionary oldTypingAttributes, NSDictionary newTypingAttributes)
void textViewDidChangeSelection(NSNotification notification)
void textViewDidChangeTypingAttributes(NSNotification notification)
NSString textView_willDisplayToolTip_forCharacterAtIndex(NSTextView textView, NSString tooltip, int characterIndex)
boolean textView_doCommandBySelector(NSTextView textView, org.rococoa.Selector commandSelector)
NSMenu textView_menu_forEvent_atIndex(NSTextView view, NSMenu menu, NSEvent event, int charIndex)
boolean textView_clickedOnLink(NSTextView textView, org.rococoa.ID link)
-(BOOL)textView:(NSTextView*) clickedOnLink:(id)
NSUndoManager undoManagerForTextView(NSTextView view)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |