All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.ColorPicker
NSColorPicker
.
[[NSColorPicker
alloc] init]
.
- initWithPickerMask:colorPanel:
on a newly allocated object.
- alphaControlAddedOrRemoved:
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
- attachColorList:
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
- colorPanel
Objective-C instance method.
- detachColorList:
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
- insertNewButtonImage:in:
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
- provideNewButtonImage
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
- setMode:
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
- viewSizeChanged:
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
protected ColorPicker(boolean shouldAllocate, int objcObject)
public ColorPicker()
[[NSColorPicker
alloc] init]
.
public ColorPicker(int mask, ColorPanel owningColorPanel)
- initWithPickerMask:colorPanel:
on a newly allocated object.
public native ColorPanel colorPanel()
- colorPanel
Objective-C instance method.
public native Image provideNewButtonImage()
- provideNewButtonImage
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
public native void insertNewButtonImage(Image newButtonImage, ButtonCell buttonCell)
- insertNewButtonImage:in:
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
public native void viewSizeChanged(Object sender)
- viewSizeChanged:
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
public native void alphaControlAddedOrRemoved(Object sender)
- alphaControlAddedOrRemoved:
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
public native void attachColorList(ColorList colorList)
- attachColorList:
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
public native void detachColorList(ColorList colorList)
- detachColorList:
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
public native void setMode(int mode)
- setMode:
Objective-C instance method
defined by the ColorPickingDefault
interface
(known as the NSColorPickingDefault
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index