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 classNSColorPanelclassNSFontPanelclassNSOpenPanelclassNSPanelclassNSSavePanelclassSFCertificatePanelclassSFCertificateTrustPanelclassSWTPanelclassSWTWindowMethods in org.eclipse.swt.internal.cocoa that return NSWindow Modifier and Type Method Description NSWindowNSObject. draggingDestinationWindow()NSWindowNSWindow. initWithContentRect(NSRect contentRect, long aStyle, long bufferingType, boolean flag)NSWindowNSWindow. initWithContentRect(NSRect contentRect, long aStyle, long bufferingType, boolean flag, NSScreen screen)NSWindowNSApplication. keyWindow()NSWindowNSWindow. parentWindow()NSWindowNSEvent. window()NSWindowNSView. window()NSWindowNSApplication. windowWithWindowNumber(long windowNum)Methods in org.eclipse.swt.internal.cocoa with parameters of type NSWindow Modifier and Type Method Description voidNSWindow. addChildWindow(NSWindow childWin, long place)voidNSApplication. beginSheet(NSWindow sheet, NSWindow docWindow, id modalDelegate, long didEndSelector, long contextInfo)voidSFCertificateTrustPanel. beginSheetForWindow(NSWindow docWindow, id delegate, long didEndSelector, long contextInfo, long trust, NSString message)voidNSAlert. beginSheetModalForWindow(NSWindow window, id delegate, long didEndSelector, long contextInfo)static voidOS. beginSheetModalForWindow(NSObject id, NSWindow window, long handler)voidNSPrintPanel. beginSheetWithPrintInfo(NSPrintInfo printInfo, NSWindow docWindow, id delegate, long didEndSelector, long contextInfo)voidNSApplication. endSheet(NSWindow sheet, long returnCode)static NSGraphicsContextNSGraphicsContext. graphicsContextWithWindow(NSWindow window)voidNSWindow. removeChildWindow(NSWindow childWin)longNSApplication. runModalForWindow(NSWindow theWindow)voidNSView. viewWillMoveToWindow(NSWindow newWindow)
-