mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 12:17:12 +07:00
9 lines
185 B
Java
9 lines
185 B
Java
import javafx.scene.control.SortEvent;
|
|
import javafx.scene.control.TableView;
|
|
|
|
public class QuickfixNoField {
|
|
public void onSort(SortEvent<TableView> tableViewSortEvent) {
|
|
|
|
}
|
|
}
|