public class URLAction extends Action
| Modifier and Type | Field and Description | 
|---|---|
| static String | ACTION_TYPE_DESCRIPTION | 
OPEN_EXISTING_WINDOW, OPEN_NEW_WINDOW, OPEN_USER_PREFERENCE| Constructor and Description | 
|---|
| URLAction(String url)Constructs the action with a url. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getActionType()Returns the action type. | 
| String | getActionTypeDesc()Returns the action type description | 
| String | getURL()Returns the URL that this action refers to. | 
| String | toString()Returns the description of the action. | 
getNextAction, setNextActionpublic static String ACTION_TYPE_DESCRIPTION
public URLAction(String url)
url - The url to go to when activated.public String getURL()
public String getActionType()
getActionType in class Actionpublic String getActionTypeDesc()
getActionTypeDesc in class Action