Uses of Class
com.jniwrapper.macosx.cocoa.nsimage.NSImage

Packages that use NSImage
com.jniwrapper.macosx.cocoa.nsactioncell   
com.jniwrapper.macosx.cocoa.nsalert   
com.jniwrapper.macosx.cocoa.nsapplication   
com.jniwrapper.macosx.cocoa.nsbrowsercell   
com.jniwrapper.macosx.cocoa.nsbutton   
com.jniwrapper.macosx.cocoa.nsbuttoncell   
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nscolor   
com.jniwrapper.macosx.cocoa.nscolorpicker   
com.jniwrapper.macosx.cocoa.nscolorpicking   
com.jniwrapper.macosx.cocoa.nscursor   
com.jniwrapper.macosx.cocoa.nsfilewrapper   
com.jniwrapper.macosx.cocoa.nsimage   
com.jniwrapper.macosx.cocoa.nsimageview   
com.jniwrapper.macosx.cocoa.nsmenuitem   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsrulermarker   
com.jniwrapper.macosx.cocoa.nssegmentedcell   
com.jniwrapper.macosx.cocoa.nssegmentedcontrol   
com.jniwrapper.macosx.cocoa.nsslider   
com.jniwrapper.macosx.cocoa.nsstatusitem   
com.jniwrapper.macosx.cocoa.nstableview   
com.jniwrapper.macosx.cocoa.nstoolbaritem   
com.jniwrapper.macosx.cocoa.nsview   
com.jniwrapper.macosx.cocoa.nswindow   
com.jniwrapper.macosx.cocoa.nsworkspace   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsactioncell with parameters of type NSImage
 void NSActionCell.setImage(NSImage image)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsalert
 

Methods in com.jniwrapper.macosx.cocoa.nsalert with parameters of type NSImage
 void NSAlert.setIcon(NSImage icon)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsapplication
 

Methods in com.jniwrapper.macosx.cocoa.nsapplication with parameters of type NSImage
 void NSApplication.setApplicationIconImage(NSImage image)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsbrowsercell
 

Methods in com.jniwrapper.macosx.cocoa.nsbrowsercell with parameters of type NSImage
 void NSBrowserCell.setImage(NSImage image)
           
 void NSBrowserCell.setAlternateImage(NSImage newAltImage)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsbutton
 

Methods in com.jniwrapper.macosx.cocoa.nsbutton with parameters of type NSImage
 void NSButton.setImage(NSImage image)
           
 void NSButton.setAlternateImage(NSImage image)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsbuttoncell
 

Methods in com.jniwrapper.macosx.cocoa.nsbuttoncell with parameters of type NSImage
 void NSButtonCell.setAlternateImage(NSImage image)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSImage
 void NSCell.setImage(NSImage image)
           
 Id NSCell.initImageCell(NSImage image)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nscolor
 

Methods in com.jniwrapper.macosx.cocoa.nscolor with parameters of type NSImage
static com.jniwrapper.Pointer.Void NSColor.static_colorWithPatternImage(NSImage image)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nscolorpicker
 

Methods in com.jniwrapper.macosx.cocoa.nscolorpicker with parameters of type NSImage
 void NSColorPicker.insertNewButtonImage_in(NSImage newButtonImage, NSButtonCell buttonCell)
          This method represents the insertNewButtonImage() method of the NSColorPicker Objective-C class.
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nscolorpicking
 

Methods in com.jniwrapper.macosx.cocoa.nscolorpicking with parameters of type NSImage
 void NSColorPickingDefaultProtocol.insertNewButtonImage_in(NSImage newButtonImage, NSButtonCell buttonCell)
          This method represents the insertNewButtonImage() method of the NSColorPickingDefaultProtocol Objective-C protocol.
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nscursor
 

Methods in com.jniwrapper.macosx.cocoa.nscursor with parameters of type NSImage
 Id NSCursor.initWithImage_hotSpot(NSImage newImage, NSPoint aPoint)
          This method represents the initWithImage() method of the NSCursor Objective-C class.
 Id NSCursor.initWithImage_foregroundColorHint_backgroundColorHint_hotSpot(NSImage newImage, NSColor fg, NSColor bg, NSPoint hotSpot)
          This method represents the initWithImage() method of the NSCursor Objective-C class.
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsfilewrapper
 

Methods in com.jniwrapper.macosx.cocoa.nsfilewrapper with parameters of type NSImage
 void NSFileWrapper.setIcon(NSImage icon)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsimage
 

Methods in com.jniwrapper.macosx.cocoa.nsimage that return NSImage
static NSImage NSImage.NSImage_imageNamed(java.lang.String name)
          This method represents the imageNamed static constructor of the NSImage Objective-C class.
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsimageview
 

Methods in com.jniwrapper.macosx.cocoa.nsimageview with parameters of type NSImage
 void NSImageView.setImage(NSImage newImage)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsmenuitem
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuitem with parameters of type NSImage
 void NSMenuItemProtocol.setOnStateImage(NSImage image)
           
 void NSMenuItemProtocol.setMixedStateImage(NSImage image)
           
 void NSMenuItemProtocol.setOffStateImage(NSImage image)
           
 void NSMenuItemProtocol.setImage(NSImage menuImage)
           
 void NSMenuItem.setOnStateImage(NSImage image)
           
 void NSMenuItem.setMixedStateImage(NSImage image)
           
 void NSMenuItem.setOffStateImage(NSImage image)
           
 void NSMenuItem.setImage(NSImage menuImage)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSImage
 void NSObject.draggedImage_endedAt_operation(NSImage image, NSPoint screenPoint, NSDragOperation operation)
          This method represents the draggedImage() method of the NSObject Objective-C class.
 void NSObject.draggedImage_endedAt_deposited(NSImage image, NSPoint screenPoint, boolean flag)
          This method represents the draggedImage() method of the NSObject Objective-C class.
 void NSObject.draggedImage_beganAt(NSImage image, NSPoint screenPoint)
          This method represents the draggedImage() method of the NSObject Objective-C class.
 void NSObject.image_didLoadRepresentation_withStatus(NSImage image, NSImageRep rep, NSImageLoadStatus status)
          This method represents the image() method of the NSObject Objective-C class.
 void NSObject.image_willLoadRepresentation(NSImage image, NSImageRep rep)
          This method represents the image() method of the NSObject Objective-C class.
 void NSObject.image_didLoadRepresentationHeader(NSImage image, NSImageRep rep)
          This method represents the image() method of the NSObject Objective-C class.
 void NSObject.image_didLoadPartOfRepresentation_withValidRows(NSImage image, NSImageRep rep, com.jniwrapper.Int rows)
          This method represents the image() method of the NSObject Objective-C class.
 void NSObject.draggedImage_movedTo(NSImage image, NSPoint screenPoint)
          This method represents the draggedImage() method of the NSObject Objective-C class.
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsrulermarker
 

Methods in com.jniwrapper.macosx.cocoa.nsrulermarker with parameters of type NSImage
 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.
 void NSRulerMarker.setImage(NSImage image)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nssegmentedcell
 

Methods in com.jniwrapper.macosx.cocoa.nssegmentedcell with parameters of type NSImage
 void NSSegmentedCell.setImage_forSegment(NSImage image, com.jniwrapper.Int segment)
          This method represents the setImage() method of the NSSegmentedCell Objective-C class.
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nssegmentedcontrol
 

Methods in com.jniwrapper.macosx.cocoa.nssegmentedcontrol with parameters of type NSImage
 void NSSegmentedControl.setImage_forSegment(NSImage image, com.jniwrapper.Int segment)
          This method represents the setImage() method of the NSSegmentedControl Objective-C class.
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsslider
 

Methods in com.jniwrapper.macosx.cocoa.nsslider with parameters of type NSImage
 void NSSlider.setImage(NSImage backgroundImage)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsstatusitem
 

Methods in com.jniwrapper.macosx.cocoa.nsstatusitem with parameters of type NSImage
 void NSStatusItem.setImage(NSImage image)
           
 void NSStatusItem.setAlternateImage(NSImage image)
           
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nstableview
 

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSImage
 void NSTableView.setIndicatorImage_inTableColumn(NSImage anImage, NSTableColumn tc)
          This method represents the setIndicatorImage() method of the NSTableView Objective-C class.
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nstoolbaritem
 

Methods in com.jniwrapper.macosx.cocoa.nstoolbaritem with parameters of type NSImage
 void NSToolbarItem.setImage(NSImage image)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSImage
 void NSView.dragImage_at_offset_event_pasteboard_source_slideBack(NSImage anImage, NSPoint viewLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, Id sourceObj, boolean slideFlag)
          This method represents the dragImage() method of the NSView Objective-C class.
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nswindow
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSImage
 void NSWindow.setMiniwindowImage(NSImage image)
           
 void NSWindow.dragImage_at_offset_event_pasteboard_source_slideBack(NSImage anImage, NSPoint baseLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, Id sourceObj, boolean slideFlag)
          This method represents the dragImage() method of the NSWindow Objective-C class.
 

Uses of NSImage in com.jniwrapper.macosx.cocoa.nsworkspace
 

Methods in com.jniwrapper.macosx.cocoa.nsworkspace with parameters of type NSImage
 com.jniwrapper.Bool NSWorkspace.openFile_fromImage_at_inView(java.lang.String fullPath, NSImage anImage, NSPoint point, NSView aView)
          This method represents the openFile() method of the NSWorkspace Objective-C class.
 void NSWorkspace.slideImage_from_to(NSImage image, NSPoint fromPoint, NSPoint toPoint)
          This method represents the slideImage() method of the NSWorkspace Objective-C class.