Uses of Class
com.jniwrapper.macosx.cocoa.nsrulerview.NSRulerView

Packages that use NSRulerView
com.jniwrapper.macosx.cocoa.nslayoutmanager   
com.jniwrapper.macosx.cocoa.nsrulermarker   
com.jniwrapper.macosx.cocoa.nsscrollview   
com.jniwrapper.macosx.cocoa.nstextview   
com.jniwrapper.macosx.cocoa.nsview   
 

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

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

Methods in com.jniwrapper.macosx.cocoa.nsrulermarker with parameters of type NSRulerView
 Id NSRulerMarker.initWithRulerView_markerLocation_image_imageOrigin(NSRulerView ruler, com.jniwrapper.SingleFloat location, NSImage image, NSPoint imageOrigin)
          This method represents the initWithRulerView() method of the NSRulerMarker Objective-C class.
 

Uses of NSRulerView in com.jniwrapper.macosx.cocoa.nsscrollview
 

Methods in com.jniwrapper.macosx.cocoa.nsscrollview with parameters of type NSRulerView
 void NSScrollView.setHorizontalRulerView(NSRulerView ruler)
           
 void NSScrollView.setVerticalRulerView(NSRulerView ruler)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSRulerView
 void NSTextView.rulerView_handleMouseDown(NSRulerView ruler, NSEvent event)
          This method represents the rulerView() method of the NSTextView Objective-C class.
 com.jniwrapper.Bool NSTextView.rulerView_shouldAddMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSTextView Objective-C class.
 com.jniwrapper.SingleFloat NSTextView.rulerView_willMoveMarker_toLocation(NSRulerView ruler, NSRulerMarker marker, com.jniwrapper.SingleFloat location)
          This method represents the rulerView() method of the NSTextView Objective-C class.
 com.jniwrapper.SingleFloat NSTextView.rulerView_willAddMarker_atLocation(NSRulerView ruler, NSRulerMarker marker, com.jniwrapper.SingleFloat location)
          This method represents the rulerView() method of the NSTextView Objective-C class.
 void NSTextView.rulerView_didMoveMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSTextView Objective-C class.
 void NSTextView.rulerView_didAddMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSTextView Objective-C class.
 com.jniwrapper.Bool NSTextView.rulerView_shouldMoveMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSTextView Objective-C class.
 com.jniwrapper.Bool NSTextView.rulerView_shouldRemoveMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSTextView Objective-C class.
 void NSTextView.rulerView_didRemoveMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSTextView Objective-C class.
 

Uses of NSRulerView in com.jniwrapper.macosx.cocoa.nsview
 

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSRulerView
 void NSView.rulerView_handleMouseDown(NSRulerView ruler, NSEvent event)
          This method represents the rulerView() method of the NSView Objective-C class.
 com.jniwrapper.Bool NSView.rulerView_shouldAddMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSView Objective-C class.
 com.jniwrapper.SingleFloat NSView.rulerView_willMoveMarker_toLocation(NSRulerView ruler, NSRulerMarker marker, com.jniwrapper.SingleFloat location)
          This method represents the rulerView() method of the NSView Objective-C class.
 com.jniwrapper.SingleFloat NSView.rulerView_willAddMarker_atLocation(NSRulerView ruler, NSRulerMarker marker, com.jniwrapper.SingleFloat location)
          This method represents the rulerView() method of the NSView Objective-C class.
 void NSView.rulerView_didMoveMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSView Objective-C class.
 void NSView.rulerView_didAddMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSView Objective-C class.
 com.jniwrapper.Bool NSView.rulerView_shouldMoveMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSView Objective-C class.
 void NSView.rulerView_willSetClientView(NSRulerView ruler, NSView newClient)
          This method represents the rulerView() method of the NSView Objective-C class.
 com.jniwrapper.Bool NSView.rulerView_shouldRemoveMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSView Objective-C class.
 void NSView.rulerView_didRemoveMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSView Objective-C class.