Uses of Class
com.jniwrapper.macosx.cocoa.nsrulermarker.NSRulerMarker

Packages that use NSRulerMarker
com.jniwrapper.macosx.cocoa.nsrulerview   
com.jniwrapper.macosx.cocoa.nstextview   
com.jniwrapper.macosx.cocoa.nsview   
 

Uses of NSRulerMarker in com.jniwrapper.macosx.cocoa.nsrulerview
 

Methods in com.jniwrapper.macosx.cocoa.nsrulerview with parameters of type NSRulerMarker
 com.jniwrapper.Bool NSRulerView.trackMarker_withMouseEvent(NSRulerMarker marker, NSEvent event)
          This method represents the trackMarker() method of the NSRulerView Objective-C class.
 void NSRulerView.removeMarker(NSRulerMarker marker)
           
 void NSRulerView.addMarker(NSRulerMarker marker)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSRulerMarker
 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 NSRulerMarker in com.jniwrapper.macosx.cocoa.nsview
 

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSRulerMarker
 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.
 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.