All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.ColorList
NSColorList
.
[[NSColorList
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithName:
on a newly allocated object.
- initWithName:fromFile:
on a newly allocated object.
- allKeys
Objective-C instance method.
+ availableColorLists
Objective-C class method.
+ colorListNamed:
Objective-C class method.
- colorWithKey:
Objective-C instance method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- insertColor:key:atIndex:
Objective-C instance method.
- isEditable
Objective-C instance method.
- name
Objective-C instance method.
- removeColorWithKey:
Objective-C instance method.
- removeFile
Objective-C instance method.
- setColor:forKey:
Objective-C instance method.
- writeToFile:
Objective-C instance method.
public static final String ColorListDidChangeNotification
protected ColorList(boolean shouldAllocate, int objcObject)
public ColorList()
[[NSColorList
alloc] init]
.
public ColorList(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public ColorList(String name)
- initWithName:
on a newly allocated object.
public ColorList(String name, String path)
- initWithName:fromFile:
on a newly allocated object.
public static native Array availableColorLists()
+ availableColorLists
Objective-C class method.
public static native ColorList colorListNamed(String name)
+ colorListNamed:
Objective-C class method.
public native String name()
- name
Objective-C instance method.
public native void setColorForKey(Color color, String key)
- setColor:forKey:
Objective-C instance method.
public native void insertColorForKeyAtIndex(Color color, String key, int loc)
- insertColor:key:atIndex:
Objective-C instance method.
public native void removeColorWithKey(String key)
- removeColorWithKey:
Objective-C instance method.
public native Color colorWithKey(String key)
- colorWithKey:
Objective-C instance method.
public native Array allKeys()
- allKeys
Objective-C instance method.
public native boolean isEditable()
- isEditable
Objective-C instance method.
public native boolean writeToFile(String path)
- writeToFile:
Objective-C instance method.
public native void removeFile()
- removeFile
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index