org.jdesktop.jdnc.form
Class ComponentMap.TableCreator

java.lang.Object
  extended by org.jdesktop.jdnc.form.ComponentMap.TableCreator
All Implemented Interfaces:
ComponentCreator
Enclosing class:
ComponentMap

public static class ComponentMap.TableCreator
extends java.lang.Object
implements ComponentCreator


Constructor Summary
ComponentMap.TableCreator()
           
 
Method Summary
 javax.swing.JComponent createComponent(MetaData metaData)
          creates and returns a JScrollPane containing a JXTable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentMap.TableCreator

public ComponentMap.TableCreator()
Method Detail

createComponent

public javax.swing.JComponent createComponent(MetaData metaData)
creates and returns a JScrollPane containing a JXTable.

Specified by:
createComponent in interface ComponentCreator
Returns:


Copyright © 2005 Sun Microsystems All Rights Reserved.