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

Packages that use NSTextTabType
com.jniwrapper.macosx.cocoa.nsparagraphstyle   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsparagraphstyle that return NSTextTabType
 NSTextTabType NSTextTab.tabStopType()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsparagraphstyle with parameters of type NSTextTabType
 Id NSTextTab.initWithType_location(NSTextTabType type, com.jniwrapper.SingleFloat loc)
          This method represents the initWithType() method of the NSTextTab Objective-C class.