|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultTableModelExt | |
---|---|
org.jdesktop.jdnc | Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. |
org.jdesktop.jdnc.form | Contains the JForm component, which enables easy creation of user-interface forms which bind to arbitrary data models, such as JavaBeans, RowSet, and collections. |
org.jdesktop.jdnc.table | |
org.jdesktop.jdnc.util |
Uses of DefaultTableModelExt in org.jdesktop.jdnc |
---|
Methods in org.jdesktop.jdnc with parameters of type DefaultTableModelExt | |
---|---|
void |
JNForm.bind(DefaultTableModelExt tabularData)
Binds the form to each column in the specified DefaultTableModelExt object. |
void |
JNForm.bind(DefaultTableModelExt tabularData,
java.lang.String columnName)
Binds the form to the specified column in the DefaultTableModelExt object. |
Uses of DefaultTableModelExt in org.jdesktop.jdnc.form |
---|
Methods in org.jdesktop.jdnc.form with parameters of type DefaultTableModelExt | |
---|---|
Binding[] |
JForm.bind(DefaultTableModelExt tabularData)
Binds the form to each column in the specified DefaultTableModelExt object. |
Binding |
JForm.bind(DefaultTableModelExt tabularData,
java.lang.String columnName)
Binds the form to the specified column in the DefaultTableModelExt object. |
Uses of DefaultTableModelExt in org.jdesktop.jdnc.table |
---|
Constructors in org.jdesktop.jdnc.table with parameters of type DefaultTableModelExt | |
---|---|
TableModelExtAdapter(DefaultTableModelExt model)
|
Uses of DefaultTableModelExt in org.jdesktop.jdnc.util |
---|
Constructors in org.jdesktop.jdnc.util with parameters of type DefaultTableModelExt | |
---|---|
LoadOnShowListener(DefaultTableModelExt data)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |