com.silvermindsoftware.hitch
Class BinderManager

java.lang.Object
  extended by com.silvermindsoftware.hitch.BinderManager

public class BinderManager
extends Object

This class manages binder instances.

Author:
Stefan Wismer (SWI), based on Hitch by Brandon Goodin
File-location:
BinderManager
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Field Summary
protected  Map<Class<?>,FormMeta> m_formMap
           
static BinderManager s_manager
           
 
Method Summary
static Binder getBinder(Component form)
          Get a binder for a specific window component.
 FormMeta getFormMeta(Class formClass)
           
static FormMeta getFormMetaData(Class<?> formClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s_manager

public static final BinderManager s_manager

m_formMap

protected Map<Class<?>,FormMeta> m_formMap
Method Detail

getBinder

public static Binder getBinder(Component form)
Get a binder for a specific window component.

Parameters:
form - the form containing the components
Returns:
the binder

getFormMetaData

public static FormMeta getFormMetaData(Class<?> formClass)

getFormMeta

public FormMeta getFormMeta(Class formClass)


Copyright © 2005-2011 ELCA. All Rights Reserved.