public class ActionFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
GOTO_ACTION |
static int |
LAUNCH_ACTION |
static int |
URI_ACTION |
| Modifier and Type | Method and Description |
|---|---|
static Action |
buildAction(Library library,
int type)
Creates a new ACTION object of the type specified by the type constant.
|
public static final int GOTO_ACTION
public static final int URI_ACTION
public static final int LAUNCH_ACTION
public static Action buildAction(Library library, int type)
library - library to register action withtype - type of action to create