All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.app.ColorPickingCustom

public interface ColorPickingCustom
This interface wraps the Objective-C protocol NSColorPickingCustom *


Method Index

 o currentMode()
A wrapper for the - currentMode Objective-C instance method.
 o provideNewView(boolean)
A wrapper for the - provideNewView: Objective-C instance method.
 o setColor(Color)
A wrapper for the - setColor: Objective-C instance method.
 o supportsMode(int)
A wrapper for the - supportsMode: Objective-C instance method.

Methods

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

 o currentMode
 public abstract int currentMode()
A wrapper for the - currentMode Objective-C instance method.

 o provideNewView
 public abstract View provideNewView(boolean initialRequest)
A wrapper for the - provideNewView: Objective-C instance method.

 o setColor
 public abstract void setColor(Color newColor)
A wrapper for the - setColor: Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index