|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSSavePanelRuntime
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 |
NSSavePanelRuntime._static_
|
Method Summary | |
---|---|
void |
beginSheetForDirectory_file_modalForWindow_modalDelegate_didEndSelector_contextInfo(NSString path,
NSString name,
NSWindow docWindow,
org.rococoa.ID delegate,
org.rococoa.Selector didEndSelector,
Pointer contextInfo)
didEndSelector should have the signature: - (void)savePanelDidEnd:(NSSavePanel *)sheet returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo; The value passed as returnCode will be either NSCancelButton or NSOKButton. |
void |
cancel(org.rococoa.ID sender)
|
void |
ok(org.rococoa.ID sender)
|
int |
runModal()
|
int |
runModalForDirectory_file(NSString path,
NSString name)
|
Method Detail |
---|
void ok(org.rococoa.ID sender)
void cancel(org.rococoa.ID sender)
void beginSheetForDirectory_file_modalForWindow_modalDelegate_didEndSelector_contextInfo(NSString path, NSString name, NSWindow docWindow, org.rococoa.ID delegate, org.rococoa.Selector didEndSelector, Pointer contextInfo)
-(void)beginSheetForDirectory:(NSString*) file:(NSString*) modalForWindow:(NSWindow*) modalDelegate:(id) didEndSelector:(SEL) contextInfo:(void*)
int runModalForDirectory_file(NSString path, NSString name)
int runModal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |