All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.PageLayout

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.Responder
                   |
                   +----com.apple.alpha.app.Window
                           |
                           +----com.apple.alpha.app.Panel
                                   |
                                   +----com.apple.alpha.app.PageLayout

public class PageLayout
extends Panel
This class wraps the Objective-C class NSPageLayout.


Variable Index

 o PLCancelButton
 o PLHeightForm
 o PLImageButton
 o PLOKButton
 o PLOrientationMatrix
 o PLPaperNameButton
 o PLTitleField
 o PLUnitsButton
 o PLWidthForm

Constructor Index

 o PageLayout()
This default constructor is equivalent to Objective-C's [[NSPageLayout alloc] init].
 o PageLayout(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o PageLayout(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.
 o PageLayout(Rect, int, int, boolean)
This constructor has the same effect as calling - initWithContentRect:styleMask:backing:defer: on a newly allocated object.
 o PageLayout(Rect, int, int, boolean, Screen)
This constructor has the same effect as calling - initWithContentRect:styleMask:backing:defer:screen: on a newly allocated object.

Method Index

 o accessoryView()
A wrapper for the - accessoryView Objective-C instance method.
 o pageLayout()
A wrapper for the + pageLayout Objective-C class method.
 o pickedButton(Object)
A wrapper for the - pickedButton: Objective-C instance method.
 o pickedOrientation(Object)
A wrapper for the - pickedOrientation: Objective-C instance method.
 o pickedPaperSize(Object)
A wrapper for the - pickedPaperSize: Objective-C instance method.
 o pickedUnits(Object)
A wrapper for the - pickedUnits: Objective-C instance method.
 o printInfo()
A wrapper for the - printInfo Objective-C instance method.
 o readPrintInfo()
A wrapper for the - readPrintInfo Objective-C instance method.
 o runModal()
A wrapper for the - runModal Objective-C instance method.
 o runModalWithPrintInfo(PrintInfo)
A wrapper for the - runModalWithPrintInfo: Objective-C instance method.
 o setAccessoryView(View)
A wrapper for the - setAccessoryView: Objective-C instance method.
 o writePrintInfo()
A wrapper for the - writePrintInfo Objective-C instance method.

Variables

 o PLImageButton
 public static final int PLImageButton
 o PLTitleField
 public static final int PLTitleField
 o PLPaperNameButton
 public static final int PLPaperNameButton
 o PLUnitsButton
 public static final int PLUnitsButton
 o PLWidthForm
 public static final int PLWidthForm
 o PLHeightForm
 public static final int PLHeightForm
 o PLOrientationMatrix
 public static final int PLOrientationMatrix
 o PLCancelButton
 public static final int PLCancelButton
 o PLOKButton
 public static final int PLOKButton

Constructors

 o PageLayout
 protected PageLayout(boolean shouldAllocate,
                      int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o PageLayout
 public PageLayout()
This default constructor is equivalent to Objective-C's [[NSPageLayout alloc] init].

 o PageLayout
 public PageLayout(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

 o PageLayout
 public PageLayout(Rect contentRect,
                   int aStyle,
                   int bufferingType,
                   boolean flag)
This constructor has the same effect as calling - initWithContentRect:styleMask:backing:defer: on a newly allocated object.

 o PageLayout
 public PageLayout(Rect contentRect,
                   int aStyle,
                   int bufferingType,
                   boolean flag,
                   Screen screen)
This constructor has the same effect as calling - initWithContentRect:styleMask:backing:defer:screen: on a newly allocated object.

Methods

 o pageLayout
 public static native PageLayout pageLayout()
A wrapper for the + pageLayout Objective-C class method.

 o setAccessoryView
 public native void setAccessoryView(View aView)
A wrapper for the - setAccessoryView: Objective-C instance method.

 o accessoryView
 public native View accessoryView()
A wrapper for the - accessoryView Objective-C instance method.

 o pickedButton
 public native void pickedButton(Object sender)
A wrapper for the - pickedButton: Objective-C instance method.

 o pickedPaperSize
 public native void pickedPaperSize(Object sender)
A wrapper for the - pickedPaperSize: Objective-C instance method.

 o pickedOrientation
 public native void pickedOrientation(Object sender)
A wrapper for the - pickedOrientation: Objective-C instance method.

 o pickedUnits
 public native void pickedUnits(Object sender)
A wrapper for the - pickedUnits: Objective-C instance method.

 o readPrintInfo
 public native void readPrintInfo()
A wrapper for the - readPrintInfo Objective-C instance method.

 o writePrintInfo
 public native void writePrintInfo()
A wrapper for the - writePrintInfo Objective-C instance method.

 o printInfo
 public native PrintInfo printInfo()
A wrapper for the - printInfo Objective-C instance method.

 o runModalWithPrintInfo
 public native int runModalWithPrintInfo(PrintInfo pInfo)
A wrapper for the - runModalWithPrintInfo: Objective-C instance method.

 o runModal
 public native int runModal()
A wrapper for the - runModal Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index