Uses of Interface
org.enhydra.barracuda.core.comp.model.Model

Packages that use Model
org.enhydra.barracuda.config   
org.enhydra.barracuda.core.comp   
 

Uses of Model in org.enhydra.barracuda.config
 

Classes in org.enhydra.barracuda.config that implement Model
 class TabsModel
          TabsModel - this model doesn't actually return any data, but instead processes directives to tell the template engine which tabs are actually visible.
 

Uses of Model in org.enhydra.barracuda.core.comp
 

Subinterfaces of Model in org.enhydra.barracuda.core.comp
 interface ListModel
          This interface defines the methods needed to implement a ListModel.
 interface ListSelectionModel
          This interface defines the methods needed to implement a ListSelectionModel.
 interface TableModel
          This interface defines the methods needed to implement a TableModel.
 interface TemplateModel
          This interface defines the methods needed to implement a TemplateModel.
 

Classes in org.enhydra.barracuda.core.comp that implement Model
 class AbstractIterativeTemplateModel
          This class provides the abstract implementation for an Iterative Template Model.
 class AbstractListModel
          This class provides the abstract implementation for a List Model.
 class AbstractTableModel
          This class provides the abstract implementation for a Table Model.
 class AbstractTemplateModel
          This class provides the abstract implementation for a Template Model.
 class DefaultListModel
          This class provides a default implementation for List Model.
 class DefaultListSelectionModel
          Default data model implementation for list selections.
 class DefaultPropertiesModel
          This class provides a default implementation of a TemplateModel that looks up its keys in a properties file
 



Copyright © 2001 Enhydra.org