tweed.swing
Class SwingBinder

java.lang.Object
  |
  +--tweed.swing.SwingBinder

public final class SwingBinder
extends java.lang.Object

Utility class for binding Swing components to models.

Version:
$Id$
Author:
Laurent Caillette

Method Summary
static int getInteger(Binding binding, javax.swing.JTextField jTextField)
           
static void setInteger(javax.swing.JTextField destination, int origin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInteger

public static int getInteger(Binding binding,
                             javax.swing.JTextField jTextField)

setInteger

public static void setInteger(javax.swing.JTextField destination,
                              int origin)


Copyright © 2003 Laurent Caillette. All Rights Reserved.