com.jniwrapper.macosx.cocoa.nscolorpicking
Interface NSColorPickingDefaultProtocol

All Known Implementing Classes:
NSColorPicker

public interface NSColorPickingDefaultProtocol

This interface represents NSColorPickingDefaultProtocol protocol. See the protocol documentation at the Apple's site: NSColorPickingDefaultProtocol


Method Summary
 void alphaControlAddedOrRemoved(Id sender)
           
 void attachColorList(NSColorList colorList)
           
 void detachColorList(NSColorList colorList)
           
 Id initWithPickerMask_colorPanel(com.jniwrapper.Int mask, NSColorPanel owningColorPanel)
          This method represents the initWithPickerMask() method of the NSColorPickingDefaultProtocol Objective-C protocol.
 void insertNewButtonImage_in(NSImage newButtonImage, NSButtonCell buttonCell)
          This method represents the insertNewButtonImage() method of the NSColorPickingDefaultProtocol Objective-C protocol.
 com.jniwrapper.Pointer.Void provideNewButtonImage()
           
 void setMode(com.jniwrapper.Int mode)
           
 void viewSizeChanged(Id sender)
           
 

Method Detail

viewSizeChanged

public void viewSizeChanged(Id sender)

alphaControlAddedOrRemoved

public void alphaControlAddedOrRemoved(Id sender)

detachColorList

public void detachColorList(NSColorList colorList)

setMode

public void setMode(com.jniwrapper.Int mode)

insertNewButtonImage_in

public void insertNewButtonImage_in(NSImage newButtonImage,
                                    NSButtonCell buttonCell)
This method represents the insertNewButtonImage() method of the NSColorPickingDefaultProtocol Objective-C protocol.

Parameters:
newButtonImage -
buttonCell -

provideNewButtonImage

public com.jniwrapper.Pointer.Void provideNewButtonImage()

attachColorList

public void attachColorList(NSColorList colorList)

initWithPickerMask_colorPanel

public Id initWithPickerMask_colorPanel(com.jniwrapper.Int mask,
                                        NSColorPanel owningColorPanel)
This method represents the initWithPickerMask() method of the NSColorPickingDefaultProtocol Objective-C protocol.

Parameters:
mask -
owningColorPanel -
Returns:
Id