Uses of Class
com.jniwrapper.macosx.cocoa.nsparagraphstyle.NSParagraphStyle

Packages that use NSParagraphStyle
com.jniwrapper.macosx.cocoa.nslayoutmanager   
com.jniwrapper.macosx.cocoa.nsparagraphstyle   
com.jniwrapper.macosx.cocoa.nstextview   
 

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

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSParagraphStyle
 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 NSParagraphStyle in com.jniwrapper.macosx.cocoa.nsparagraphstyle
 

Subclasses of NSParagraphStyle in com.jniwrapper.macosx.cocoa.nsparagraphstyle
 class NSMutableParagraphStyle
          This class represents NSMutableParagraphStyle class.
 

Methods in com.jniwrapper.macosx.cocoa.nsparagraphstyle with parameters of type NSParagraphStyle
 void NSMutableParagraphStyle.setParagraphStyle(NSParagraphStyle obj)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSParagraphStyle
 void NSTextView.setDefaultParagraphStyle(NSParagraphStyle paragraphStyle)