DLG_OPTION_CANCEL, DLG_OPTION_CLOSED, DLG_OPTION_NO, DLG_OPTION_OK, DLG_OPTION_YES, DLG_TYPE_ERROR, DLG_TYPE_INFO, DLG_TYPE_PLAIN, DLG_TYPE_QUESTION, DLG_TYPE_WARNING, OPIONS_OK_CANCEL, OPTIONS_OK, OPTIONS_YES_NO, OPTIONS_YES_NO_CANCEL
Constructor and Description |
---|
JFXDialogStage(javafx.stage.Stage parent,
DMXDialogView view)
Create new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
closeDialog()
Close this dialog.
|
DMXDialogView |
getDialogView()
Returns instance of
DMXDialogView displayed by this dialog. |
int |
showDialog()
Show this dialog.
|
close, fullScreenExitHintProperty, fullScreenExitKeyProperty, fullScreenProperty, getFullScreenExitHint, getFullScreenExitKeyCombination, getIcons, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getModality, getOwner, getStyle, getTitle, iconifiedProperty, impl_getMXWindowType, impl_setImportant, impl_setPrimary, impl_visibleChanged, impl_visibleChanging, initModality, initOwner, initStyle, isFullScreen, isIconified, isMaximized, isResizable, maxHeightProperty, maximizedProperty, maxWidthProperty, minHeightProperty, minWidthProperty, resizableProperty, setFullScreen, setFullScreenExitHint, setFullScreenExitKeyCombination, setIconified, setMaxHeight, setMaximized, setMaxWidth, setMinHeight, setMinWidth, setResizable, setScene, setTitle, show, showAndWait, titleProperty, toBack, toFront
addEventFilter, addEventHandler, buildEventDispatchChain, centerOnScreen, eventDispatcherProperty, fireEvent, focusedProperty, getEventDispatcher, getHeight, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOpacity, getScene, getWidth, getX, getY, heightProperty, hide, impl_getPeer, impl_getWindows, isFocused, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, opacityProperty, removeEventFilter, removeEventHandler, requestFocus, sceneProperty, setEventDispatcher, setEventHandler, setFocused, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setOpacity, setWidth, setX, setY, showingProperty, sizeToScene, widthProperty, xProperty, yProperty
public JFXDialogStage(javafx.stage.Stage parent, DMXDialogView view)
parent
- parent stageview
- view to be displayed in this dialogpublic int showDialog()
DMXDialog
Show this dialog. Calling this method might block calling thread until dialog is closed. This is implementation dependent.
This method can optionally return an integer value that indicates some result (for example, selected option, input value etc.).
showDialog
in interface DMXDialog
public void closeDialog()
DMXDialog
closeDialog
in interface DMXDialog
public DMXDialogView getDialogView()
DMXDialog
DMXDialogView
displayed by this dialog.getDialogView
in interface DMXDialog
Copyright © 2012-2014 Vektor Software. All Rights Reserved.