Package muntjac :: Package ui :: Module window
[hide private]
[frames] | no frames]

Module window

source code

Defines a component that represents an application (browser native) window or a sub window.

Classes [hide private]
  ICloseListener
An interface used for listening to Window close events.
  IResizeListener
Listener for window resize events.
  Window
A component that represents an application (browser native) window or a sub window.
  OpenResource
Private class for storing properties related to opening resources.
  CloseEvent
  ResizeEvent
Resize events are fired whenever the client-side fires a resize-event (e.g.
  Notification
A notification message, used to display temporary messages to the user - for example "Document saved", or "Save failed".
  CloseShortcut
A ShortcutListener specifically made to define a keyboard shortcut that closes the window:
Functions [hide private]
 
_WINDOW_CLOSE_METHOD(self, e)
Called when the user closes a window.
source code
 
_WINDOW_RESIZE_METHOD(self, e) source code
Variables [hide private]
  __package__ = 'muntjac.ui'
Function Details [hide private]

_WINDOW_CLOSE_METHOD(self, e)

source code 

Called when the user closes a window. Use CloseEvent.getWindow to get a reference to the Window that was closed.

Parameters:
  • e - Event containing