org.rococoa.cocoa.appkit.categories
Interface NSPageLayoutPanel

All Superinterfaces:
ObjCObject

public interface NSPageLayoutPanel
extends ObjCObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSPageLayoutPanel._static_
           
 
Method Summary
 void runPageLayout(ObjCObject sender)
          An action method that merely invokes [[NSPageLayout pageLayout] runModal].
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

runPageLayout

void runPageLayout(ObjCObject sender)
An action method that merely invokes [[NSPageLayout pageLayout] runModal].
Original signature : -(void)runPageLayout:(id)
from NSPageLayoutPanel native declaration : NSPageLayout.h:78



Copyright © 2009. All Rights Reserved.