All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.app.ColorPickingDefault

public interface ColorPickingDefault
This interface wraps the Objective-C protocol NSColorPickingDefault *


Method Index

 o alphaControlAddedOrRemoved(Object)
A wrapper for the - alphaControlAddedOrRemoved: Objective-C instance method.
 o attachColorList(ColorList)
A wrapper for the - attachColorList: Objective-C instance method.
 o detachColorList(ColorList)
A wrapper for the - detachColorList: Objective-C instance method.
 o insertNewButtonImage(Image, ButtonCell)
A wrapper for the - insertNewButtonImage:in: Objective-C instance method.
 o provideNewButtonImage()
A wrapper for the - provideNewButtonImage Objective-C instance method.
 o setMode(int)
A wrapper for the - setMode: Objective-C instance method.
 o viewSizeChanged(Object)
A wrapper for the - viewSizeChanged: Objective-C instance method.

Methods

 o provideNewButtonImage
 public abstract Image provideNewButtonImage()
A wrapper for the - provideNewButtonImage Objective-C instance method.

 o insertNewButtonImage
 public abstract void insertNewButtonImage(Image newButtonImage,
                                           ButtonCell buttonCell)
A wrapper for the - insertNewButtonImage:in: Objective-C instance method.

 o viewSizeChanged
 public abstract void viewSizeChanged(Object sender)
A wrapper for the - viewSizeChanged: Objective-C instance method.

 o alphaControlAddedOrRemoved
 public abstract void alphaControlAddedOrRemoved(Object sender)
A wrapper for the - alphaControlAddedOrRemoved: Objective-C instance method.

 o attachColorList
 public abstract void attachColorList(ColorList colorList)
A wrapper for the - attachColorList: Objective-C instance method.

 o detachColorList
 public abstract void detachColorList(ColorList colorList)
A wrapper for the - detachColorList: Objective-C instance method.

 o setMode
 public abstract void setMode(int mode)
A wrapper for the - setMode: Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index