public class JFXProgressDialog
extends javafx.stage.Stage
implements com.vektorsoft.demux.core.dlg.DMXDialog
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 |
---|
JFXProgressDialog(javafx.stage.Stage parent,
com.vektorsoft.demux.core.dlg.DMXDialogView view)
Create new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
closeDialog() |
com.vektorsoft.demux.core.dlg.DMXDialogView |
getDialogView() |
int |
showDialog() |
close, fullScreenProperty, 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, isResizable, maxHeightProperty, maxWidthProperty, minHeightProperty, minWidthProperty, resizableProperty, setFullScreen, setIconified, setMaxHeight, 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 JFXProgressDialog(javafx.stage.Stage parent, com.vektorsoft.demux.core.dlg.DMXDialogView view)
parent
- parent stageview
- view to be displayed in this dialogpublic int showDialog()
showDialog
in interface com.vektorsoft.demux.core.dlg.DMXDialog
public void closeDialog()
closeDialog
in interface com.vektorsoft.demux.core.dlg.DMXDialog
public com.vektorsoft.demux.core.dlg.DMXDialogView getDialogView()
getDialogView
in interface com.vektorsoft.demux.core.dlg.DMXDialog
Copyright © 2012-2014 Vektor Software. All Rights Reserved.