Uses of Class
org.eclipse.swt.internal.cocoa.NSColor
Packages that use NSColor
-
Uses of NSColor in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as NSColor -
Uses of NSColor in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSColorModifier and TypeMethodDescriptionstatic NSColor
NSColor.alternateSelectedControlColor()
static NSColor
NSColor.alternateSelectedControlTextColor()
NSButtonCell.backgroundColor()
static NSColor
NSColor.blackColor()
static NSColor
NSColor.clearColor()
NSColorPanel.color()
NSBitmapImageRep.colorAtX
(long x, long y) NSColor.colorUsingColorSpaceName
(NSString colorSpace) static NSColor
NSColor.colorWithCalibratedRed
(double red, double green, double blue, double alpha) static NSColor
NSColor.colorWithDeviceRed
(double red, double green, double blue, double alpha) NSColorList.colorWithKey
(NSString key) static NSColor
NSColor.colorWithPatternImage
(NSImage image) static NSColor
NSColor.controlBackgroundColor()
static NSColor
NSColor.controlDarkShadowColor()
static NSColor
NSColor.controlHighlightColor()
static NSColor
NSColor.controlLightHighlightColor()
static NSColor
NSColor.controlShadowColor()
static NSColor
NSColor.controlTextColor()
static NSColor
NSColor.disabledControlTextColor()
NSBrowserCell.highlightColorInView
(NSView controlView) NSCell.highlightColorWithFrame
(NSRect cellFrame, NSView controlView) static NSColor
NSColor.secondarySelectedControlColor()
static NSColor
NSColor.selectedControlColor()
static NSColor
NSColor.selectedControlTextColor()
static NSColor
NSColor.selectedTextBackgroundColor()
static NSColor
NSColor.selectedTextColor()
static NSColor
NSColor.textBackgroundColor()
static NSColor
NSColor.textColor()
NSTextFieldCell.textColor()
static NSColor
NSColor.windowBackgroundColor()
static NSColor
NSColor.windowFrameColor()
static NSColor
NSColor.windowFrameTextColor()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSColorModifier and TypeMethodDescriptionNSGradient.initWithStartingColor
(NSColor startingColor, NSColor endingColor) void
NSColorList.insertColor
(NSColor color, NSString key, long loc) void
NSButtonCell.setBackgroundColor
(NSColor backgroundColor) void
NSDatePicker.setBackgroundColor
(NSColor backgroundColor) void
NSTableView.setBackgroundColor
(NSColor backgroundColor) void
NSText.setBackgroundColor
(NSColor backgroundColor) void
NSTextField.setBackgroundColor
(NSColor backgroundColor) void
NSWindow.setBackgroundColor
(NSColor backgroundColor) void
void
NSBox.setFillColor
(NSColor fillColor) void
NSDatePicker.setTextColor
(NSColor textColor) void
NSText.setTextColor
(NSColor textColor) void
NSTextField.setTextColor
(NSColor textColor) void
NSTextFieldCell.setTextColor
(NSColor textColor)