Class AboutDialog

java.lang.Object
javafx.scene.control.Dialog<javafx.scene.control.ButtonType>
javafx.scene.control.Alert
com.iamsoft.util.ui.javafx.help.AboutDialog
All Implemented Interfaces:
javafx.event.EventTarget

public class AboutDialog extends javafx.scene.control.Alert
  • Property Summary

    Properties inherited from class javafx.scene.control.Alert

    alertType

    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
  • Nested Class Summary

    Nested classes/interfaces inherited from class javafx.scene.control.Alert

    javafx.scene.control.Alert.AlertType
  • Constructor Summary

    Constructors
    Constructor
    Description
    AboutDialog(String pAppName, String pVersion, String pBuildDate)
     
    AboutDialog(String pAppName, String pCompanyName, String pVersion, String pBuildDate)
     
    AboutDialog(javafx.stage.Window pParent, String pAppName, String pVersion, String pBuildDate)
     
    AboutDialog(javafx.stage.Window pParent, String pAppName, String pCompany, String pVersion, String pBuildDate)
     
  • Method Summary

    Methods inherited from class javafx.scene.control.Alert

    alertTypeProperty, getAlertType, getButtonTypes, setAlertType

    Methods inherited from class javafx.scene.control.Dialog

    addEventFilter, addEventHandler, 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, removeEventFilter, removeEventHandler, 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

    • AboutDialog

      public AboutDialog(String pAppName, String pVersion, String pBuildDate)
    • AboutDialog

      public AboutDialog(javafx.stage.Window pParent, String pAppName, String pVersion, String pBuildDate)
    • AboutDialog

      public AboutDialog(String pAppName, String pCompanyName, String pVersion, String pBuildDate)
    • AboutDialog

      public AboutDialog(javafx.stage.Window pParent, String pAppName, String pCompany, String pVersion, String pBuildDate)