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

Module component

source code

Defines the top-level interface that is and must be implemented by all Muntjac components.

Classes [hide private]
  IComponent
IComponent is the top-level interface that is and must be implemented by all Muntjac components.
  Event
Superclass of all component originated events.
  IListener
IListener interface for receiving component.Events.
  ErrorEvent
Class of all component originated error events.
  IErrorListener
IListener interface for receiving IComponent.Errorss.
  IFocusable
A sub-interface implemented by components that can obtain input focus.
Variables [hide private]
  __package__ = 'muntjac.ui'