|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSDictionaryControllerKeyValuePair
The key-value pair objects respond to the following methods (the class itself is private), so controls can be bound for example to arrangedObjects.localizedKey, arrangedObjects.key, arrangedObjects.value, and arrangedObjects.explicitlyIncluded of the controller. Mutating a key-value-pair object immediately results in the corresponding change in the content dictionary of the controller.
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 interface |
NSDictionaryControllerKeyValuePair._static_
|
Method Summary | |
---|---|
boolean |
isExplicitlyIncluded()
|
NSString |
key()
|
NSString |
localizedKey()
|
void |
setKey(NSString key)
|
void |
setLocalizedKey(NSString localizedKey)
|
void |
setValue(org.rococoa.ID value)
|
NSObject |
value()
|
Method Detail |
---|
void setLocalizedKey(NSString localizedKey)
NSString localizedKey()
void setKey(NSString key)
NSString key()
void setValue(org.rococoa.ID value)
NSObject value()
boolean isExplicitlyIncluded()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |