Uses of Class
org.eclipse.swt.internal.cocoa.NSImage
-
Packages that use NSImage Package Description org.eclipse.swt.graphics org.eclipse.swt.internal.cocoa -
-
Uses of NSImage in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as NSImage Modifier and Type Field Description NSImage
Image. 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 Modifier and Type Method Description static Image
Image. cocoa_new(Device device, int type, NSImage nsImage)
Invokes platform specific functionality to allocate a new image. -
Uses of NSImage in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSImage Modifier and Type Method Description NSImage
NSApplication. applicationIconImage()
NSImage
NSTableView. dragImageForRowsWithIndexes(NSIndexSet dragRows, NSArray tableColumns, NSEvent dragEvent, long dragImageOffset)
NSImage
NSWorkspace. iconForFile(NSString fullPath)
NSImage
NSCell. image()
NSImage
NSImageView. image()
NSImage
NSMenuItem. image()
static NSImage
NSImage. imageNamed(NSString name)
NSImage
NSImage. initByReferencingFile(NSString fileName)
NSImage
NSImage. initWithContentsOfFile(NSString fileName)
NSImage
NSImage. initWithData(NSData data)
NSImage
NSImage. initWithIconRef(long iconRef)
NSImage
NSImage. initWithSize(NSSize aSize)
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSImage Modifier and Type Method Description static 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
NSButtonCell. drawImage(NSImage image, NSRect frame, NSView controlView)
NSCursor
NSCursor. initWithImage(NSImage newImage, NSPoint aPoint)
void
NSApplication. setApplicationIconImage(NSImage applicationIconImage)
void
NSAlert. setIcon(NSImage icon)
void
NSFileWrapper. setIcon(NSImage icon)
void
NSButton. setImage(NSImage image)
void
NSCell. setImage(NSImage image)
void
NSImageView. setImage(NSImage image)
void
NSMenuItem. setImage(NSImage image)
void
NSToolbarItem. setImage(NSImage image)
void
NSTableView. setIndicatorImage(NSImage anImage, NSTableColumn tableColumn)
-