- java.lang.Object
-
- org.controlsfx.control.action.Action
-
- org.controlsfx.control.ListSelectionView.ListSelectionAction<T>
-
- org.controlsfx.control.ListSelectionView.MoveToTarget
-
- All Implemented Interfaces:
EventListener
,EventHandler<ActionEvent>
- Enclosing class:
- ListSelectionView<T>
public class ListSelectionView.MoveToTarget extends ListSelectionView.ListSelectionAction<T>
Action use to move the selected items from the source list view to the target list view.
-
-
Constructor Summary
Constructors Constructor Description MoveToTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(ListView<T> sourceListView, ListView<T> targetListView)
Can be used to define properties or bindings for actions which are directly dependent on the list views.-
Methods inherited from class org.controlsfx.control.ListSelectionView.ListSelectionAction
setEventHandler
-
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, setGraphic, setLongText, setSelected, setStyle, setText, styleProperty, textProperty
-
-
-
-
Method Detail
-
initialize
public void initialize(ListView<T> sourceListView, ListView<T> targetListView)
Description copied from class:ListSelectionView.ListSelectionAction
Can be used to define properties or bindings for actions which are directly dependent on the list views.- Specified by:
initialize
in classListSelectionView.ListSelectionAction<T>
- Parameters:
sourceListView
- The source list viewtargetListView
- The target list view
-
-