java.lang.Object
javafx.stage.Window
javafx.stage.Stage
com.amirali.fxdialogs.SplashScreen
- All Implemented Interfaces:
javafx.event.EventTarget
public final class SplashScreen
extends javafx.stage.Stage
-
Property Summary
TypePropertyDescriptionjavafx.beans.property.ReadOnlyObjectProperty<javafx.util.Duration>
elapsed duration of the total duration as a read only propertyjavafx.beans.property.ObjectProperty<javafx.util.Duration>
SplashScreen display duration as a propertyProperties inherited from class javafx.stage.Stage
alwaysOnTop, fullScreenExitHint, fullScreenExitKey, fullScreen, iconified, maxHeight, maximized, maxWidth, minHeight, minWidth, resizable, title
Properties inherited from class javafx.stage.Window
eventDispatcher, focused, forceIntegerRenderScale, height, onCloseRequest, onHidden, onHiding, onShowing, onShown, opacity, outputScaleX, outputScaleY, renderScaleX, renderScaleY, scene, showing, width, x, y
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ReadOnlyObjectProperty<javafx.util.Duration>
elapsed duration of the total duration as a read only propertyjavafx.beans.property.ObjectProperty<javafx.util.Duration>
SplashScreen display duration as a propertyjavafx.util.Duration
elapsed duration of the total durationjavafx.util.Duration
SplashScreen display durationMethods inherited from class javafx.stage.Stage
alwaysOnTopProperty, close, fullScreenExitHintProperty, fullScreenExitKeyProperty, fullScreenProperty, getFullScreenExitHint, getFullScreenExitKeyCombination, getIcons, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getModality, getOwner, getStyle, getTitle, iconifiedProperty, initModality, initOwner, initStyle, isAlwaysOnTop, isFullScreen, isIconified, isMaximized, isResizable, maxHeightProperty, maximizedProperty, maxWidthProperty, minHeightProperty, minWidthProperty, resizableProperty, setAlwaysOnTop, setFullScreen, setFullScreenExitHint, setFullScreenExitKeyCombination, setIconified, setMaxHeight, setMaximized, setMaxWidth, setMinHeight, setMinWidth, setResizable, setScene, setTitle, show, showAndWait, titleProperty, toBack, toFront
Methods inherited from class javafx.stage.Window
addEventFilter, addEventHandler, buildEventDispatchChain, centerOnScreen, eventDispatcherProperty, fireEvent, focusedProperty, forceIntegerRenderScaleProperty, getEventDispatcher, getHeight, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOpacity, getOutputScaleX, getOutputScaleY, getProperties, getRenderScaleX, getRenderScaleY, getScene, getUserData, getWidth, getWindows, getX, getY, hasProperties, heightProperty, hide, isFocused, isForceIntegerRenderScale, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, opacityProperty, outputScaleXProperty, outputScaleYProperty, removeEventFilter, removeEventHandler, renderScaleXProperty, renderScaleYProperty, requestFocus, sceneProperty, setEventDispatcher, setEventHandler, setForceIntegerRenderScale, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setOpacity, setRenderScaleX, setRenderScaleY, setUserData, setWidth, setX, setY, showingProperty, sizeToScene, widthProperty, xProperty, yProperty
-
Property Details
-
currentTime
public javafx.beans.property.ReadOnlyObjectProperty<javafx.util.Duration> currentTimePropertyelapsed duration of the total duration as a read only property- See Also:
-
duration
public javafx.beans.property.ObjectProperty<javafx.util.Duration> durationPropertySplashScreen display duration as a property- See Also:
-
-
Constructor Details
-
SplashScreen
- Parameters:
builder
- SplashScreen builder
-
-
Method Details
-
getCurrentTime
public javafx.util.Duration getCurrentTime()elapsed duration of the total duration- Returns:
- Duration
-
currentTimeProperty
public javafx.beans.property.ReadOnlyObjectProperty<javafx.util.Duration> currentTimeProperty()elapsed duration of the total duration as a read only property- See Also:
-
getDuration
public javafx.util.Duration getDuration()SplashScreen display duration- Returns:
- Duration
-
durationProperty
public javafx.beans.property.ObjectProperty<javafx.util.Duration> durationProperty()SplashScreen display duration as a property- See Also:
-