Joda System API

org.joda.swing
Class JComponentBinderFactory

java.lang.Object
  |
  +--org.joda.swing.JComponentBinderFactory

public class JComponentBinderFactory
extends java.lang.Object

JComponentBinderFactory locates the correct JComponentBinder for a given JComponent.

Author:
Stephen Colebourne

Method Summary
 JComponentBinder getComponentBinder(javax.swing.JComponent component, Property property)
          Get a component binder for a given component
static JComponentBinderFactory getInstance()
          Get the default instance of the binder factory.
 java.lang.String toString()
          Debugging toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static JComponentBinderFactory getInstance()
Get the default instance of the binder factory.


getComponentBinder

public JComponentBinder getComponentBinder(javax.swing.JComponent component,
                                           Property property)
Get a component binder for a given component


toString

public java.lang.String toString()
Debugging toString

Overrides:
toString in class java.lang.Object

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.