Uses of Class
org.eclipse.swt.internal.cocoa.NSWindow
-
Packages that use NSWindow Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSWindow in org.eclipse.swt.internal.cocoa
Subclasses of NSWindow in org.eclipse.swt.internal.cocoa Modifier and Type Class Description class
NSColorPanel
class
NSFontPanel
class
NSOpenPanel
class
NSPanel
class
NSSavePanel
class
SFCertificatePanel
class
SFCertificateTrustPanel
class
SWTPanel
class
SWTWindow
Methods in org.eclipse.swt.internal.cocoa that return NSWindow Modifier and Type Method Description NSWindow
NSObject. draggingDestinationWindow()
NSWindow
NSWindow. initWithContentRect(NSRect contentRect, long aStyle, long bufferingType, boolean flag)
NSWindow
NSWindow. initWithContentRect(NSRect contentRect, long aStyle, long bufferingType, boolean flag, NSScreen screen)
NSWindow
NSApplication. keyWindow()
NSWindow
NSWindow. parentWindow()
NSWindow
NSEvent. window()
NSWindow
NSView. window()
NSWindow
NSApplication. windowWithWindowNumber(long windowNum)
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSWindow Modifier and Type Method Description void
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(NSObject id, NSWindow window, long handler)
void
NSPrintPanel. beginSheetWithPrintInfo(NSPrintInfo printInfo, NSWindow docWindow, id delegate, long didEndSelector, long contextInfo)
void
NSApplication. endSheet(NSWindow sheet, long returnCode)
static NSGraphicsContext
NSGraphicsContext. graphicsContextWithWindow(NSWindow window)
void
NSWindow. removeChildWindow(NSWindow childWin)
long
NSApplication. runModalForWindow(NSWindow theWindow)
void
NSView. viewWillMoveToWindow(NSWindow newWindow)
-