|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSSavePanel | |
---|---|
org.rococoa.cocoa.appkit |
Uses of NSSavePanel in org.rococoa.cocoa.appkit |
---|
Subclasses of NSSavePanel in org.rococoa.cocoa.appkit | |
---|---|
class |
NSOpenPanel
This file was autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects. |
Methods in org.rococoa.cocoa.appkit that return NSSavePanel | |
---|---|
static NSSavePanel |
NSSavePanel.alloc()
|
abstract NSSavePanel |
NSSavePanel._class_.alloc()
|
static NSSavePanel |
NSSavePanel.new_()
|
abstract NSSavePanel |
NSSavePanel._class_.new_()
|
static NSSavePanel |
NSSavePanel.savePanel()
Creates a new instance of the NSSavePanel. |
abstract NSSavePanel |
NSSavePanel._class_.savePanel()
Creates a new instance of the NSSavePanel. |
Methods in org.rococoa.cocoa.appkit with parameters of type NSSavePanel | |
---|---|
abstract boolean |
NSDocument.prepareSavePanel(NSSavePanel savePanel)
Given the save panel that -runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo: is about to present to the user, make any final changes before it is presented, and return YES for success. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |