All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.ColorPicker

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.ColorPicker

public class ColorPicker
extends NativeObject
implements ColorPickingDefault
This class wraps the Objective-C class NSColorPicker.


Constructor Index

 o ColorPicker()
This default constructor is equivalent to Objective-C's [[NSColorPicker alloc] init].
 o ColorPicker(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o ColorPicker(int, ColorPanel)
This constructor has the same effect as calling - initWithPickerMask:colorPanel: on a newly allocated object.

Method Index

 o alphaControlAddedOrRemoved(Object)
A wrapper for the - alphaControlAddedOrRemoved: Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).
 o attachColorList(ColorList)
A wrapper for the - attachColorList: Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).
 o colorPanel()
A wrapper for the - colorPanel Objective-C instance method.
 o detachColorList(ColorList)
A wrapper for the - detachColorList: Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).
 o insertNewButtonImage(Image, ButtonCell)
A wrapper for the - insertNewButtonImage:in: Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).
 o provideNewButtonImage()
A wrapper for the - provideNewButtonImage Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).
 o setMode(int)
A wrapper for the - setMode: Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).
 o viewSizeChanged(Object)
A wrapper for the - viewSizeChanged: Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).

Constructors

 o ColorPicker
 protected ColorPicker(boolean shouldAllocate,
                       int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o ColorPicker
 public ColorPicker()
This default constructor is equivalent to Objective-C's [[NSColorPicker alloc] init].

 o ColorPicker
 public ColorPicker(int mask,
                    ColorPanel owningColorPanel)
This constructor has the same effect as calling - initWithPickerMask:colorPanel: on a newly allocated object.

Methods

 o colorPanel
 public native ColorPanel colorPanel()
A wrapper for the - colorPanel Objective-C instance method.

 o provideNewButtonImage
 public native Image provideNewButtonImage()
A wrapper for the - provideNewButtonImage Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).

 o insertNewButtonImage
 public native void insertNewButtonImage(Image newButtonImage,
                                         ButtonCell buttonCell)
A wrapper for the - insertNewButtonImage:in: Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).

 o viewSizeChanged
 public native void viewSizeChanged(Object sender)
A wrapper for the - viewSizeChanged: Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).

 o alphaControlAddedOrRemoved
 public native void alphaControlAddedOrRemoved(Object sender)
A wrapper for the - alphaControlAddedOrRemoved: Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).

 o attachColorList
 public native void attachColorList(ColorList colorList)
A wrapper for the - attachColorList: Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).

 o detachColorList
 public native void detachColorList(ColorList colorList)
A wrapper for the - detachColorList: Objective-C instance method defined by the ColorPickingDefault interface (known as the NSColorPickingDefault Objective-C protocol).

 o setMode
 public native void setMode(int mode)
A wrapper for the - 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