public interface MaridActionsControl<T>
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Function<T,FxAction>> |
actions() |
void |
clearAll() |
javafx.scene.control.MultipleSelectionModel<T> |
getSelectionModel() |
default void |
installActions(SpecialActions specialActions) |
List<javafx.beans.Observable> |
observables() |
List<Runnable> |
onConstructListeners() |
List<Runnable> |
onDestroyListeners() |
void |
remove(List<? extends T> list) |
javafx.scene.control.MultipleSelectionModel<T> getSelectionModel()
List<javafx.beans.Observable> observables()
void clearAll()
default void installActions(SpecialActions specialActions)
Copyright © 2012–2017 MARID software development group. All rights reserved.