java.lang.Object
com.iamsoft.fixparser.FixParserController
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method must either be called from an input event handler or from the run method of a Runnable passed toPlatform.runLater
.void
org.controlsfx.control.action.Action
org.controlsfx.control.action.Action
final MenuBarController
javafx.scene.control.TableView
<MsgRowCache> Gets the value of therefreshTime
property.org.controlsfx.control.action.Action
org.controlsfx.control.action.Action
org.controlsfx.control.action.Action
final javafx.collections.ObservableList
<MsgLogSpec> getSpecs()
MsgLogSpecs are always sorted in ascending order by ID.final javafx.scene.control.SplitPane
final ToolBarController
org.controlsfx.control.action.Action
javafx.stage.Window
void
persist
(Supplier<Stream<MsgRowCache>> pStreamSupplier) final javafx.beans.value.ObservableValue
<LocalDateTime> void
-
Property Details
-
refreshTime
- See Also:
-
-
Constructor Details
-
FixParserController
public FixParserController()
-
-
Method Details
-
getMenuBarController
-
getToolBarController
-
getSplitPane
public final javafx.scene.control.SplitPane getSplitPane() -
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
-
getSpecs
MsgLogSpecs are always sorted in ascending order by ID. -
refreshTimeProperty
- Returns:
- the
refreshTime
property - See Also:
-
getRefreshTime
Gets the value of therefreshTime
property.- Property description:
- Returns:
- the value of the
refreshTime
property - See Also:
-
getVisibleFieldView
-
getMsgTable
-
getMsgTableView
-
disableDragAndDrop
public void disableDragAndDrop() -
resetRefreshTime
public void resetRefreshTime() -
persist
-
closeConnections
public void closeConnections()This method must either be called from an input event handler or from the run method of a Runnable passed toPlatform.runLater
. It must not be called during animation or layout processing. -
getWindow
public javafx.stage.Window getWindow()
-