mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
8 lines
167 B
Java
8 lines
167 B
Java
import javafx.scene.control.TableColumn.CellEditEvent;
|
|
|
|
public class QuickfixNoFieldNested {
|
|
public void onColumnEditStart(CellEditEvent cellEditEvent) {
|
|
|
|
}
|
|
}
|