Uses of Record Class
edu.ntnu.idi.idatt.dto.ComponentDropEventData
Packages that use ComponentDropEventData
-
Uses of ComponentDropEventData in edu.ntnu.idi.idatt.view.common
Fields in edu.ntnu.idi.idatt.view.common with type parameters of type ComponentDropEventDataModifier and TypeFieldDescriptionprotected Consumer
<ComponentDropEventData> BoardStackPane.onComponentDropped
Consumer for handling events when a component is dropped onto the board.Method parameters in edu.ntnu.idi.idatt.view.common with type arguments of type ComponentDropEventDataModifier and TypeMethodDescriptionvoid
BoardStackPane.setOnComponentDropped
(Consumer<ComponentDropEventData> onComponentDropped) Sets a callbackConsumer
to be executed when a component is dropped onto the board.