Fix for compile error due to recent review tool fix

This commit is contained in:
dragonmacher
2019-05-15 17:08:42 -04:00
parent 66ef92ae36
commit 88cf9c0f80

View File

@@ -57,6 +57,10 @@ public class ObjectChooserDialog<T> extends DialogComponentProvider {
table.focusFilter();
}
public GTableWidget<T> getTable() {
return table;
}
private JComponent buildWorkPanel() {
table = new GTableWidget<>(getTitle(), objectClass, methodsForColumns);
table.setData(choosableObjects);