- java.lang.Object
-
- org.controlsfx.control.action.Action
-
- com.iamsoft.util.ui.javafx.action.CopyTableCellAction
-
- All Implemented Interfaces:
EventListener
,javafx.event.EventHandler<javafx.event.ActionEvent>
public class CopyTableCellAction extends org.controlsfx.control.action.Action
- See Also:
TableViewUtil.copyFocusedCell(TableView)
-
-
Field Summary
Fields Modifier and Type Field Description static javafx.scene.input.KeyCodeCombination
ACCELERATOR
static String
TEXT
-
Constructor Summary
Constructors Constructor Description CopyTableCellAction(javafx.scene.control.TableView<?> pTableView)
-
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 Detail
-
TEXT
public static final String TEXT
- See Also:
- Constant Field Values
-
ACCELERATOR
public static final javafx.scene.input.KeyCodeCombination ACCELERATOR
-
-