|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSResponder
org.rococoa.cocoa.appkit.NSWindow
org.rococoa.cocoa.appkit.NSPanel
org.rococoa.cocoa.appkit.NSColorPanel
public abstract class NSColorPanel
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSColorPanel._class_
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSWindow |
---|
NSWindow.__wFlags |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.appkit.protocols.NSUserInterfaceValidations |
---|
NSUserInterfaceValidations._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSColorPanel()
|
Method Summary | |
---|---|
abstract NSView |
accessoryView()
Original signature : -(NSView*)accessoryView native declaration : NSColorPanel.h:92 |
static NSColorPanel |
alloc()
|
abstract org.rococoa.cocoa.CGFloat |
alpha()
Original signature : -(CGFloat)alpha native declaration : NSColorPanel.h:101 |
abstract void |
attachColorList(NSColorList colorList)
Original signature : -(void)attachColorList:(NSColorList*) native declaration : NSColorPanel.h:104 |
abstract NSColor |
color()
Original signature : -(NSColor*)color native declaration : NSColorPanel.h:100 |
abstract void |
detachColorList(NSColorList colorList)
Original signature : -(void)detachColorList:(NSColorList*) native declaration : NSColorPanel.h:105 |
static boolean |
dragColor_withEvent_fromView(NSColor color,
NSEvent theEvent,
NSView sourceView)
Original signature : +(BOOL)dragColor:(NSColor*) withEvent:(NSEvent*) fromView:(NSView*) native declaration : NSColorPanel.h:87 |
static NSColorPanel._class_ |
getNSClass()
|
abstract boolean |
isContinuous()
Original signature : -(BOOL)isContinuous native declaration : NSColorPanel.h:94 |
abstract NSInteger |
mode()
Original signature : -(NSColorPanelMode)mode native declaration : NSColorPanel.h:98 |
static NSColorPanel |
new_()
|
abstract void |
setAccessoryView(NSView aView)
Original signature : -(void)setAccessoryView:(NSView*) native declaration : NSColorPanel.h:91 |
abstract void |
setAction(Selector aSelector)
Original signature : -(void)setAction:(SEL) native declaration : NSColorPanel.h:102 |
abstract void |
setColor(NSColor color)
Original signature : -(void)setColor:(NSColor*) native declaration : NSColorPanel.h:99 |
abstract void |
setContinuous(boolean flag)
Original signature : -(void)setContinuous:(BOOL) native declaration : NSColorPanel.h:93 |
abstract void |
setMode(NSInteger mode)
Original signature : -(void)setMode:(NSColorPanelMode) native declaration : NSColorPanel.h:97 |
static void |
setPickerMask(NSUInteger mask)
Original signature : +(void)setPickerMask:(NSUInteger) native declaration : NSColorPanel.h:88 |
static void |
setPickerMode(NSInteger mode)
Original signature : +(void)setPickerMode:(NSColorPanelMode) native declaration : NSColorPanel.h:89 |
abstract void |
setShowsAlpha(boolean flag)
Original signature : -(void)setShowsAlpha:(BOOL) native declaration : NSColorPanel.h:95 |
abstract void |
setTarget(ObjCObject anObject)
Original signature : -(void)setTarget:(id) native declaration : NSColorPanel.h:103 |
static NSColorPanel |
sharedColorPanel()
Original signature : +(NSColorPanel*)sharedColorPanel native declaration : NSColorPanel.h:85 |
static boolean |
sharedColorPanelExists()
Original signature : +(BOOL)sharedColorPanelExists native declaration : NSColorPanel.h:86 |
abstract boolean |
showsAlpha()
Original signature : -(BOOL)showsAlpha native declaration : NSColorPanel.h:96 |
Methods inherited from class org.rococoa.cocoa.appkit.NSPanel |
---|
becomesKeyOnlyIfNeeded, isFloatingPanel, setBecomesKeyOnlyIfNeeded, setFloatingPanel, setWorksWhenModal, worksWhenModal |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.appkit.protocols.NSUserInterfaceValidations |
---|
validateUserInterfaceItem |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSColorPanel()
Method Detail |
---|
public static NSColorPanel sharedColorPanel()
+(NSColorPanel*)sharedColorPanel
public static boolean sharedColorPanelExists()
+(BOOL)sharedColorPanelExists
public static boolean dragColor_withEvent_fromView(NSColor color, NSEvent theEvent, NSView sourceView)
+(BOOL)dragColor:(NSColor*) withEvent:(NSEvent*) fromView:(NSView*)
public static void setPickerMask(NSUInteger mask)
+(void)setPickerMask:(NSUInteger)
public static void setPickerMode(NSInteger mode)
+(void)setPickerMode:(NSColorPanelMode)
public abstract void setAccessoryView(NSView aView)
-(void)setAccessoryView:(NSView*)
public abstract NSView accessoryView()
-(NSView*)accessoryView
public abstract void setContinuous(boolean flag)
-(void)setContinuous:(BOOL)
public abstract boolean isContinuous()
-(BOOL)isContinuous
public abstract void setShowsAlpha(boolean flag)
-(void)setShowsAlpha:(BOOL)
public abstract boolean showsAlpha()
-(BOOL)showsAlpha
public abstract void setMode(NSInteger mode)
-(void)setMode:(NSColorPanelMode)
public abstract NSInteger mode()
-(NSColorPanelMode)mode
public abstract void setColor(NSColor color)
-(void)setColor:(NSColor*)
public abstract NSColor color()
-(NSColor*)color
public abstract org.rococoa.cocoa.CGFloat alpha()
-(CGFloat)alpha
public abstract void setAction(Selector aSelector)
-(void)setAction:(SEL)
public abstract void setTarget(ObjCObject anObject)
-(void)setTarget:(id)
public abstract void attachColorList(NSColorList colorList)
-(void)attachColorList:(NSColorList*)
public abstract void detachColorList(NSColorList colorList)
-(void)detachColorList:(NSColorList*)
public static NSColorPanel alloc()
public static NSColorPanel new_()
public static NSColorPanel._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |