Uses of Class
org.eclipse.swt.internal.cocoa.NSWindow
Packages that use NSWindow
-
Uses of NSWindow in org.eclipse.swt.internal.cocoa
Subclasses of NSWindow in org.eclipse.swt.internal.cocoaModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Methods in org.eclipse.swt.internal.cocoa that return NSWindowModifier and TypeMethodDescriptionNSObject.draggingDestinationWindow()
NSWindow.initWithContentRect
(NSRect contentRect, long aStyle, long bufferingType, boolean flag) NSWindow.initWithContentRect
(NSRect contentRect, long aStyle, long bufferingType, boolean flag, NSScreen screen) NSApplication.keyWindow()
NSApplication.mainWindow()
NSWindow.parentWindow()
NSEvent.window()
NSView.window()
NSApplication.windowWithWindowNumber
(long windowNum) Methods in org.eclipse.swt.internal.cocoa with parameters of type NSWindowModifier and TypeMethodDescriptionvoid
NSWindow.addChildWindow
(NSWindow childWin, long place) void
NSApplication.beginSheet
(NSWindow sheet, NSWindow docWindow, id modalDelegate, long didEndSelector, long contextInfo) void
SFCertificateTrustPanel.beginSheetForWindow
(NSWindow docWindow, id delegate, long didEndSelector, long contextInfo, long trust, NSString message) void
NSAlert.beginSheetModalForWindow
(NSWindow window, id delegate, long didEndSelector, long contextInfo) static void
OS.beginSheetModalForWindow
(NSPanel id, NSWindow window, long handler) void
NSPrintPanel.beginSheetWithPrintInfo
(NSPrintInfo printInfo, NSWindow docWindow, id delegate, long didEndSelector, long contextInfo) void
static NSGraphicsContext
NSGraphicsContext.graphicsContextWithWindow
(NSWindow window) void
NSWindow.removeChildWindow
(NSWindow childWin) long
NSApplication.runModalForWindow
(NSWindow theWindow) void
NSView.viewWillMoveToWindow
(NSWindow newWindow)