Uses of Class
org.rococoa.cocoa.appkit.NSWindow

Packages that use NSWindow
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.appkit.categories   
org.rococoa.cocoa.appkit.protocols   
 

Uses of NSWindow in org.rococoa.cocoa.appkit
 

Subclasses of NSWindow in org.rococoa.cocoa.appkit
 class NSColorPanel
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSFontPanel
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSOpenPanel
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSPanel
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSSavePanel
          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 NSWindow
static NSWindow NSWindow.alloc()
           
abstract  NSWindow NSWindow._class_.alloc()
          native declaration : NSWindow.h:615
Conversion Error : /**
* windowNumberAtPoint:belowWindowWithWindowNumber: returns the number of the frontmost window that would be hit by a mouseDown at the screen location "point".
abstract  NSWindow NSWindow.attachedSheet()
          Original signature : -(NSWindow*)attachedSheet
native declaration : NSWindow.h:572
abstract  NSWindow NSApplication.keyWindow()
          Original signature : -(NSWindow*)keyWindow
native declaration : NSApplication.h:148
abstract  NSWindow NSApplication.mainWindow()
          Original signature : -(NSWindow*)mainWindow
native declaration : NSApplication.h:147
abstract  NSWindow NSApplication.modalWindow()
          Original signature : -(NSWindow*)modalWindow
native declaration : NSApplication.h:165
static NSWindow NSWindow.new_()
           
abstract  NSWindow NSWindow._class_.new_()
           
abstract  NSWindow NSWindow.parentWindow()
          Original signature : -(NSWindow*)parentWindow
native declaration : NSWindow.h:584
abstract  NSWindow NSDrawer.parentWindow()
          Original signature : -(NSWindow*)parentWindow
native declaration : NSDrawer.h:61
abstract  NSWindow NSWindowController.window()
          Original signature : -(NSWindow*)window
native declaration : NSWindowController.h:85
abstract  NSWindow NSView.window()
          Original signature : -(NSWindow*)window
native declaration : NSView.h:153
abstract  NSWindow NSEvent.window()
          Original signature : -(NSWindow*)window
native declaration : NSEvent.h:231
abstract  NSWindow NSCachedImageRep.window()
          Original signature : -(NSWindow*)window
native declaration : NSCachedImageRep.h:28
abstract  NSWindow NSDocument.windowForSheet()
          Of the windows associated with this document, return the one most appropriate to use as the parent window of a document-modal sheet.
abstract  NSWindow NSApplication.windowWithWindowNumber(NSInteger windowNum)
          Original signature : -(NSWindow*)windowWithWindowNumber:(NSInteger)
native declaration : NSApplication.h:146
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSWindow
abstract  Pointer NSApplication.beginModalSessionForWindow(NSWindow theWindow)
          Original signature : -(NSModalSession)beginModalSessionForWindow:(NSWindow*)
native declaration : NSApplication.h:166
abstract  void NSPrintPanel.beginSheetWithPrintInfo_modalForWindow_delegate_didEndSelector_contextInfo(NSPrintInfo printInfo, NSWindow docWindow, ObjCObject delegate, Selector didEndSelector, Pointer contextInfo)
          Present a print panel to the user, document-modally.
abstract  void NSPageLayout.beginSheetWithPrintInfo_modalForWindow_delegate_didEndSelector_contextInfo(NSPrintInfo printInfo, NSWindow docWindow, ObjCObject delegate, Selector didEndSelector, Pointer contextInfo)
          Present a page setup panel to the user, document-modally.
static NSWindowController NSWindowController.createWithWindow(NSWindow window)
          Factory method
abstract  NSObject NSDocumentController.documentForWindow(NSWindow window)
          Given a window, return the document corresponding to the window, nil if no document corrresponds to the window.
static NSGraphicsContext NSGraphicsContext.graphicsContextWithWindow(NSWindow window)
          Convenience cover method for [NSGraphicsContext graphicsContextWithAttributes:[NSDictionary dictionaryWithObject: forKey:NSGraphicsContextDestinationAttributeName]]
Original signature : +(NSGraphicsContext*)graphicsContextWithWindow:(NSWindow*)
native declaration : NSGraphicsContext.h:47
abstract  NSGraphicsContext NSGraphicsContext._class_.graphicsContextWithWindow(NSWindow window)
          Convenience cover method for [NSGraphicsContext graphicsContextWithAttributes:[NSDictionary dictionaryWithObject: forKey:NSGraphicsContextDestinationAttributeName]]
Original signature : +(NSGraphicsContext*)graphicsContextWithWindow:(NSWindow*)
native declaration : NSGraphicsContext.h:47
abstract  NSWindowController NSWindowController.initWithWindow(NSWindow window)
          Original signature : -(id)initWithWindow:(NSWindow*)
native declaration : NSWindowController.h:32
 void AppKitLibrary.NSBeginAlertSheet(NSString title, NSString defaultButton, NSString alternateButton, NSString otherButton, NSWindow docWindow, ObjCObject modalDelegate, Selector didEndSelector, Selector didDismissSelector, Pointer contextInfo, NSString msgFormat, Object... varargs)
          Original signature : void NSBeginAlertSheet(NSString*, NSString*, NSString*, NSString*, NSWindow*, id, SEL, SEL, void*, NSString*, null)
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:39
 void AppKitLibrary.NSBeginCriticalAlertSheet(NSString title, NSString defaultButton, NSString alternateButton, NSString otherButton, NSWindow docWindow, ObjCObject modalDelegate, Selector didEndSelector, Selector didDismissSelector, Pointer contextInfo, NSString msgFormat, Object... varargs)
          Original signature : void NSBeginCriticalAlertSheet(NSString*, NSString*, NSString*, NSString*, NSWindow*, id, SEL, SEL, void*, NSString*, null)
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:41
 void AppKitLibrary.NSBeginInformationalAlertSheet(NSString title, NSString defaultButton, NSString alternateButton, NSString otherButton, NSWindow docWindow, ObjCObject modalDelegate, Selector didEndSelector, Selector didDismissSelector, Pointer contextInfo, NSString msgFormat, Object... varargs)
          Original signature : void NSBeginInformationalAlertSheet(NSString*, NSString*, NSString*, NSString*, NSWindow*, id, SEL, SEL, void*, NSString*, null)
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:40
 NSInteger AppKitLibrary.NSRunAlertPanelRelativeToWindow(NSString title, NSString msgFormat, NSString defaultButton, NSString alternateButton, NSString otherButton, NSWindow docWindow, Object... varargs)
          Original signature : NSInteger NSRunAlertPanelRelativeToWindow(NSString*, NSString*, NSString*, NSString*, NSString*, NSWindow*, null)
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:25
 NSInteger AppKitLibrary.NSRunCriticalAlertPanelRelativeToWindow(NSString title, NSString msgFormat, NSString defaultButton, NSString alternateButton, NSString otherButton, NSWindow docWindow, Object... varargs)
          Original signature : NSInteger NSRunCriticalAlertPanelRelativeToWindow(NSString*, NSString*, NSString*, NSString*, NSString*, NSWindow*, null)
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:27
 NSInteger AppKitLibrary.NSRunInformationalAlertPanelRelativeToWindow(NSString title, NSString msgFormat, NSString defaultButton, NSString alternateButton, NSString otherButton, NSWindow docWindow, Object... varargs)
          Original signature : NSInteger NSRunInformationalAlertPanelRelativeToWindow(NSString*, NSString*, NSString*, NSString*, NSString*, NSWindow*, null)
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:26
abstract  void NSDocumentController.presentError_modalForWindow_delegate_didPresentSelector_contextInfo(NSError error, NSWindow window, ObjCObject delegate, Selector didPresentSelector, Pointer contextInfo)
          Methods that are declared by NSResponder and also implemented by NSDocumentController, even though for historical reasons NSDocumentController is not a subclass of NSResponder.
abstract  void NSDocument.presentError_modalForWindow_delegate_didPresentSelector_contextInfo(NSError error, NSWindow window, ObjCObject delegate, Selector didPresentSelector, Pointer contextInfo)
          Methods that are declared by NSResponder and also implemented by NSDocument, even though for historical reasons NSDocument is not a subclass of NSResponder.
abstract  void NSWindow.removeChildWindow(NSWindow childWin)
          Original signature : -(void)removeChildWindow:(NSWindow*)
native declaration : NSWindow.h:581
abstract  NSInteger NSApplication.runModalForWindow(NSWindow theWindow)
          Original signature : -(NSInteger)runModalForWindow:(NSWindow*)
native declaration : NSApplication.h:160
abstract  void NSPrintOperation.runOperationModalForWindow_delegate_didRunSelector_contextInfo(NSWindow docWindow, ObjCObject delegate, Selector didRunSelector, Pointer contextInfo)
          Do the print operation, with panels that are document-modal to a specific window.
abstract  void NSWindow.setParentWindow(NSWindow window)
          Original signature : -(void)setParentWindow:(NSWindow*)
native declaration : NSWindow.h:585
abstract  void NSDrawer.setParentWindow(NSWindow parent)
          Original signature : -(void)setParentWindow:(NSWindow*)
native declaration : NSDrawer.h:60
abstract  void NSWindowController.setWindow(NSWindow window)
          Original signature : -(void)setWindow:(NSWindow*)
native declaration : NSWindowController.h:82
abstract  void NSDocument.setWindow(NSWindow window)
          The setter for the "window" IB outlet of this class.
 

Uses of NSWindow in org.rococoa.cocoa.appkit.categories
 

Methods in org.rococoa.cocoa.appkit.categories that return NSWindow
 NSWindow NSCarbonExtensions.initWithWindowRef(Pointer windowRef)
          create an NSWindow for a Carbon window - windowRef must be a Carbon WindowRef - see MacWindows.h
WindowRef
Original signature : -(NSWindow*)initWithWindowRef:(void*)
from NSCarbonExtensions native declaration : NSWindow.h:658
 

Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSWindow
 boolean NSTextViewSupport.layoutManagerOwnsFirstResponderInWindow(NSWindow window)
          Original signature : -(BOOL)layoutManagerOwnsFirstResponderInWindow:(NSWindow*)
from NSTextViewSupport native declaration : NSLayoutManager.h:545
 void NSErrorPresentation.presentError_modalForWindow_delegate_didPresentSelector_contextInfo(NSError error, NSWindow window, ObjCObject delegate, Selector didPresentSelector, Pointer contextInfo)
          Present an error alert to the user, as a document-modal panel.
 

Uses of NSWindow in org.rococoa.cocoa.appkit.protocols
 

Methods in org.rococoa.cocoa.appkit.protocols that return NSWindow
 NSWindow NSDraggingInfo.draggingDestinationWindow()
          Original signature : -(NSWindow*)draggingDestinationWindow
native declaration : NSDragging.h:37
 



Copyright © 2009. All Rights Reserved.