Class MountDialog

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

    Properties
    Type
    Property
    Description
    javafx.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
    Modifier and Type
    Class
    Description
    static enum 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    MountDialog(javafx.stage.Window pOwner, LoadAction pLoadAction)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the mode property.
    javafx.beans.property.ReadOnlyBooleanProperty
     
    javafx.beans.property.ObjectProperty<MountDialog.Mode>
     
    Stream<com.iamsoft.locationfacade.ui.javafx.select.mount.MultiMountSpecPane>
     
    void
    Sets the value of the mode 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Property Details

  • Field Details

  • Constructor Details

    • MountDialog

      public MountDialog(javafx.stage.Window pOwner, LoadAction pLoadAction)
  • Method Details

    • modeProperty

      public javafx.beans.property.ObjectProperty<MountDialog.Mode> modeProperty()
      Returns:
      the mode property
      See Also:
    • getMode

      public MountDialog.Mode getMode()
      Gets the value of the mode property.
      Property description:
      Returns:
      the value of the mode property
      See Also:
    • setMode

      public void setMode(MountDialog.Mode pMode)
      Sets the value of the mode property.
      Property description:
      Parameters:
      pMode - the value for the mode 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()