Class LoadAction

java.lang.Object
org.controlsfx.control.action.Action
com.iamsoft.fixparser.action.LoadAction
All Implemented Interfaces:
EventListener, javafx.event.EventHandler<javafx.event.ActionEvent>

public class LoadAction extends org.controlsfx.control.action.Action
  • Property Summary

    Properties inherited from class org.controlsfx.control.action.Action

    accelerator, disabled, graphic, longText, selected, style, text
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    LoadAction(Supplier<javafx.stage.Window> pWindowSupplier, LoadAction.MountOp pMountOp, com.iamsoft.util.ui.javafx.RecentItemsMenu pOpenRecentMenu)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.iamsoft.util.ui.javafx.RecentItemsMenu
     
    static boolean
    isDictFile(com.iamsoft.locationfacade.select.mount.MountSpec pMountSpec, javafx.stage.Window pOwner, Preferences pPrefs)
     
    void
     
    List<javafx.scene.control.TreeItem<Map<Path,com.iamsoft.locationfacade.filerepository.FileInfo>>>
    mount(List<com.iamsoft.locationfacade.select.mount.MountSpec> pMountSpecs, boolean pAppend, boolean pLoad)
     
    void
    mountRecent(String pRecentItem, Runnable pOnFinish)
     
     
    void
    openRecent(String pRecentItem, Runnable pOnFinish, boolean pAppend)
     

    Methods inherited from class org.controlsfx.control.action.Action

    acceleratorProperty, disabledProperty, getAccelerator, getEventHandler, getGraphic, getLongText, getProperties, getStyle, getStyleClass, getText, graphicProperty, handle, isDisabled, isSelected, lock, longTextProperty, selectedProperty, setAccelerator, setDisabled, setEventHandler, setGraphic, setLongText, setSelected, setStyle, setText, styleProperty, textProperty

    Methods inherited from class java.lang.Object

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

    • LoadAction

      public LoadAction(Supplier<javafx.stage.Window> pWindowSupplier, LoadAction.MountOp pMountOp, com.iamsoft.util.ui.javafx.RecentItemsMenu pOpenRecentMenu)
  • Method Details

    • getOpenRecentMenu

      public com.iamsoft.util.ui.javafx.RecentItemsMenu getOpenRecentMenu()
    • getMountDialog

      public MountDialog getMountDialog()
    • mount

      public void mount()
    • mount

      public List<javafx.scene.control.TreeItem<Map<Path,com.iamsoft.locationfacade.filerepository.FileInfo>>> mount(List<com.iamsoft.locationfacade.select.mount.MountSpec> pMountSpecs, boolean pAppend, boolean pLoad)
    • mountRecent

      public void mountRecent(String pRecentItem, Runnable pOnFinish)
    • openRecent

      public void openRecent(String pRecentItem, Runnable pOnFinish, boolean pAppend)
    • isDictFile

      public static boolean isDictFile(com.iamsoft.locationfacade.select.mount.MountSpec pMountSpec, javafx.stage.Window pOwner, Preferences pPrefs)
    • msgLogSpecStream

      public static Stream<MsgLogSpec> msgLogSpecStream(MountDialog pDialog)