Uses of Class
com.jniwrapper.macosx.cocoa.nstext.NSText

Packages that use NSText
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nsmatrix   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nstableview   
com.jniwrapper.macosx.cocoa.nstextfield   
com.jniwrapper.macosx.cocoa.nstextfieldcell   
com.jniwrapper.macosx.cocoa.nstextview   
 

Uses of NSText in com.jniwrapper.macosx.cocoa.nscell
 

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSText
 void NSCell.endEditing(NSText textObj)
           
 void NSCell.editWithFrame_inView_editor_delegate_event(NSRect aRect, NSView controlView, NSText textObj, Id anObject, NSEvent theEvent)
          This method represents the editWithFrame() method of the NSCell Objective-C class.
 void NSCell.selectWithFrame_inView_editor_delegate_start_length(NSRect aRect, NSView controlView, NSText textObj, Id anObject, com.jniwrapper.Int selStart, com.jniwrapper.Int selLength)
          This method represents the selectWithFrame() method of the NSCell Objective-C class.
 com.jniwrapper.Pointer.Void NSCell.setUpFieldEditorAttributes(NSText textObj)
           
 

Uses of NSText in com.jniwrapper.macosx.cocoa.nsmatrix
 

Methods in com.jniwrapper.macosx.cocoa.nsmatrix with parameters of type NSText
 com.jniwrapper.Bool NSMatrix.textShouldBeginEditing(NSText textObject)
           
 com.jniwrapper.Bool NSMatrix.textShouldEndEditing(NSText textObject)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSText
 com.jniwrapper.Bool NSObject.control_textShouldEndEditing(NSControl control, NSText fieldEditor)
          This method represents the control() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.control_textShouldBeginEditing(NSControl control, NSText fieldEditor)
          This method represents the control() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.textShouldBeginEditing(NSText textObject)
           
 com.jniwrapper.Bool NSObject.textShouldEndEditing(NSText textObject)
           
 

Uses of NSText in com.jniwrapper.macosx.cocoa.nstableview
 

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSText
 com.jniwrapper.Bool NSTableView.textShouldBeginEditing(NSText textObject)
           
 com.jniwrapper.Bool NSTableView.textShouldEndEditing(NSText textObject)
           
 

Uses of NSText in com.jniwrapper.macosx.cocoa.nstextfield
 

Methods in com.jniwrapper.macosx.cocoa.nstextfield with parameters of type NSText
 com.jniwrapper.Bool NSTextField.textShouldBeginEditing(NSText textObject)
           
 com.jniwrapper.Bool NSTextField.textShouldEndEditing(NSText textObject)
           
 

Uses of NSText in com.jniwrapper.macosx.cocoa.nstextfieldcell
 

Methods in com.jniwrapper.macosx.cocoa.nstextfieldcell with parameters of type NSText
 com.jniwrapper.Pointer.Void NSTextFieldCell.setUpFieldEditorAttributes(NSText textObj)
           
 

Uses of NSText in com.jniwrapper.macosx.cocoa.nstextview
 

Subclasses of NSText in com.jniwrapper.macosx.cocoa.nstextview
 class NSTextView
          This class represents NSTextView class.