public class FlowActionHandler
extends java.lang.Object
| ?????? |
|---|
FlowActionHandler(FlowHandler handler) |
| ?????? | ????? |
|---|---|
void |
attachBackEventHandler(javafx.scene.control.MenuItem menuItem) |
void |
attachBackEventHandler(javafx.scene.Node node) |
void |
attachEventHandler(javafx.scene.control.MenuItem menuItem,
java.lang.String actionId) |
void |
attachEventHandler(javafx.scene.Node node,
java.lang.String actionId) |
void |
attachLinkEventHandler(javafx.scene.control.MenuItem menuItem,
java.lang.Class<?> controllerClass) |
void |
attachLinkEventHandler(javafx.scene.Node node,
java.lang.Class<?> controllerClass) |
io.datafx.core.ExceptionHandler |
getExceptionHandler() |
void |
handle(java.lang.String actionId) |
void |
handleTask(java.lang.Class<? extends java.lang.Runnable> task) |
<T> void |
navigate(java.lang.Class<T> controllerClass) |
<T> void |
navigateBack() |
public FlowActionHandler(FlowHandler handler)
public void handle(java.lang.String actionId)
throws VetoException,
FlowException
public void handleTask(java.lang.Class<? extends java.lang.Runnable> task)
throws VetoException,
FlowException
public <T> void navigate(java.lang.Class<T> controllerClass)
throws VetoException,
FlowException
public <T> void navigateBack()
throws VetoException,
FlowException
public io.datafx.core.ExceptionHandler getExceptionHandler()
public void attachEventHandler(javafx.scene.Node node,
java.lang.String actionId)
public void attachLinkEventHandler(javafx.scene.control.MenuItem menuItem,
java.lang.Class<?> controllerClass)
public void attachLinkEventHandler(javafx.scene.Node node,
java.lang.Class<?> controllerClass)
public void attachBackEventHandler(javafx.scene.control.MenuItem menuItem)
public void attachBackEventHandler(javafx.scene.Node node)
public void attachEventHandler(javafx.scene.control.MenuItem menuItem,
java.lang.String actionId)