All Packages Class Hierarchy This Package Previous Next Index
NSWindow
class.
The methods in this interface are notifications 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.
- windowDidBecomeKey:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowDidBecomeMain:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowDidChangeScreen:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowDidDeminiaturize:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowDidExpose:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowDidMiniaturize:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowDidMove:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowDidResignKey:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowDidResignMain:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowDidResize:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowDidUpdate:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowWillClose:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowWillMiniaturize:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
- windowWillMove:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowDidResize(Notification notification)
- windowDidResize:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowDidExpose(Notification notification)
- windowDidExpose:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowWillMove(Notification notification)
- windowWillMove:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowDidMove(Notification notification)
- windowDidMove:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowDidBecomeKey(Notification notification)
- windowDidBecomeKey:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowDidResignKey(Notification notification)
- windowDidResignKey:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowDidBecomeMain(Notification notification)
- windowDidBecomeMain:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowDidResignMain(Notification notification)
- windowDidResignMain:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowWillClose(Notification notification)
- windowWillClose:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowWillMiniaturize(Notification notification)
- windowWillMiniaturize:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowDidMiniaturize(Notification notification)
- windowDidMiniaturize:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowDidDeminiaturize(Notification notification)
- windowDidDeminiaturize:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowDidUpdate(Notification notification)
- windowDidUpdate:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
public abstract void windowDidChangeScreen(Notification notification)
- windowDidChangeScreen:
Objective-C instance method
associated to notifications sent by the Window
class
(known as the NSWindow
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index