Uses of Interface
info.joseluismartin.gui.ModelHolder

Packages that use ModelHolder
info.joseluismartin.gui   
info.joseluismartin.gui.bind   
info.joseluismartin.gui.form   
info.joseluismartin.gui.report   
info.joseluismartin.gui.tree   
 

Uses of ModelHolder in info.joseluismartin.gui
 

Subinterfaces of ModelHolder in info.joseluismartin.gui
 interface Binder<T>
          Binder interface define methods common to model based representation of data like Views.
 interface View<T>
          Interface for Views
 

Classes in info.joseluismartin.gui that implement ModelHolder
 class AbstractView<T>
          Template class that simplifies View implementation.
 class EditorEvent
           
 class PaginatorView
          PaginatorView with control buttons to manage paginator.
 class TableEditor<T>
          Simple table editor
 class ViewDialog<T>
          A JDialog for use as View Wrapper
 class ViewFrame
          A JFrame for use as View Container
 

Uses of ModelHolder in info.joseluismartin.gui.bind
 

Subinterfaces of ModelHolder in info.joseluismartin.gui.bind
 interface PropertyBinder
          Bind a component to a model property
 

Classes in info.joseluismartin.gui.bind that implement ModelHolder
 class AbstractBinder
          Base class for Binders.
 class AutoBinder<T>
          Do an automatic binding of a view using reflection.
 class ComboBinder
          Binder for JComboBox
 class CompositeBinder<T>
          Composite Binder methods to a collection of PropertyBinders that bind on the same model
 class ControlBinder
          Generic ControlBinder that use a ControlAccessorFactory to get/set control values
 class LabelBinder
           
 class ListBinder
          Binder for JList
 class SelectorBinder
          Binder for Selector
 class SwingBinder<T>
           
 class TextComponentBinder
          Binder for JComponentText
 class ToggleButtonBinder
          Property binder for ToggleButtons
 class ViewBinder
           
 

Constructors in info.joseluismartin.gui.bind with parameters of type ModelHolder
AutoBinder(ModelHolder<T> view)
          Create an AutoBinder for a View
SwingBinder(ModelHolder<T> view)
           
 

Uses of ModelHolder in info.joseluismartin.gui.form
 

Classes in info.joseluismartin.gui.form that implement ModelHolder
 class DbConnectionForm
          Database Connection Form
 

Uses of ModelHolder in info.joseluismartin.gui.report
 

Classes in info.joseluismartin.gui.report that implement ModelHolder
 class ReportFileView
           
 class ReportFilterView
           
 class ReportListView
           
 class ReportTypeView
           
 class ReportView
           
 

Uses of ModelHolder in info.joseluismartin.gui.tree
 

Classes in info.joseluismartin.gui.tree that implement ModelHolder
 class TreeView
          Tree View that show a List of TreeModelBuilders
 



Copyright © 2012 JDAL. All Rights Reserved.