Uses of Class
org.astonbitecode.j4rs.api.jfx.errors.ComponentNotFoundException
-
Packages that use ComponentNotFoundException Package Description org.astonbitecode.j4rs.api.jfx.controllers -
-
Uses of ComponentNotFoundException in org.astonbitecode.j4rs.api.jfx.controllers
Methods in org.astonbitecode.j4rs.api.jfx.controllers that throw ComponentNotFoundException Modifier and Type Method Description voidFxController. addEventHandler(String id, javafx.event.EventHandler<javafx.event.Event> handler, javafx.event.EventType<?> eventType)Add a handler for anActionEventthat comes from a component with a specific id.voidFxControllerImpl. addEventHandler(String id, javafx.event.EventHandler<javafx.event.Event> handler, javafx.event.EventType<?> eventType)javafx.scene.NodeFxController. getNodeById(String id)Retrieves a node given its ID.javafx.scene.NodeFxControllerImpl. getNodeById(String id)
-