Class BaseDialog<T>

  • Type Parameters:
    T - Dialog generic return type.
    All Implemented Interfaces:
    javafx.event.EventTarget

    public abstract class BaseDialog<T>
    extends javafx.scene.control.Dialog<T>
    Base dialog behaviour class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javafx.stage.Stage dialogStage
      Dialog window stage.
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseDialog()
      Create basic dialog.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void setBasicConfiguration()
      Set basic configuration dialog.
      • Methods inherited from class javafx.scene.control.Dialog

        buildEventDispatchChain, close, contentTextProperty, dialogPaneProperty, getContentText, getDialogPane, getGraphic, getHeaderText, getHeight, getModality, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOwner, getResult, getResultConverter, getTitle, getWidth, getX, getY, graphicProperty, headerTextProperty, heightProperty, hide, initModality, initOwner, initStyle, isResizable, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, resizableProperty, resultConverterProperty, resultProperty, setContentText, setDialogPane, setGraphic, setHeaderText, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setResizable, setResult, setResultConverter, setTitle, setWidth, setX, setY, show, showAndWait, showingProperty, titleProperty, widthProperty, xProperty, yProperty
      • Methods inherited from class java.lang.Object

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

      • dialogStage

        protected javafx.stage.Stage dialogStage
        Dialog window stage.
    • Constructor Detail

      • BaseDialog

        public BaseDialog()
        Create basic dialog.
    • Method Detail

      • setBasicConfiguration

        protected void setBasicConfiguration()
        Set basic configuration dialog.