// Generated automatically from javafx.scene.input.InputMethodRequests for testing purposes package javafx.scene.input; import javafx.geometry.Point2D; public interface InputMethodRequests { Point2D getTextLocation(int p0); String getSelectedText(); int getLocationOffset(int p0, int p1); void cancelLatestCommittedText(); }