Uses of Interface
org.jurvis.beans.JvJavaBean

Packages that use JvJavaBean
org.jurvis.beans JavaBean utilities and extensions. 
org.jurvis.swing Swing utilities and extensions. 
org.jurvis.swing.explorer   
org.jurvis.swing.form An input form and view framework. 
org.jurvis.swing.table   
org.jurvis.swing.tree   
 

Uses of JvJavaBean in org.jurvis.beans
 

Classes in org.jurvis.beans that implement JvJavaBean
 class JvAbstractJavaBean
          Common functionality for all JavaSoft JavaBeans
 

Uses of JvJavaBean in org.jurvis.swing
 

Subinterfaces of JvJavaBean in org.jurvis.swing
 interface JvPanelContainer
          A JvPanelContainer defines the interface for an object on a Panel that contains multiple items (e.g.
 interface JvPanelList
          A JvPanelList defines the interface for a list object embedded within a panel.
 interface JvPanelTable
          A JvPanelTable defines the interface for a table object embedded within a panel.
 interface JvPanelTree
          A JvPanelTree defines the interface for a tree object embedded within a panel.
 

Classes in org.jurvis.swing that implement JvJavaBean
 class JvPropertyTable
          A table that displays the entries within a Properties object.
 

Uses of JvJavaBean in org.jurvis.swing.explorer
 

Subinterfaces of JvJavaBean in org.jurvis.swing.explorer
 interface JvExplorerDetails
          A component displaying details about the active JvExplorer node.
 

Classes in org.jurvis.swing.explorer that implement JvJavaBean
 class JvExplorerListDetails
          A component displaying details about the active JvExplorer node as a list within a JTable.
 class JvExplorerTree
          The tree component within a JvExplorer representing the data hierarchy.
 

Uses of JvJavaBean in org.jurvis.swing.form
 

Subinterfaces of JvJavaBean in org.jurvis.swing.form
 interface JvForm
          A form containing input fields displaying data from a model.
 interface JvView
          Formalization of the View component of the Model-View-Controller paradigm.
 

Classes in org.jurvis.swing.form that implement JvJavaBean
 class JvAbstractForm
          Abstract form containing input fields displaying data from a model.
 class JvAbstractView
          Abstract formalization of the View component of the Model-View-Controller paradigm.
 

Uses of JvJavaBean in org.jurvis.swing.table
 

Classes in org.jurvis.swing.table that implement JvJavaBean
 class JvObjectTable
          A JTable in which each row corresponds to a single object.
 class JvTable
          A JTable that allows nodes to be dragged and dropped within the table and between other components.
 

Uses of JvJavaBean in org.jurvis.swing.tree
 

Classes in org.jurvis.swing.tree that implement JvJavaBean
 class JvTree
          A JTree that allows nodes to be dragged and dropped within the tree and between other components.
 



Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.