public class ListSelectionView.MoveToTarget extends ListSelectionView.ListSelectionAction<T>
| Constructor and Description |
|---|
MoveToTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(javafx.scene.control.ListView<T> sourceListView,
javafx.scene.control.ListView<T> targetListView)
Can be used to define properties or bindings for actions which are directly dependent
on the list views.
|
setEventHandleracceleratorProperty, disabledProperty, getAccelerator, getEventHandler, getGraphic, getLongText, getProperties, getStyle, getStyleClass, getText, graphicProperty, handle, isDisabled, isSelected, lock, longTextProperty, selectedProperty, setAccelerator, setDisabled, setGraphic, setLongText, setSelected, setStyle, setText, styleProperty, textPropertypublic void initialize(javafx.scene.control.ListView<T> sourceListView, javafx.scene.control.ListView<T> targetListView)
ListSelectionView.ListSelectionActioninitialize in class ListSelectionView.ListSelectionAction<T>sourceListView - The source list viewtargetListView - The target list view