Uses of Interface
info.joseluismartin.gui.bind.BinderHolder

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

Uses of BinderHolder in info.joseluismartin.db
 

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

Uses of BinderHolder in info.joseluismartin.gui
 

Classes in info.joseluismartin.gui that implement BinderHolder
 class AbstractView<T>
          Template class that simplifies View implementation.
 class AttachmentView
          Attachment View
 class PaginatorView
          PaginatorView with control buttons to manage paginator.
 class TableEditor<T>
          Simple table editor
 

Uses of BinderHolder in info.joseluismartin.gui.bind
 

Classes in info.joseluismartin.gui.bind that implement BinderHolder
 class CompositeBinder<T>
          Composite Binder methods to a collection of PropertyBinders that bind on the same model
 class ViewBinder
           
 

Uses of BinderHolder in info.joseluismartin.gui.report
 

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

Uses of BinderHolder in info.joseluismartin.gui.table
 

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

Uses of BinderHolder in info.joseluismartin.gui.tree
 

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



Copyright © 2013 JDAL. All Rights Reserved.