|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.pobjects.actions.ActionFactory
public class ActionFactory
Factory for build actions
| Field Summary | |
|---|---|
static int |
GOTO_ACTION
|
static int |
LAUNCH_ACTION
|
static int |
URI_ACTION
|
| Constructor Summary | |
|---|---|
ActionFactory()
|
|
| Method Summary | |
|---|---|
static Action |
buildAction(Library library,
int type)
Creates a new ACTION object of the type specified by the type constant. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GOTO_ACTION
public static final int URI_ACTION
public static final int LAUNCH_ACTION
| Constructor Detail |
|---|
public ActionFactory()
| Method Detail |
|---|
public static Action buildAction(Library library,
int type)
library - library to register action withtype - type of action to create
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||