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

Packages that use NSTextAlignment
com.jniwrapper.macosx.cocoa.nsactioncell   
com.jniwrapper.macosx.cocoa.nsattributedstring   
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nscontrol   
com.jniwrapper.macosx.cocoa.nsform   
com.jniwrapper.macosx.cocoa.nsformcell   
com.jniwrapper.macosx.cocoa.nsparagraphstyle   
com.jniwrapper.macosx.cocoa.nstext   
com.jniwrapper.macosx.cocoa.nstextview   
 

Uses of NSTextAlignment in com.jniwrapper.macosx.cocoa.nsactioncell
 

Methods in com.jniwrapper.macosx.cocoa.nsactioncell with parameters of type NSTextAlignment
 void NSActionCell.setAlignment(NSTextAlignment mode)
           
 

Uses of NSTextAlignment in com.jniwrapper.macosx.cocoa.nsattributedstring
 

Methods in com.jniwrapper.macosx.cocoa.nsattributedstring with parameters of type NSTextAlignment
 void NSMutableAttributedString.setAlignment_range(NSTextAlignment alignment, NSRange range)
          This method represents the setAlignment() method of the NSMutableAttributedString Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nscell that return NSTextAlignment
 NSTextAlignment NSCell.alignment()
           
 

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSTextAlignment
 void NSCell.setAlignment(NSTextAlignment mode)
           
 

Uses of NSTextAlignment in com.jniwrapper.macosx.cocoa.nscontrol
 

Methods in com.jniwrapper.macosx.cocoa.nscontrol that return NSTextAlignment
 NSTextAlignment NSControl.alignment()
           
 

Methods in com.jniwrapper.macosx.cocoa.nscontrol with parameters of type NSTextAlignment
 void NSControl.setAlignment(NSTextAlignment mode)
           
 

Uses of NSTextAlignment in com.jniwrapper.macosx.cocoa.nsform
 

Methods in com.jniwrapper.macosx.cocoa.nsform with parameters of type NSTextAlignment
 void NSForm.setTitleAlignment(NSTextAlignment mode)
           
 

Uses of NSTextAlignment in com.jniwrapper.macosx.cocoa.nsformcell
 

Methods in com.jniwrapper.macosx.cocoa.nsformcell that return NSTextAlignment
 NSTextAlignment NSFormCell.titleAlignment()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsformcell with parameters of type NSTextAlignment
 void NSFormCell.setTitleAlignment(NSTextAlignment mode)
           
 

Uses of NSTextAlignment in com.jniwrapper.macosx.cocoa.nsparagraphstyle
 

Methods in com.jniwrapper.macosx.cocoa.nsparagraphstyle that return NSTextAlignment
 NSTextAlignment NSTextTab.alignment()
           
 NSTextAlignment NSParagraphStyle.alignment()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsparagraphstyle with parameters of type NSTextAlignment
 Id NSTextTab.initWithTextAlignment_location_options(NSTextAlignment alignment, com.jniwrapper.SingleFloat loc, NSDictionary options)
          This method represents the initWithTextAlignment() method of the NSTextTab Objective-C class.
 void NSMutableParagraphStyle.setAlignment(NSTextAlignment alignment)
           
 

Uses of NSTextAlignment in com.jniwrapper.macosx.cocoa.nstext
 

Methods in com.jniwrapper.macosx.cocoa.nstext that return NSTextAlignment
 NSTextAlignment NSText.alignment()
           
 

Methods in com.jniwrapper.macosx.cocoa.nstext with parameters of type NSTextAlignment
 void NSText.setAlignment(NSTextAlignment mode)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSTextAlignment
 void NSTextView.setAlignment_range(NSTextAlignment alignment, NSRange range)
          This method represents the setAlignment() method of the NSTextView Objective-C class.