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

Packages that use NSPageLayout
org.rococoa.cocoa.appkit   
 

Uses of NSPageLayout in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSPageLayout
static NSPageLayout NSPageLayout.alloc()
           
abstract  NSPageLayout NSPageLayout._class_.alloc()
           
static NSPageLayout NSPageLayout.new_()
           
abstract  NSPageLayout NSPageLayout._class_.new_()
           
static NSPageLayout NSPageLayout.pageLayout()
          Create a new NSPageLayout.
abstract  NSPageLayout NSPageLayout._class_.pageLayout()
          Create a new NSPageLayout.
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSPageLayout
abstract  boolean NSDocument.preparePageLayout(NSPageLayout pageLayout)
          Given the page layout panel that -runModalPageLayoutWithPrintInfo:delegate:didRunSelector:contextInfo: is about to present to the user, make any final changes before it is presented, and return YES for success.
 



Copyright © 2009. All Rights Reserved.