Class FixParserController

java.lang.Object
com.iamsoft.fixparser.FixParserController

public class FixParserController extends Object
  • Property Details

  • Constructor Details

    • FixParserController

      public FixParserController()
  • Method Details

    • getMenuBarController

      public final MenuBarController getMenuBarController()
    • getToolBarController

      public final ToolBarController getToolBarController()
    • getSplitPane

      public final javafx.scene.control.SplitPane getSplitPane()
    • getFilePane

      public FixParserFilePane getFilePane()
    • getShowFilePaneAction

      public org.controlsfx.control.action.Action getShowFilePaneAction()
    • getShowMessagesAction

      public org.controlsfx.control.action.Action getShowMessagesAction()
    • getShowFieldsAction

      public org.controlsfx.control.action.Action getShowFieldsAction()
    • getFlatFieldsAction

      public org.controlsfx.control.action.Action getFlatFieldsAction()
    • getHierarchicalFieldsAction

      public org.controlsfx.control.action.Action getHierarchicalFieldsAction()
    • getTransposedFieldsAction

      public org.controlsfx.control.action.Action getTransposedFieldsAction()
    • getDataDictionaryAction

      public DataDictionaryAction getDataDictionaryAction()
    • getSpecs

      public final javafx.collections.ObservableList<MsgLogSpec> getSpecs()
      MsgLogSpecs are always sorted in ascending order by ID.
    • refreshTimeProperty

      public final javafx.beans.value.ObservableValue<LocalDateTime> refreshTimeProperty()
      Returns:
      the refreshTime property
      See Also:
    • getRefreshTime

      public LocalDateTime getRefreshTime()
      Gets the value of the refreshTime property.
      Property description:
      Returns:
      the value of the refreshTime property
      See Also:
    • getVisibleFieldView

      public FieldView getVisibleFieldView()
    • getMsgTable

      public javafx.scene.control.TableView<MsgRowCache> getMsgTable()
    • getMsgTableView

      public MsgTableView getMsgTableView()
    • disableDragAndDrop

      public void disableDragAndDrop()
    • resetRefreshTime

      public void resetRefreshTime()
    • persist

      public void persist(Supplier<Stream<MsgRowCache>> pStreamSupplier)
    • closeConnections

      public void closeConnections()
      This method must either be called from an input event handler or from the run method of a Runnable passed to Platform.runLater. It must not be called during animation or layout processing.
    • getWindow

      public javafx.stage.Window getWindow()