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>
Action use to move the selected items from the
target list view to the source list view.
-
Property Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(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
setEventHandlerMethods 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
-
Constructor Details
-
MoveToSource
public MoveToSource()
-
-
Method Details
-
initialize
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
-