org.rococoa.cocoa.appkit
Class NSOpenPanel
java.lang.Object
org.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSOpenPanel
- All Implemented Interfaces:
- ObjCObject
public abstract class NSOpenPanel
- extends NSObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NSOKButton
public static final int NSOKButton
- See Also:
- Constant Field Values
NSCancelButton
public static final int NSCancelButton
- See Also:
- Constant Field Values
CLASS
public static final NSOpenPanel._Class CLASS
NSOpenPanel
public NSOpenPanel()
runModalForTypes
public abstract int runModalForTypes(NSArray arrayOfTypeStrings)
filename
public abstract NSString filename()
filenames
public abstract NSArray filenames()
setDelegate
public abstract void setDelegate(ID ocProxy)
Copyright © 2012. All Rights Reserved.