Files
codeql/java/ql/test/stubs/javafx-web/javafx/scene/input/InputMethodRequests.java
Tony Torralba 393a0759db More stubs
2023-03-10 12:35:13 +01:00

14 lines
344 B
Java
Generated

// 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();
}