org.rococoa.cocoa.appkit
Class NSOpenPanel

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.appkit.NSOpenPanel
All Implemented Interfaces:
ObjCObject

public abstract class NSOpenPanel
extends NSObject


Nested Class Summary
 class NSOpenPanel._Class
           
 
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject
NSObject._class_
 
Field Summary
static NSOpenPanel._Class CLASS
           
static int NSCancelButton
           
static int NSOKButton
           
 
Constructor Summary
NSOpenPanel()
           
 
Method Summary
abstract  NSString filename()
           
abstract  NSArray filenames()
           
abstract  int runModalForTypes(NSArray arrayOfTypeStrings)
           
abstract  void setDelegate(ID ocProxy)
           
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
description, isKindOfClass, isKindOfClass, release, retain, retainCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

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
Constructor Detail

NSOpenPanel

public NSOpenPanel()
Method Detail

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.