Package net.sf.jzeno.echo

This package provides the core classes of the jZeno framework.

See:
          Description

Interface Summary
ConstructionHintsInterpreter  
EventPropagator Interaface that allows generic interception of events to easily perform event propagation.
EventSink Dynamic event sink.
EventSource This interface is used to automatically deliver events event sink components (like a Screen or CompoundComponent).
InitialScreenChooser  
InvalidMarker  
Layout All layout classes should implement this interface and have a default constructor.
PleaseWaitRenderer Pluggable interface that allows you to create your own please wait messages.
Precreation Interface that tells jZeno that this component class can be constructed out-of-context.
RecursionSealer Tagging interface that stops the recursion in the EchoSupport If a component implements this interface it is responsible for it's children, in the sense that is must take care of the setBean, rebind, etc.. operations.
ScreenChangeListener Implementations of this interface can veto the navigation from one screen to another.
StyleManager Echo echo component can be styled through the applyStyle() method.
TimeZone  
Validator Validators are objects capable of validating a single property component.
 

Class Summary
AbstractHardCodedStyle  
AbstractLayout  
Application Application instance implementation.
AutoRebindManager Manager that takes care of perfoming rebind automatically.
CalmsStyle  
ConstructionList Simple helper class for easily creating lists of 4-element object groups that match the constructor conventions for generic container components.
DefaultConstructionHintsInterpreter  
DefaultInvalidMarker  
DefaultPleaseWaitRenderer Default please wait renderer.
DHLLayout A traditional application layout that places a mene bar at the top, etc..
DHLStyle  
EchoSupport The EchoSupport class is one of the main interfaces between the jZeno environment and you application code.
EventSinkSupport Deprecated.  
EventSourceSupport Support class for implementing the EventSource interface.
GenericStyle  
NewsManager  
ReloadableClassManager  
RenderManager Manager that takes care of pre-render actions.
ReportManager Manager that takes care of generating reports (using jasperreports and birt).
Server EchoServer implementation.
SimpleConstructionHintsInterpreter  
SpecificInvalidMarker  
StyleManager.MetaData  
ValidationError  
ZenoLayout  
ZenoStyle  
 

Package net.sf.jzeno.echo Description

This package provides the core classes of the jZeno framework.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: