public class Actions extends Object
Action instances.create(String) method may be called to create an
Actions.ActionBuilder that allows setting the properties of
the actions fluently. Finally, the action can be created by
calling Actions.ActionBuilder.build().| Modifier and Type | Class and Description |
|---|---|
static class |
Actions.ActionBuilder
A builder for
Action instances |
| Modifier and Type | Method and Description |
|---|---|
static Actions.ActionBuilder |
create(String name)
Creates a new
Actions.ActionBuilder to create an action with the
given name |
public static Actions.ActionBuilder create(String name)
Actions.ActionBuilder to create an action with the
given namename - The nameActions.ActionBuilderNullPointerException - If the name is nullCopyright © 2022. All rights reserved.