public interface MaridListActions
| Modifier and Type | Method and Description |
|---|---|
static FxAction |
addAction(String text,
javafx.event.EventHandler<javafx.event.ActionEvent> eventHandler) |
static <E> Runnable |
autoScroll(javafx.scene.control.ListView<E> listView) |
static FxAction |
clearAction(javafx.scene.control.ListView<?> listView) |
static <T> FxAction |
downAction(javafx.scene.control.ListView<T> listView) |
static FxAction |
removeAction(javafx.scene.control.ListView<?> listView) |
static <T> FxAction |
upAction(javafx.scene.control.ListView<T> listView) |
static FxAction removeAction(javafx.scene.control.ListView<?> listView)
static FxAction clearAction(javafx.scene.control.ListView<?> listView)
static FxAction addAction(String text, javafx.event.EventHandler<javafx.event.ActionEvent> eventHandler)
static <T> FxAction upAction(javafx.scene.control.ListView<T> listView)
static <T> FxAction downAction(javafx.scene.control.ListView<T> listView)
Copyright © 2012–2017 MARID software development group. All rights reserved.