Uses of Interface
info.joseluismartin.gui.Binder

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

Uses of Binder in info.joseluismartin.db
 

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

Uses of Binder in info.joseluismartin.gui
 

Subinterfaces of Binder in info.joseluismartin.gui
 interface View<T>
          Interface for Views
 

Classes in info.joseluismartin.gui that implement Binder
 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
 class ViewDialog<T>
          A JDialog for use as View Wrapper
 class ViewFrame<T>
          A JFrame for use as View Container
 

Uses of Binder in info.joseluismartin.gui.bind
 

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

Classes in info.joseluismartin.gui.bind that implement Binder
 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
           
 

Methods in info.joseluismartin.gui.bind that return types with arguments of type Binder
 Collection<Binder<T>> CompositeBinder.getPropertyBinders()
           
 

Methods in info.joseluismartin.gui.bind with parameters of type Binder
 void CompositeBinder.addBinder(Binder<?> binder, String name)
           
 

Uses of Binder in info.joseluismartin.gui.report
 

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

Uses of Binder in info.joseluismartin.gui.table
 

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

Uses of Binder in info.joseluismartin.gui.tree
 

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

Uses of Binder in info.joseluismartin.gui.validation
 

Methods in info.joseluismartin.gui.validation with parameters of type Binder
 void BackgroundErrorProcessor.processError(Binder<?> binder, org.springframework.validation.FieldError error)
           
 



Copyright © 2013 JDAL. All Rights Reserved.