Module org.controlsfx.controls
Package org.controlsfx.control
Class ListSelectionView.MoveToTargetAll
- java.lang.Object
-
- org.controlsfx.control.action.Action
-
- org.controlsfx.control.ListSelectionView.ListSelectionAction<T>
-
- org.controlsfx.control.ListSelectionView.MoveToTargetAll
-
- All Implemented Interfaces:
EventListener,EventHandler<ActionEvent>
- Enclosing class:
- ListSelectionView<T>
public class ListSelectionView.MoveToTargetAll extends ListSelectionView.ListSelectionAction<T>
Action use to move all the items from the source list view to the target list view.
-
-
Constructor Summary
Constructors Constructor Description MoveToTargetAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(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.ListSelectionActionCan be used to define properties or bindings for actions which are directly dependent on the list views.- Specified by:
initializein classListSelectionView.ListSelectionAction<T>- Parameters:
sourceListView- The source list viewtargetListView- The target list view
-
-