Defines the top-level interface that is and must be implemented by all
Muntjac components.
|
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.Event s.
|
|
ErrorEvent
Class of all component originated error events.
|
|
IErrorListener
IListener interface for receiving IComponent.Errors s.
|
|
IFocusable
A sub-interface implemented by components that can obtain input
focus.
|