public interface MaridActions
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
execute(Callable<T> task) |
static <T> T |
execute(Callable<T> task,
long timeout,
TimeUnit timeUnit) |
static void |
initToolbar(Collection<FxAction> actions,
javafx.scene.control.ToolBar toolBar) |
static javafx.scene.control.Menu[] |
menus(Collection<FxAction> actions) |
static javafx.scene.control.ToolBar |
toolbar(Collection<FxAction> actions) |
static javafx.scene.control.Menu[] menus(Collection<FxAction> actions)
static void initToolbar(Collection<FxAction> actions, javafx.scene.control.ToolBar toolBar)
static javafx.scene.control.ToolBar toolbar(Collection<FxAction> actions)
static <T> T execute(Callable<T> task, long timeout, TimeUnit timeUnit) throws com.google.common.util.concurrent.UncheckedTimeoutException
com.google.common.util.concurrent.UncheckedTimeoutExceptionstatic <T> T execute(Callable<T> task)
Copyright © 2012–2017 MARID software development group. All rights reserved.