Uses of Class
com.jniwrapper.macosx.cocoa.nstextview.NSTextView

Packages that use NSTextView
com.jniwrapper.macosx.cocoa.nslayoutmanager   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nstextcontainer   
 

Uses of NSTextView in com.jniwrapper.macosx.cocoa.nslayoutmanager
 

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSTextView
 com.jniwrapper.Pointer.Void NSLayoutManager.rulerAccessoryViewForTextView_paragraphStyle_ruler_enabled(NSTextView view, NSParagraphStyle style, NSRulerView ruler, boolean isEnabled)
          This method represents the rulerAccessoryViewForTextView() method of the NSLayoutManager Objective-C class.
 com.jniwrapper.Pointer.Void NSLayoutManager.rulerMarkersForTextView_paragraphStyle_ruler(NSTextView view, NSParagraphStyle style, NSRulerView ruler)
          This method represents the rulerMarkersForTextView() method of the NSLayoutManager Objective-C class.
 

Uses of NSTextView in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSTextView
 com.jniwrapper.Bool NSObject.textView_writeCell_atIndex_toPasteboard_type(NSTextView view, Id cell, com.jniwrapper.UInt16 charIndex, NSPasteboard pboard, java.lang.String type)
          This method represents the textView() method of the NSObject Objective-C class.
 void NSObject.textView_doubleClickedOnCell_inRect(NSTextView textView, Id cell, NSRect cellFrame)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.textView_doCommandBySelector(NSTextView textView, Sel commandSelector)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.control_textView_completions_forPartialWordRange_indexOfSelectedItem(NSControl control, NSTextView textView, NSArray words, NSRange charRange, com.jniwrapper.Int index)
          This method represents the control() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.textView_clickedOnLink_atIndex(NSTextView textView, Id link, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.control_textView_doCommandBySelector(NSControl control, NSTextView textView, Sel commandSelector)
          This method represents the control() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.textView_completions_forPartialWordRange_indexOfSelectedItem(NSTextView textView, NSArray words, NSRange charRange, com.jniwrapper.Int index)
          This method represents the textView() method of the NSObject Objective-C class.
 void NSObject.textView_draggedCell_inRect_event_atIndex(NSTextView view, Id cell, NSRect rect, NSEvent event, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 void NSObject.textView_doubleClickedOnCell_inRect_atIndex(NSTextView textView, Id cell, NSRect cellFrame, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.textView_willDisplayToolTip_forCharacterAtIndex(NSTextView textView, java.lang.String tooltip, com.jniwrapper.UInt16 characterIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.textView_writablePasteboardTypesForCell_atIndex(NSTextView view, Id cell, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 void NSObject.textView_clickedOnCell_inRect(NSTextView textView, Id cell, NSRect cellFrame)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.textView_shouldChangeTextInRange_replacementString(NSTextView textView, NSRange affectedCharRange, java.lang.String replacementString)
          This method represents the textView() method of the NSObject Objective-C class.
 void NSObject.textView_clickedOnCell_inRect_atIndex(NSTextView textView, Id cell, NSRect cellFrame, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 NSRange NSObject.textView_willChangeSelectionFromCharacterRange_toCharacterRange(NSTextView textView, NSRange oldSelectedCharRange, NSRange newSelectedCharRange)
          This method represents the textView() method of the NSObject Objective-C class.
 void NSObject.textView_draggedCell_inRect_event(NSTextView view, Id cell, NSRect rect, NSEvent event)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.textView_clickedOnLink(NSTextView textView, Id link)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.undoManagerForTextView(NSTextView view)
           
 

Uses of NSTextView in com.jniwrapper.macosx.cocoa.nstextcontainer
 

Methods in com.jniwrapper.macosx.cocoa.nstextcontainer with parameters of type NSTextView
 void NSTextContainer.setTextView(NSTextView textView)