Uses of Interface
org.jhotdraw8.fxbase.clipboard.ClipboardIO
Packages that use ClipboardIO
-
Uses of ClipboardIO in org.jhotdraw8.fxbase.control
Methods in org.jhotdraw8.fxbase.control with parameters of type ClipboardIOModifier and TypeMethodDescriptionstatic <T> voidListViewUtil.addDragAndDropSupport(javafx.scene.control.ListView<T> listView, @Nullable javafx.util.Callback<javafx.scene.control.ListView<T>, javafx.scene.control.ListCell<T>> cellFactory, ClipboardIO<T> clipboardIO, Consumer<UndoableEditEvent> undoableEditEventConsumer) Adds drag and drop support to the list viewstatic <T> voidListViewUtil.addDragAndDropSupport(javafx.scene.control.ListView<T> listView, ClipboardIO<T> clipboardIO) Adds drag and drop support to the list viewstatic <T> voidListViewUtil.addDragAndDropSupport(javafx.scene.control.ListView<T> listView, ClipboardIO<T> clipboardIO, Consumer<UndoableEditEvent> undoableEditEventConsumer) Adds drag and drop support to the list viewstatic <T> voidListViewUtil.addReorderingSupport(javafx.scene.control.ListView<T> listView, javafx.util.Callback<javafx.scene.control.ListView<T>, javafx.scene.control.ListCell<T>> cellFactory, @Nullable ClipboardIO<T> clipboardIO, Consumer<UndoableEditEvent> undoableEditEventConsumer) Adds reordering support to the list view.static <T> voidListViewUtil.addReorderingSupport(javafx.scene.control.ListView<T> listView, ClipboardIO<T> clipboardIO, Consumer<UndoableEditEvent> undoableEditEventConsumer) Adds reordering support to the list view.