public interface ActionMatcher
Modifier and Type | Field and Description |
---|---|
static ActionMatcher |
DEFAULT
Matches a widget whose action id has been defined by using the default convention.
|
Modifier and Type | Method and Description |
---|---|
void |
match(java.lang.Object node,
java.lang.String actionName,
JavaFXAction action) |
static final ActionMatcher DEFAULT
JavaFXUtils.griffonActionId
or it
has "ActionTarget" as a suffix. Examples:
void match(@Nonnull java.lang.Object node, @Nonnull java.lang.String actionName, @Nonnull JavaFXAction action)