mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 04:40:28 +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) {
|
|
|
|
}
|
|
}
|