Class ShipyardConstructionListDialogV2.SelectLineEventHandler

  • All Implemented Interfaces:
    java.util.EventListener, javafx.event.EventHandler<javafx.scene.input.MouseEvent>
    Enclosing class:
    ShipyardConstructionListDialogV2

    private class ShipyardConstructionListDialogV2.SelectLineEventHandler
    extends java.lang.Object
    implements javafx.event.EventHandler<javafx.scene.input.MouseEvent>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<javafx.scene.layout.Pane> row  
      private IShipDueDate ship  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(javafx.scene.input.MouseEvent mouseEvent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • row

        private final java.util.List<javafx.scene.layout.Pane> row
    • Constructor Detail

      • SelectLineEventHandler

        private SelectLineEventHandler​(IShipDueDate ship,
                                       javafx.scene.layout.Pane... row)
    • Method Detail

      • handle

        public void handle​(javafx.scene.input.MouseEvent mouseEvent)
        Specified by:
        handle in interface javafx.event.EventHandler<javafx.scene.input.MouseEvent>