Class Dialog2<T,​C extends javafx.scene.Node>

  • Type Parameters:
    T - return value class
    C - container class
    All Implemented Interfaces:
    javafx.event.EventTarget

    public class Dialog2<T,​C extends javafx.scene.Node>
    extends javafx.scene.control.Dialog<T>
    Created on 7/13/18 by alexiy.
    • Constructor Summary

      Constructors 
      Constructor Description
      Dialog2​(java.lang.String title, C container, javafx.stage.Modality modality, javafx.scene.control.ButtonType... buttonTypes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      C getContainer()
      Returns the dialog's content root, to which you can add new elements
      • 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
    • Constructor Detail

      • Dialog2

        public Dialog2​(java.lang.String title,
                       C container,
                       javafx.stage.Modality modality,
                       javafx.scene.control.ButtonType... buttonTypes)
        Parameters:
        container - dialog's main container
    • Method Detail

      • getContainer

        public C getContainer()
        Returns the dialog's content root, to which you can add new elements