All Packages Class Hierarchy This Package Previous Next Index
NSApplication
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- application:openFile:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
- application:openFileWithoutUI:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
- application:openTempFile:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
- applicationOpenUntitledFile:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
- application:printFile:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
- applicationShouldTerminate:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
- applicationShouldTerminateAfterLastWindowClosed:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
public abstract boolean applicationShouldTerminate(Application sender)
- applicationShouldTerminate:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
public abstract boolean applicationOpenFile(Application sender, String filename)
- application:openFile:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
public abstract boolean applicationOpenTempFile(Application sender, String filename)
- application:openTempFile:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
public abstract boolean applicationOpenUntitledFile(Application sender)
- applicationOpenUntitledFile:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
public abstract boolean applicationOpenFileWithoutUI(Object sender, String filename)
- application:openFileWithoutUI:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
public abstract boolean applicationPrintFile(Application sender, String filename)
- application:printFile:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
public abstract boolean applicationShouldTerminateAfterLastWindowClosed(Application sender)
- applicationShouldTerminateAfterLastWindowClosed:
Objective-C instance method
implemented by delegates of the Application
class
(known as the NSApplication
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index