java.lang.Object
javafx.scene.control.Dialog<List<com.iamsoft.locationfacade.select.mount.MountSpec>>
com.iamsoft.locationfacade.ui.javafx.OpenFilesDialog
com.iamsoft.fixparser.MountDialog
- All Implemented Interfaces:
javafx.event.EventTarget
public class MountDialog
extends com.iamsoft.locationfacade.ui.javafx.OpenFilesDialog
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.ReadOnlyBooleanProperty
javafx.beans.property.ObjectProperty
<MountDialog.Mode> javafx.beans.property.ReadOnlyBooleanProperty
Properties inherited from class com.iamsoft.locationfacade.ui.javafx.OpenFilesDialog
auxOkButtonDisable
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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode()
Gets the value of themode
property.javafx.beans.property.ReadOnlyBooleanProperty
javafx.beans.property.ObjectProperty
<MountDialog.Mode> Stream
<com.iamsoft.locationfacade.ui.javafx.select.mount.MultiMountSpecPane> void
setMode
(MountDialog.Mode pMode) Sets the value of themode
property.javafx.beans.property.ReadOnlyBooleanProperty
Methods inherited from class com.iamsoft.locationfacade.ui.javafx.OpenFilesDialog
auxOkButtonDisableProperty, getOkButton, getOpenFilesPane
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
-
Property Details
-
mode
- See Also:
-
load
public javafx.beans.property.ReadOnlyBooleanProperty loadProperty- See Also:
-
unloadPrevFiles
public javafx.beans.property.ReadOnlyBooleanProperty unloadPrevFilesProperty- See Also:
-
-
Field Details
-
APP_DICT_SEPARATOR
- See Also:
-
TRANSPORT_DICT_SEPARATOR
- See Also:
-
-
Constructor Details
-
MountDialog
-
-
Method Details
-
modeProperty
- Returns:
- the
mode
property - See Also:
-
getMode
Gets the value of themode
property.- Property description:
- Returns:
- the value of the
mode
property - See Also:
-
setMode
Sets the value of themode
property.- Property description:
- Parameters:
pMode
- the value for themode
property- See Also:
-
loadProperty
public javafx.beans.property.ReadOnlyBooleanProperty loadProperty()- Returns:
- the
load
property
-
unloadPrevFilesProperty
public javafx.beans.property.ReadOnlyBooleanProperty unloadPrevFilesProperty()- Returns:
- the
unloadPrevFiles
property
-
multiMountSpecPaneStream
public Stream<com.iamsoft.locationfacade.ui.javafx.select.mount.MultiMountSpecPane> multiMountSpecPaneStream()
-