|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSEditor
methods implemented by controllers, CoreData's managed object contexts, and user interface elements
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 |
NSEditor._static_
|
Method Summary | |
---|---|
boolean |
commitEditing()
returns whether end editing was successful (while trying to apply changes to a model object, there might be validation problems or so that prevent the operation from being successful Original signature : -(BOOL)commitEditing from NSEditor native declaration : NSKeyValueBinding.h:79 |
void |
commitEditingWithDelegate_didCommitSelector_contextInfo(ObjCObject delegate,
Selector didCommitSelector,
Pointer contextInfo)
Given that the receiver has been registered with -objectDidBeginEditing: as the editor of some object, and not yet deregistered by a subsequent invocation of -objectDidEndEditing:, attempt to commit the result of the editing. |
void |
discardEditing()
forces changing to end (reverts back to the original value) Original signature : -(void)discardEditing from NSEditor native declaration : NSKeyValueBinding.h:78 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
void discardEditing()
-(void)discardEditing
boolean commitEditing()
-(BOOL)commitEditing
void commitEditingWithDelegate_didCommitSelector_contextInfo(ObjCObject delegate, Selector didCommitSelector, Pointer contextInfo)
-(void)commitEditingWithDelegate:(id) didCommitSelector:(SEL) contextInfo:(void*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |