|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSWindowDelegate
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 |
NSWindowDelegate._static_
|
Method Summary | |
---|---|
boolean |
window_shouldPopUpDocumentPathMenu(NSWindow window,
NSMenu menu)
If a window has a representedURL, the window will by default show a path popup menu for a command-click on a rectangle containing the window document icon button and the window title. |
NSRect.ByValue |
window_willPositionSheet_usingRect(NSWindow window,
NSWindow sheet,
NSRect.ByValue rect)
|
boolean |
windowShouldClose(org.rococoa.ID sender)
|
boolean |
windowShouldZoom_toFrame(NSWindow window,
NSRect.ByValue newFrame)
|
NSSize.ByValue |
windowWillResize_toSize(NSWindow sender,
NSSize.ByValue frameSize)
|
NSObject |
windowWillReturnFieldEditor_toObject(NSWindow sender,
org.rococoa.ID client)
|
NSUndoManager |
windowWillReturnUndoManager(NSWindow window)
|
NSRect.ByValue |
windowWillUseStandardFrame_defaultFrame(NSWindow window,
NSRect.ByValue newFrame)
|
Method Detail |
---|
boolean windowShouldClose(org.rococoa.ID sender)
NSObject windowWillReturnFieldEditor_toObject(NSWindow sender, org.rococoa.ID client)
NSSize.ByValue windowWillResize_toSize(NSWindow sender, NSSize.ByValue frameSize)
NSRect.ByValue windowWillUseStandardFrame_defaultFrame(NSWindow window, NSRect.ByValue newFrame)
boolean windowShouldZoom_toFrame(NSWindow window, NSRect.ByValue newFrame)
NSUndoManager windowWillReturnUndoManager(NSWindow window)
NSRect.ByValue window_willPositionSheet_usingRect(NSWindow window, NSWindow sheet, NSRect.ByValue rect)
boolean window_shouldPopUpDocumentPathMenu(NSWindow window, NSMenu menu)
-(BOOL)window:(NSWindow*) shouldPopUpDocumentPathMenu:(NSMenu*)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |