Uses of Class
org.eclipse.swt.internal.cocoa.NSImage
Packages that use NSImage
-
Uses of NSImage in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as NSImageModifier and TypeFieldDescriptionImage.handle
the handle to the OS image resource (Warning: This field is platform dependent)Methods in org.eclipse.swt.graphics with parameters of type NSImage -
Uses of NSImage in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSImageModifier and TypeMethodDescriptionNSApplication.applicationIconImage()
NSTableView.dragImageForRowsWithIndexes
(NSIndexSet dragRows, NSArray tableColumns, NSEvent dragEvent, long dragImageOffset) NSWorkspace.iconForFile
(NSString fullPath) NSWorkspace.iconForFileType
(NSString fileType) NSCell.image()
NSImageView.image()
NSMenuItem.image()
static NSImage
NSImage.imageNamed
(NSString name) NSImage.initByReferencingFile
(NSString fileName) NSImage.initWithContentsOfFile
(NSString fileName) NSImage.initWithData
(NSData data) NSImage.initWithIconRef
(long iconRef) NSImage.initWithSize
(NSSize aSize) Methods in org.eclipse.swt.internal.cocoa with parameters of type NSImageModifier and TypeMethodDescriptionstatic NSColor
NSColor.colorWithPatternImage
(NSImage image) void
NSObject.draggedImage
(NSImage image, NSPoint screenPoint, long operation) void
NSView.dragImage
(NSImage anImage, NSPoint viewLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, id sourceObj, boolean slideFlag) void
NSCursor.initWithImage
(NSImage newImage, NSPoint aPoint) void
NSApplication.setApplicationIconImage
(NSImage applicationIconImage) void
void
void
void
void
void
void
void
NSTableView.setIndicatorImage
(NSImage anImage, NSTableColumn tc)