Class PannelloAvviso

java.lang.Object
com.ogc.pharmagcode.Common.PannelloAvviso

public class PannelloAvviso extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    javafx.scene.control.Button
     
    javafx.scene.control.Button
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PannelloAvviso(javafx.event.EventHandler<javafx.event.ActionEvent> onConfirm, javafx.event.EventHandler<javafx.event.ActionEvent> onExit)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • exitBtn

      public javafx.scene.control.Button exitBtn
    • confirmBtn

      public javafx.scene.control.Button confirmBtn
  • Constructor Details

    • PannelloAvviso

      public PannelloAvviso(javafx.event.EventHandler<javafx.event.ActionEvent> onConfirm, javafx.event.EventHandler<javafx.event.ActionEvent> onExit)
  • Method Details

    • initialize

      public void initialize()