- java.lang.Object
-
- org.controlsfx.control.action.Action
-
- org.controlsfx.control.ListSelectionView.ListSelectionAction<T>
-
- org.controlsfx.control.ListSelectionView.MoveToSource
-
- All Implemented Interfaces:
EventListener
,EventHandler<ActionEvent>
- Enclosing class:
- ListSelectionView<T>
public class ListSelectionView.MoveToSource extends ListSelectionView.ListSelectionAction<T>
Action use to move the selected items from the target list view to the source list view.
-
-
Constructor Summary
Constructors Constructor Description MoveToSource()
-
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
-
-