Uses of Interface
info.joseluismartin.gui.ModelHolder

Packages that use ModelHolder
info.joseluismartin.db   
info.joseluismartin.gui   
info.joseluismartin.gui.bind   
info.joseluismartin.gui.report   
info.joseluismartin.gui.table   
info.joseluismartin.gui.tree   
 

Uses of ModelHolder in info.joseluismartin.db
 

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

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 AttachmentView
          Attachment View
 class EditorEvent
          Editor event, hold a reference to editing model.
 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<T>
          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 CollectionPersistentServiceBinder
           
 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 Binder 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.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.table
 

Classes in info.joseluismartin.gui.table that implement ModelHolder
 class TableListView<T>
          View for showing Lists in a TablePanel
 

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 © 2013 JDAL. All Rights Reserved.