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

java.lang.Object
javafx.scene.control.Dialog<T>
dev.buildtool.tools.javafx.Dialog2<T,​C>
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.
  • Property Summary

    Properties inherited from class javafx.scene.control.Dialog

    contentText, dialogPane, graphic, headerText, height, onCloseRequest, onHidden, onHiding, onShowing, onShown, resizable, resultConverter, result, showing, title, width, x, y
  • Constructor Summary

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

    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 Details

    • 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 Details

    • getContainer

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