All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.app.WindowNotifications

public interface WindowNotifications
This interface wraps the Objective-C category defining delegate methods of the 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.


Method Index

 o windowDidBecomeKey(Notification)
A wrapper for the - windowDidBecomeKey: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowDidBecomeMain(Notification)
A wrapper for the - windowDidBecomeMain: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowDidChangeScreen(Notification)
A wrapper for the - windowDidChangeScreen: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowDidDeminiaturize(Notification)
A wrapper for the - windowDidDeminiaturize: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowDidExpose(Notification)
A wrapper for the - windowDidExpose: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowDidMiniaturize(Notification)
A wrapper for the - windowDidMiniaturize: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowDidMove(Notification)
A wrapper for the - windowDidMove: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowDidResignKey(Notification)
A wrapper for the - windowDidResignKey: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowDidResignMain(Notification)
A wrapper for the - windowDidResignMain: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowDidResize(Notification)
A wrapper for the - windowDidResize: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowDidUpdate(Notification)
A wrapper for the - windowDidUpdate: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowWillClose(Notification)
A wrapper for the - windowWillClose: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowWillMiniaturize(Notification)
A wrapper for the - windowWillMiniaturize: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).
 o windowWillMove(Notification)
A wrapper for the - windowWillMove: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

Methods

 o windowDidResize
 public abstract void windowDidResize(Notification notification)
A wrapper for the - windowDidResize: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowDidExpose
 public abstract void windowDidExpose(Notification notification)
A wrapper for the - windowDidExpose: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowWillMove
 public abstract void windowWillMove(Notification notification)
A wrapper for the - windowWillMove: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowDidMove
 public abstract void windowDidMove(Notification notification)
A wrapper for the - windowDidMove: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowDidBecomeKey
 public abstract void windowDidBecomeKey(Notification notification)
A wrapper for the - windowDidBecomeKey: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowDidResignKey
 public abstract void windowDidResignKey(Notification notification)
A wrapper for the - windowDidResignKey: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowDidBecomeMain
 public abstract void windowDidBecomeMain(Notification notification)
A wrapper for the - windowDidBecomeMain: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowDidResignMain
 public abstract void windowDidResignMain(Notification notification)
A wrapper for the - windowDidResignMain: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowWillClose
 public abstract void windowWillClose(Notification notification)
A wrapper for the - windowWillClose: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowWillMiniaturize
 public abstract void windowWillMiniaturize(Notification notification)
A wrapper for the - windowWillMiniaturize: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowDidMiniaturize
 public abstract void windowDidMiniaturize(Notification notification)
A wrapper for the - windowDidMiniaturize: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowDidDeminiaturize
 public abstract void windowDidDeminiaturize(Notification notification)
A wrapper for the - windowDidDeminiaturize: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowDidUpdate
 public abstract void windowDidUpdate(Notification notification)
A wrapper for the - windowDidUpdate: Objective-C instance method associated to notifications sent by the Window class (known as the NSWindow Objective-C class).

 o windowDidChangeScreen
 public abstract void windowDidChangeScreen(Notification notification)
A wrapper for the - 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