java.lang.Object
org.controlsfx.control.action.Action
com.iamsoft.util.ui.javafx.action.FixTableRowsAction
- All Implemented Interfaces:
EventListener
,javafx.event.EventHandler<javafx.event.ActionEvent>
public class FixTableRowsAction
extends org.controlsfx.control.action.Action
-
Property Summary
Properties inherited from class org.controlsfx.control.action.Action
accelerator, disabled, graphic, longText, selected, style, text
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
Field Details
-
FIX_ROW
- See Also:
-
FIX_ROWS
- See Also:
-
UNFIX_ROW
- See Also:
-
UNFIX_ROWS
- See Also:
-
-
Constructor Details
-
FixTableRowsAction
public FixTableRowsAction(javafx.scene.control.TableView<?> pTable)
-
-
Method Details
-
getFixedRowObjects
-