mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-06 09:36:56 +07:00
7 lines
192 B
Java
7 lines
192 B
Java
import javafx.scene.control.SortEvent;
|
|
import javafx.scene.control.TableView;
|
|
|
|
public class PrivateControllerMethod {
|
|
private void onSort(SortEvent<TableView> tableViewSortEvent) {
|
|
}
|
|
} |