mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
14 lines
344 B
Java
Generated
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();
|
|
}
|