java.lang.Object
org.controlsfx.control.action.Action
com.iamsoft.fixparser.action.QuickRefreshAction
- All Implemented Interfaces:
EventListener
,javafx.event.EventHandler<javafx.event.ActionEvent>
public class QuickRefreshAction
extends org.controlsfx.control.action.Action
Refresh with assumption that (1) files are only cleared or appended and (2) appended rows
will never be equal to old rows from same file. These two assumptions allow us to jump
to end of random access file without worrying about old messages being modified.
-
Property Summary
Properties inherited from class org.controlsfx.control.action.Action
accelerator, disabled, graphic, longText, selected, style, text
-
Constructor Summary
ConstructorsConstructorDescriptionQuickRefreshAction
(javafx.collections.ObservableList<MsgLogSpec> pMsgLogSpecs, BiConsumer<List<MsgLogSpec>, Boolean> pRefreshMsgRowDataOp, Supplier<jakarta.persistence.EntityManager> pEntityManagerSupplier) -
Method Summary
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
-
Constructor Details
-
QuickRefreshAction
public QuickRefreshAction(javafx.collections.ObservableList<MsgLogSpec> pMsgLogSpecs, BiConsumer<List<MsgLogSpec>, Boolean> pRefreshMsgRowDataOp, Supplier<jakarta.persistence.EntityManager> pEntityManagerSupplier)
-