Package com.groiss.gui

The gui package - and its subpacakge gui.component - contains classes for building HTML interfaces.

See:
          Description

Interface Summary
Component interface for any component the component is an elementary part of any view see the composite pattern [GoF95] for any details
Container the container is an composite component of a view see the composite pattern [GoF95] for any details
ErrorFormatter Defines how to format the exceptions.
NavigationTreeNode Shows a tree, the tree is build with javascript.
Page Interface for pages returned by methods called from Dispatcher.
 

Class Summary
AbstractComponent abstract implementation of the component interface with some common code for subclasses
AbstractContainer abstract implementation of the container interface with some common code for subclasses
ActionPage A Page
DefaultErrorFormatter This class is responsible for showing the error page.
HTMLOutputter  
HTMLPage  
HTMLTree Shows a tree, the tree is build with javascript.
RawElement An element containing text which will be outputted as it is.
TabbedDialog An xhtmlpage for a pop up dialog with tabs.
XHTMLPage This class creates HTML-Pages from XHTML-Source.
 

Package com.groiss.gui Description

The gui package - and its subpacakge gui.component - contains classes for building HTML interfaces.



Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.