Uses of Class
net.anwiba.commons.swing.table.ObjectListTable
-
Packages that use ObjectListTable Package Description net.anwiba.commons.swing.dialog.tabbed net.anwiba.commons.swing.table -
-
Uses of ObjectListTable in net.anwiba.commons.swing.dialog.tabbed
Constructors in net.anwiba.commons.swing.dialog.tabbed with parameters of type ObjectListTable Constructor Description TableDialogTab(java.lang.String title, IMessage defaultMessage, javax.swing.Icon defaultIcon, ObjectListTable<T> table) -
Uses of ObjectListTable in net.anwiba.commons.swing.table
Methods in net.anwiba.commons.swing.table that return ObjectListTable Modifier and Type Method Description ObjectListTable<T>IObjectTableBuilder. build()ObjectListTable<T>ObjectTableBuilder. build()
-