All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.Window | +----com.apple.alpha.app.Panel | +----com.apple.alpha.app.ColorPanel
NSColorPanel
.
[[NSColorPanel
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithContentRect:styleMask:backing:defer:
on a newly allocated object.
- initWithContentRect:styleMask:backing:defer:screen:
on a newly allocated object.
- accessoryView
Objective-C instance method.
- alpha
Objective-C instance method.
- attachColorList:
Objective-C instance method.
- color
Objective-C instance method.
- detachColorList:
Objective-C instance method.
+ dragColor:withEvent:fromView:
Objective-C class method.
- isContinuous
Objective-C instance method.
- mode
Objective-C instance method.
- setAccessoryView:
Objective-C instance method.
- setAction:
Objective-C instance method.
- setColor:
Objective-C instance method.
- setContinuous:
Objective-C instance method.
- setMode:
Objective-C instance method.
+ setPickerMask:
Objective-C class method.
+ setPickerMode:
Objective-C class method.
- setShowsAlpha:
Objective-C instance method.
- setTarget:
Objective-C instance method.
+ sharedColorPanel
Objective-C class method.
+ sharedColorPanelExists
Objective-C class method.
- showsAlpha
Objective-C instance method.
public static final String ColorPanelColorDidChangeNotification
protected ColorPanel(boolean shouldAllocate, int objcObject)
public ColorPanel()
[[NSColorPanel
alloc] init]
.
public ColorPanel(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public ColorPanel(Rect contentRect, int aStyle, int bufferingType, boolean flag)
- initWithContentRect:styleMask:backing:defer:
on a newly allocated object.
public ColorPanel(Rect contentRect, int aStyle, int bufferingType, boolean flag, Screen screen)
- initWithContentRect:styleMask:backing:defer:screen:
on a newly allocated object.
public static native ColorPanel sharedColorPanel()
+ sharedColorPanel
Objective-C class method.
public static native boolean sharedColorPanelExists()
+ sharedColorPanelExists
Objective-C class method.
public static native boolean dragColor(Color color, Event theEvent, View sourceView)
+ dragColor:withEvent:fromView:
Objective-C class method.
public static native void setPickerMask(int mask)
+ setPickerMask:
Objective-C class method.
public static native void setPickerMode(int mode)
+ setPickerMode:
Objective-C class method.
public native void setAccessoryView(View aView)
- setAccessoryView:
Objective-C instance method.
public native View accessoryView()
- accessoryView
Objective-C instance method.
public native void setContinuous(boolean flag)
- setContinuous:
Objective-C instance method.
public native boolean isContinuous()
- isContinuous
Objective-C instance method.
public native void setShowsAlpha(boolean flag)
- setShowsAlpha:
Objective-C instance method.
public native boolean showsAlpha()
- showsAlpha
Objective-C instance method.
public native void setMode(int mode)
- setMode:
Objective-C instance method.
public native int mode()
- mode
Objective-C instance method.
public native void setColor(Color color)
- setColor:
Objective-C instance method.
public native Color color()
- color
Objective-C instance method.
public native float alpha()
- alpha
Objective-C instance method.
public native void setAction(Selector aSelector)
- setAction:
Objective-C instance method.
public native void setTarget(Object anObject)
- setTarget:
Objective-C instance method.
public native void attachColorList(ColorList colorList)
- attachColorList:
Objective-C instance method.
public native void detachColorList(ColorList colorList)
- detachColorList:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index