java.lang.Object
org.controlsfx.control.action.Action
com.iamsoft.fixparser.action.DataDictionaryAction
- All Implemented Interfaces:
EventListener
,javafx.event.EventHandler<javafx.event.ActionEvent>
public class DataDictionaryAction
extends org.controlsfx.control.action.Action
Display data dictionary XML and jump to definition of first selected field (if any).
-
Property Summary
Properties inherited from class org.controlsfx.control.action.Action
accelerator, disabled, graphic, longText, selected, style, text
-
Constructor Summary
ConstructorsConstructorDescriptionDataDictionaryAction
(javafx.collections.ObservableList<MsgRow> pSelectedMsgRows, javafx.collections.ObservableList<FieldRow> pSelectedFieldRows) -
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
-
DataDictionaryAction
-
-
Method Details
-
getDictionariesTabPane
-