Files
openide/plugins/javaFX/testData/rename/privateSuperHandler_after.fxml

5 lines
261 B
XML

<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.AnchorPane?>
<AnchorPane xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8" fx:controller="PrivateSuperHandler">
<TextField onKeyTyped="#newHandlerName"/>
</AnchorPane>