|
|
@ -77,8 +77,7 @@ public class TableSearchTreeComboBox extends FRTreeComboBox { |
|
|
|
private void searchExecute() { |
|
|
|
private void searchExecute() { |
|
|
|
UIComboBoxEditor searchEditor = (UIComboBoxEditor) this.getEditor(); |
|
|
|
UIComboBoxEditor searchEditor = (UIComboBoxEditor) this.getEditor(); |
|
|
|
String searchText = (String) searchEditor.getItem(); |
|
|
|
String searchText = (String) searchEditor.getItem(); |
|
|
|
singleExecutor.execute( |
|
|
|
singleExecutor.execute(new SwingWorker<Void, Void>() { |
|
|
|
new SwingWorker<Void, Void>() { |
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
protected Void doInBackground() { |
|
|
|
protected Void doInBackground() { |
|
|
|
processTableDataNames( |
|
|
|
processTableDataNames( |
|
|
|